Skip to content

Commit 5988014

Browse files
authored
Fix: fix the version of Serialized Reference Object by URP/HDRP scene (#877)
* fix reference object version * change settings
1 parent dec9148 commit 5988014

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

RenderStreaming~/ProjectSettings/EditorBuildSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EditorBuildSettings:
4242
type: 2}
4343
com.unity.input.settings: {fileID: 11400000, guid: 9d3afefa5e1574ee38fb1d298122dbc7,
4444
type: 2}
45-
com.unity.renderstreaming.settings: {fileID: 11400000, guid: eaaad242393318e4f85c45e69c8837f0,
45+
com.unity.renderstreaming.settings: {fileID: 11400000, guid: 039337c008e9a5c44a60f957eae3e450,
4646
type: 2}
4747
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 66105b57eda77e74db55e7eb2b532054,
4848
type: 2}

com.unity.renderstreaming/Samples~/Example/RenderPipeline/HDRP.unity

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4647,15 +4647,14 @@ MonoBehaviour:
46474647
m_useDefault: 1
46484648
signalingSettingsObject: {fileID: 0}
46494649
signalingSettings:
4650-
rid: 0
4650+
id: 0
46514651
handlers:
46524652
- {fileID: 1131364784}
46534653
runOnAwake: 0
46544654
evaluateCommandlineArguments: 1
46554655
references:
4656-
version: 2
4657-
RefIds:
4658-
- rid: 0
4656+
version: 1
4657+
00000000:
46594658
type: {class: WebSocketSignalingSettings, ns: Unity.RenderStreaming, asm: Unity.RenderStreaming}
46604659
data:
46614660
m_url: ws://127.0.0.1

com.unity.renderstreaming/Samples~/Example/RenderPipeline/URP.unity

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6097,15 +6097,14 @@ MonoBehaviour:
60976097
m_useDefault: 1
60986098
signalingSettingsObject: {fileID: 0}
60996099
signalingSettings:
6100-
rid: 0
6100+
id: 0
61016101
handlers:
61026102
- {fileID: 1623734776}
61036103
runOnAwake: 0
61046104
evaluateCommandlineArguments: 1
61056105
references:
6106-
version: 2
6107-
RefIds:
6108-
- rid: 0
6106+
version: 1
6107+
00000000:
61096108
type: {class: WebSocketSignalingSettings, ns: Unity.RenderStreaming, asm: Unity.RenderStreaming}
61106109
data:
61116110
m_url: ws://127.0.0.1

0 commit comments

Comments
 (0)