Skip to content

Commit ef41b83

Browse files
authored
chore: upgrade version 2.0.2-preview (#302)
* upgrade version 2.0.2-preview * fixed build error * [skip ci] Update unitypacakge * fixed yaml (cherry picked from commit 5d78907688575600bdbf53445b61b99b87e11dd2)
1 parent 35909a7 commit ef41b83

File tree

16 files changed

+41
-26
lines changed

16 files changed

+41
-26
lines changed

.yamato/upm-ci-publish-github-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ publish_github_release:
1616
only:
1717
- /^(v|V)?\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
1818
dependencies:
19-
- publish_github_release_webapp
19+
- .yamato/upm-ci-publish-github-release.yml#publish_github_release_webapp
2020
{% for project in projects %}
21-
- publish_github_release_template_{{ project.name }}
21+
- .yamato/upm-ci-publish-github-release.yml#publish_github_release_template_{{ project.name }}
2222
{% endfor %}
2323

2424
publish_github_release_webapp:
@@ -38,7 +38,7 @@ publish_github_release_webapp:
3838

3939
{% for project in projects %}
4040
publish_github_release_template_{{ project.name }}:
41-
name: Publish Template to Github Release
41+
name: Publish Template to Github Release {{ project.name }}
4242
agent:
4343
type: Unity::VM
4444
image: package-ci/win10:stable

EmptyProjectForTest~/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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.1-preview",
1817
"com.unity.modules.ai": "1.0.0",
1918
"com.unity.modules.androidjni": "1.0.0",
2019
"com.unity.modules.animation": "1.0.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.3.0f6
2-
m_EditorVersionWithRevision: 2019.3.0f6 (27ab2135bccf)
1+
m_EditorVersion: 2019.3.6f1
2+
m_EditorVersionWithRevision: 2019.3.6f1 (5c3fb0a11183)

README.md

Lines changed: 2 additions & 2 deletions
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.1](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.1) | Stable |
20+
| [release/2.0.2](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.2) | Stable |
2121
| [develop](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/develop) | In development |
2222

2323
## Operating Environment
@@ -27,7 +27,7 @@ This solution is compatible with `Unity 2019.3`.
2727
| Platform | Graphics API | Hardware Encoder | Software Encoder |
2828
| ----------- | ------------ | ------------------------------------------------- | ------------------ |
2929
| Windows x64 | DirectX11 | :white_check_mark: (Require NVIDIA Graphics card) | :white_check_mark: |
30-
| Windows x64 | DirectX12 | | |
30+
| Windows x64 | DirectX12 | :white_check_mark: (Require NVIDIA Graphics card) | :white_check_mark: |
3131
| Windows x64 | OpenGL | | |
3232
| Windows x64 | Vulkan | | |
3333
| Linux x64 | OpenGL | :white_check_mark: (Require NVIDIA Graphics card) | |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.ide.rider": "1.1.4",
66
"com.unity.ide.vscode": "1.1.4",
7-
"com.unity.inputsystem": "1.0.0-preview.4",
7+
"com.unity.inputsystem": "1.0.0",
88
"com.unity.render-pipelines.high-definition": "7.3.1",
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.1-preview",
12+
"com.unity.webrtc": "2.0.2-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"com.unity.collab-proxy": "1.2.16",
88
"com.unity.ide.rider": "1.1.4",
99
"com.unity.ide.vscode": "1.1.4",
10-
"com.unity.inputsystem": "1.0.0-preview.6",
10+
"com.unity.inputsystem": "1.0.0",
1111
"com.unity.postprocessing": "2.3.0",
1212
"com.unity.purchasing": "2.0.6",
1313
"com.unity.render-pipelines.universal": "7.3.1",
1414
"com.unity.test-framework": "1.1.11",
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.1-preview",
18+
"com.unity.webrtc": "2.0.2-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.2] - 2020-05-14
8+
9+
- Changed: Upgrading input system to 1.0.0
10+
- Changed: Upgrading WebRTC to 2.0.2-preview
11+
- Fixed: Fix documents
12+
713
## [2.0.1] - 2020-05-01
814

915
- Fixed: Fixed versioning issue
Binary file not shown.
Binary file not shown.

com.unity.renderstreaming/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.unity.renderstreaming",
33
"displayName": "Unity Render Streaming",
4-
"version": "2.0.1-preview",
4+
"version": "2.0.2-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.1-preview",
9-
"com.unity.inputsystem": "1.0.0-preview.6"
10-
},
8+
"com.unity.webrtc": "2.0.2-preview",
9+
"com.unity.inputsystem": "1.0.0"
10+
},
1111
"samples": [ {
1212
"displayName": "HDRP",
1313
"description": "HDRP Unity Render Streaming Sample",

0 commit comments

Comments
 (0)