-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Showing
16 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+484 Bytes
(100%)
com.unity.renderstreaming/Samples~/HDRP/Editor/RenderStreamingHDRPSimple.unitypackage
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
com.unity.renderstreaming/Samples~/URP/Editor/RenderStreamingURPSimple.unitypackage
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...y.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming-hd/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...template.renderstreaming-rtx/Packages/com.unity.template.renderstreaming-rtx/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters