Skip to content

Commit

Permalink
upgrade webrtc package version 1.1.2-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan committed Mar 19, 2020
1 parent 48717f9 commit 9310f00
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion EmptyProjectForTest~/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "1.1.1-preview",
"com.unity.webrtc": "1.1.2-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions Packages/com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.2.3] - 2020-03-19

- Changed: Upgrading WebRTC to 1.1.2-preview

## [1.2.2] - 2020-03-06

- Fixed: Fix build error when build standalone
Expand Down
4 changes: 2 additions & 2 deletions Packages/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": "1.2.2-preview",
"version": "1.2.3-preview",
"unity": "2019.3",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
"com.unity.webrtc": "1.1.1-preview",
"com.unity.webrtc": "1.1.2-preview",
"com.unity.inputsystem": "1.0.0-preview.4"
},
"samples": [ {
Expand Down
4 changes: 4 additions & 0 deletions Packages/com.unity.template.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.2.3] - 2020-03-19

- Changed: Upgrading WebRTC to 1.1.2-preview

## [1.2.2] - 2020-03-06

- Fixed: Fix build error when build standalone
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.unity.template.renderstreaming/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming",
"displayName": "Unity Render Streaming Template",
"version": "1.2.2-preview",
"version": "1.2.3-preview",
"type": "template",
"unity": "2019.3",
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
"dependencies": {
"com.unity.renderstreaming": "1.2.2-preview",
"com.unity.renderstreaming": "1.2.3-preview",
"com.unity.render-pipelines.high-definition": "7.1.8"
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.4",
"com.unity.render-pipelines.high-definition": "7.1.8",
"com.unity.renderstreaming": "1.2.2-preview",
"com.unity.renderstreaming": "1.2.3-preview",
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "1.1.1-preview",
"com.unity.webrtc": "1.1.2-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 @@ -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": "1.1.1-preview",
"com.unity.webrtc": "1.1.2-preview",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down

0 comments on commit 9310f00

Please sign in to comment.