Skip to content

Commit 10c8a15

Browse files
committed
upgrade version 2.0.1-preciew
1 parent bfc693f commit 10c8a15

File tree

12 files changed

+26
-14
lines changed

12 files changed

+26
-14
lines changed

EmptyProjectForTest~/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"com.unity.test-framework": "1.1.9",
1515
"com.unity.textmeshpro": "2.0.1",
1616
"com.unity.ugui": "1.0.0",
17-
"com.unity.webrtc": "2.0.0-preview",
17+
"com.unity.webrtc": "2.0.1-preview",
1818
"com.unity.modules.ai": "1.0.0",
1919
"com.unity.modules.androidjni": "1.0.0",
2020
"com.unity.modules.animation": "1.0.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository manages 1 package and 2 templates. Details can be found in the `
1717

1818
| Branch | Status |
1919
| ---------------------------------------------------------------------------------------------- | -------------- |
20-
| [release/2.0.0](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.0) | Stable |
20+
| [release/2.0.1](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.1) | Stable |
2121
| [develop](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/develop) | In development |
2222

2323
## Operating Environment

RenderStreamingSampleSrc~/RS_HDRPSampleSrc_1.x/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.test-framework": "1.1.11",
1010
"com.unity.textmeshpro": "2.0.1",
1111
"com.unity.ugui": "1.0.0",
12-
"com.unity.webrtc": "2.0.0-preview",
12+
"com.unity.webrtc": "2.0.1-preview",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.androidjni": "1.0.0",
1515
"com.unity.modules.animation": "1.0.0",

RenderStreamingSampleSrc~/RS_URPSampleSrc/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"com.unity.textmeshpro": "2.0.1",
1616
"com.unity.timeline": "1.2.10",
1717
"com.unity.ugui": "1.0.0",
18-
"com.unity.webrtc": "2.0.0-preview",
18+
"com.unity.webrtc": "2.0.1-preview",
1919
"com.unity.modules.ai": "1.0.0",
2020
"com.unity.modules.androidjni": "1.0.0",
2121
"com.unity.modules.animation": "1.0.0",

com.unity.renderstreaming/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to com.unity.renderstreaming package will be documented in t
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2020-05-01
8+
9+
- Fixed: Fixed versioning issue
10+
711
## [2.0.0] - 2020-04-30
812

913
- Changed: Upgrading input system to 1.0.0-preview.6

com.unity.renderstreaming/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.unity.renderstreaming",
33
"displayName": "Unity Render Streaming",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"unity": "2019.3",
66
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
77
"dependencies": {
8-
"com.unity.webrtc": "2.0.0-preview",
8+
"com.unity.webrtc": "2.0.1-preview",
99
"com.unity.inputsystem": "1.0.0-preview.6"
1010
},
1111
"samples": [ {

com.unity.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming-hd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the render streaming template package will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2020-05-01
8+
9+
- Fixed: Fixed versioning issue
10+
711
## [2.0.0] - 2020-04-30
812

913
- Added: Multi camera support
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.template.renderstreaming-hd",
33
"displayName": "Render Streaming HDRP",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"type": "template",
66
"unity": "2019.3",
77
"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.",
88
"dependencies": {
9-
"com.unity.renderstreaming": "2.0.0-preview",
9+
"com.unity.renderstreaming": "2.0.1-preview",
1010
"com.unity.render-pipelines.high-definition": "7.3.1"
1111
}
1212
}

com.unity.template.renderstreaming-hd/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"com.unity.ide.vscode": "1.1.4",
88
"com.unity.inputsystem": "1.0.0-preview.6",
99
"com.unity.render-pipelines.high-definition": "7.3.1",
10-
"com.unity.renderstreaming": "2.0.0-preview",
10+
"com.unity.renderstreaming": "2.0.1-preview",
1111
"com.unity.test-framework": "1.1.11",
1212
"com.unity.textmeshpro": "2.0.1",
1313
"com.unity.ugui": "1.0.0",
14-
"com.unity.webrtc": "2.0.0-preview.3",
14+
"com.unity.webrtc": "2.0.1-preview",
1515
"com.unity.modules.ai": "1.0.0",
1616
"com.unity.modules.androidjni": "1.0.0",
1717
"com.unity.modules.animation": "1.0.0",

com.unity.template.renderstreaming-rtx/Packages/com.unity.template.renderstreaming-rtx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the render streaming template package will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2020-05-01
8+
9+
- Fixed: Fixed versioning issue
10+
711
## [2.0.0] - 2020-04-30
812

913
- Initial Release

0 commit comments

Comments
 (0)