Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.1-preview",
"version": "2.2.1-preview",
"type": "template",
"unity": "2019.4",
"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.1.1-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
},
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.1.1-preview",
"version": "2.2.1-preview",
"type": "template",
"unity": "2019.4",
"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.1.1-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.renderstreaming": "2.1.1-preview",
"com.unity.renderstreaming": "2.2.1-preview",
"com.unity.render-pipelines.high-definition": "7.3.1"
}
},
Expand Down