Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [2.2.0] - 2020-11-09

### Changed

- Upgrading WebRTC to `2.2.1-preview`

## [2.1.1] - 2020-09-11

### Changed

- Upgrading WebRTC to `2.1.1-preview`
- Changed not to customize SDP to make stabilize bitrate of video streaming
- Erase Japanese documentation due to migrating to internal translation system
  • Loading branch information
Unity Technologies committed Nov 9, 2020
1 parent ee94c3d commit cb8d2ee
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to com.unity.renderstreaming package will be documented in t
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2020-11-09

### Changed

- Upgrading WebRTC to `2.2.1-preview`


## [2.1.1] - 2020-09-11

### Changed
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions Documentation~/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,15 @@ if(keyboard.wKey.isPressed)
// ...
}
```

## Using Unity UI

If you use UnityUI, press `Replace with InputSystemUIInputModule` in the `StandaloneInputModule` that is attached to the same object as the `EventSystem` component.

![Replace with InputSystemUIInputMoudle](images/input_standaloneinputmodule.png)

You can control the UnityUI placed on the game scene from browser.

> [!NOTE]
> If the Unity application is in Background, even if the `RunInBackground` checkbox is On, you can not control the UnityUI from browser. This issue will be fixed in `com.unity.inputsystem`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "2.1.1-preview",
"version": "2.2.0-preview",
"unity": "2019.4",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
"com.unity.webrtc": "2.1.1-preview",
"com.unity.webrtc": "2.2.0-preview",
"com.unity.inputsystem": "1.0.0"
},
"samples": [
Expand All @@ -26,11 +26,11 @@
}
],
"upmCi": {
"footprint": "aef82712880a729e07c723003ff51b33a4492e43"
"footprint": "9782b61c44a56384d224ef8d7607a0af43935878"
},
"repository": {
"url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git",
"type": "git",
"revision": "9629e04c9b24f2bf337d2207910bc0f47508a1ce"
"revision": "586b4818e791a1545d8adab16f5523ffcf803b41"
}
}

0 comments on commit cb8d2ee

Please sign in to comment.