Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"url": "https://packages.unity.com"
},
"com.unity.webrtc": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}
},
"com.unity.webrtc": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}
},
"com.unity.webrtc": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
16 changes: 16 additions & 0 deletions com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.1] - 2020-11-19

### Added

- Added `ReceiveVideo` scene in the sample project
- Added documentation which explains how to customize webapp

### Changed

- Upgrading WebRTC to `2.2.1-preview`

### Fixed

- Fixed `NullPointerException` occurred when `UIController` instance is not attached `SimpleCameraController` component
- Fixed behavior of the editor menu

## [2.2.0] - 2020-11-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Editor/WebAppDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor
public static class WebAppDownloader
{
const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming";
const string LatestKnownVersion = "2.2.0-preview";
const string LatestKnownVersion = "2.2.1-preview";

// TODO::fix release process of webserver runtime.
const string FileNameWebAppForMac = "webserver_mac";
Expand Down
4 changes: 2 additions & 2 deletions com.unity.renderstreaming/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.2.0-preview",
"version": "2.2.1-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.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.inputsystem": "1.0.0"
},
"samples": [ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ All notable changes to the render streaming template package will be documented
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
## [2.2.1] - 2020-11-19

### Added

- Added `ReceiveVideo` scene in the sample project
- Added documentation which explains how to customize webapp

### Changed

- Upgrading WebRTC to `2.2.1-preview`

### Fixed

- Fixed `NullPointerException` occurred when `UIController` instance is not attached `SimpleCameraController` component
- Fixed behavior of the editor menu

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.2.2",
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.renderstreaming": "2.2.0-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "2.1.1",
"com.unity.ugui": "1.0.0",
Expand Down
20 changes: 2 additions & 18 deletions com.unity.template.renderstreaming-hd/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.0",
"depth": 1,
Expand Down Expand Up @@ -87,11 +80,11 @@
"url": "https://packages.unity.com"
},
"com.unity.renderstreaming": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.webrtc": "2.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.inputsystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -152,15 +145,6 @@
},
"url": "https://packages.unity.com"
},
"com.unity.webrtc": {
"version": "2.2.0-preview",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to the render streaming template package will be documented
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.1] - 2020-11-19

### Added

- Added `ReceiveVideo` scene in the sample project
- Added documentation which explains how to customize webapp

### Changed

- Upgrading WebRTC to `2.2.1-preview`

### Fixed

- Fixed `NullPointerException` occurred when `UIController` instance is not attached `SimpleCameraController` component
- Fixed behavior of the editor menu

## [2.2.0] - 2020-11-09

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.render-pipelines.high-definition-config": "file:../LocalPackages/com.unity.render-pipelines.high-definition-config",
"com.unity.renderstreaming": "2.2.0-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "2.1.1",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
}
},
"com.unity.renderstreaming": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.webrtc": "2.2.0-preview",
"com.unity.webrtc": "2.2.1-preview",
"com.unity.inputsystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -152,7 +152,7 @@
"url": "https://packages.unity.com"
},
"com.unity.webrtc": {
"version": "2.2.0-preview",
"version": "2.2.1-preview",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down