Skip to content

Commit

Permalink
chore: upgrade version 2.0.2-preview (#302)
Browse files Browse the repository at this point in the history
* upgrade version 2.0.2-preview

* fixed build error

* [skip ci] Update unitypacakge

* fixed yaml

(cherry picked from commit 5d78907688575600bdbf53445b61b99b87e11dd2)
  • Loading branch information
karasusan committed May 14, 2020
1 parent 35909a7 commit ef41b83
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .yamato/upm-ci-publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ publish_github_release:
only:
- /^(v|V)?\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
dependencies:
- publish_github_release_webapp
- .yamato/upm-ci-publish-github-release.yml#publish_github_release_webapp
{% for project in projects %}
- publish_github_release_template_{{ project.name }}
- .yamato/upm-ci-publish-github-release.yml#publish_github_release_template_{{ project.name }}
{% endfor %}

publish_github_release_webapp:
Expand All @@ -38,7 +38,7 @@ publish_github_release_webapp:

{% for project in projects %}
publish_github_release_template_{{ project.name }}:
name: Publish Template to Github Release
name: Publish Template to Github Release {{ project.name }}
agent:
type: Unity::VM
image: package-ci/win10:stable
Expand Down
1 change: 0 additions & 1 deletion EmptyProjectForTest~/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.0.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
4 changes: 2 additions & 2 deletions EmptyProjectForTest~/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.3.0f6
m_EditorVersionWithRevision: 2019.3.0f6 (27ab2135bccf)
m_EditorVersion: 2019.3.6f1
m_EditorVersionWithRevision: 2019.3.6f1 (5c3fb0a11183)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repository manages 1 package and 2 templates. Details can be found in the `

| Branch | Status |
| ---------------------------------------------------------------------------------------------- | -------------- |
| [release/2.0.1](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.1) | Stable |
| [release/2.0.2](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/release/2.0.2) | Stable |
| [develop](https://github.com/Unity-Technologies/UnityRenderStreaming/tree/develop) | In development |

## Operating Environment
Expand All @@ -27,7 +27,7 @@ This solution is compatible with `Unity 2019.3`.
| Platform | Graphics API | Hardware Encoder | Software Encoder |
| ----------- | ------------ | ------------------------------------------------- | ------------------ |
| Windows x64 | DirectX11 | :white_check_mark: (Require NVIDIA Graphics card) | :white_check_mark: |
| Windows x64 | DirectX12 | | |
| Windows x64 | DirectX12 | :white_check_mark: (Require NVIDIA Graphics card) | :white_check_mark: |
| Windows x64 | OpenGL | | |
| Windows x64 | Vulkan | | |
| Linux x64 | OpenGL | :white_check_mark: (Require NVIDIA Graphics card) | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.4",
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.test-framework": "1.1.11",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.0.1-preview",
"com.unity.webrtc": "2.0.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 @@ -7,15 +7,15 @@
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.6",
"com.unity.inputsystem": "1.0.0",
"com.unity.postprocessing": "2.3.0",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.universal": "7.3.1",
"com.unity.test-framework": "1.1.11",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.0.1-preview",
"com.unity.webrtc": "2.0.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
6 changes: 6 additions & 0 deletions com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.0.2] - 2020-05-14

- Changed: Upgrading input system to 1.0.0
- Changed: Upgrading WebRTC to 2.0.2-preview
- Fixed: Fix documents

## [2.0.1] - 2020-05-01

- Fixed: Fixed versioning issue
Expand Down
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions com.unity.renderstreaming/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "2.0.1-preview",
"version": "2.0.2-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": "2.0.1-preview",
"com.unity.inputsystem": "1.0.0-preview.6"
},
"com.unity.webrtc": "2.0.2-preview",
"com.unity.inputsystem": "1.0.0"
},
"samples": [ {
"displayName": "HDRP",
"description": "HDRP Unity Render Streaming Sample",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.0.1] - 2020-05-14

- Changed: Upgrading input system to 1.0.0
- Changed: Upgrading WebRTC to 2.0.2-preview

## [2.0.1] - 2020-05-01

- Fixed: Fixed versioning issue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming-hd",
"displayName": "Render Streaming HDRP",
"version": "2.0.1-preview",
"version": "2.0.2-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": "2.0.1-preview",
"com.unity.renderstreaming": "2.0.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
6 changes: 3 additions & 3 deletions com.unity.template.renderstreaming-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"com.unity.code-analysis": "0.0.1-preview.3",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.6",
"com.unity.inputsystem": "1.0.0",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.renderstreaming": "2.0.1-preview",
"com.unity.renderstreaming": "2.0.2-preview",
"com.unity.test-framework": "1.1.11",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.0.1-preview",
"com.unity.webrtc": "2.0.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 @@ -4,6 +4,11 @@ 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.0.2] - 2020-05-14

- Changed: Upgrading input system to 1.0.0
- Changed: Upgrading WebRTC to 2.0.2-preview

## [2.0.1] - 2020-05-01

- Fixed: Fixed versioning issue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming-rtx",
"displayName": "Render Streaming Raytracing",
"version": "2.0.1-preview",
"version": "2.0.2-preview",
"type": "template",
"unity": "2019.3",
"description": "This is HDRP Raytracing 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": "2.0.1-preview",
"com.unity.renderstreaming": "2.0.2-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
6 changes: 3 additions & 3 deletions com.unity.template.renderstreaming-rtx/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"com.unity.code-analysis": "0.0.1-preview.3",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.4",
"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.0.1-preview",
"com.unity.renderstreaming": "2.0.2-preview",
"com.unity.test-framework": "1.1.11",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.webrtc": "2.0.1-preview",
"com.unity.webrtc": "2.0.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 ef41b83

Please sign in to comment.