Skip to content

Commit 23e5458

Browse files
committed
update version 1.2.1
1 parent 6c8b2dc commit 23e5458

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

EmptyProjectForTest~/Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"com.unity.test-framework": "1.1.9",
88
"com.unity.textmeshpro": "2.0.1",
99
"com.unity.ugui": "1.0.0",
10-
"com.unity.webrtc": "1.1.0-preview",
10+
"com.unity.webrtc": "1.1.1-preview",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",
1313
"com.unity.modules.animation": "1.0.0",

Packages/com.unity.renderstreaming/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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-
## [1.2.0] - 2020-02-14
7+
## [1.2.1] - 2020-02-28
8+
9+
- Changed: Upgrading WebRTC to 1.1.1-preview
10+
11+
## [1.2.0] - 2020-02-25
812

913
- Added: Adding AudioStreamer class
1014
- Added: Adding the flag to select encoder

Packages/com.unity.renderstreaming/package.json

+2-2
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": "1.2.0-preview",
4+
"version": "1.2.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": "1.1.0-preview",
8+
"com.unity.webrtc": "1.1.1-preview",
99
"com.unity.inputsystem": "1.0.0-preview.4"
1010
},
1111
"samples": [ {

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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-
## [1.2.0] - 2020-02-14
7+
## [1.2.1] - 2020-02-28
8+
9+
- Changed: Upgrading WebRTC to 1.1.1-preview
10+
11+
## [1.2.0] - 2020-02-25
812

913
- Added: Adding AudioStreamer class
1014
- Added: Adding the flag to select encoder
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.template.renderstreaming",
33
"displayName": "Unity Render Streaming Template",
4-
"version": "1.2.0-preview",
4+
"version": "1.2.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": "1.2.0-preview",
9+
"com.unity.renderstreaming": "1.2.1-preview",
1010
"com.unity.render-pipelines.high-definition": "7.1.8"
1111
}
1212
}

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"com.unity.ide.vscode": "1.1.4",
88
"com.unity.inputsystem": "1.0.0-preview.4",
99
"com.unity.render-pipelines.high-definition": "7.1.8",
10-
"com.unity.renderstreaming": "1.2.0-preview",
10+
"com.unity.renderstreaming": "1.2.1-preview",
1111
"com.unity.test-framework": "1.1.9",
1212
"com.unity.textmeshpro": "2.0.1",
1313
"com.unity.ugui": "1.0.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.test-framework": "1.1.9",
1010
"com.unity.textmeshpro": "2.0.1",
1111
"com.unity.ugui": "1.0.0",
12-
"com.unity.webrtc": "1.1.0-preview",
12+
"com.unity.webrtc": "1.1.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

+1-1
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": "1.1.0-preview",
18+
"com.unity.webrtc": "1.1.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",

0 commit comments

Comments
 (0)