Skip to content

Commit ea2ef99

Browse files
authored
chore: update UnityTransport script file GUID (#1839)
1 parent 37746d4 commit ea2ef99

File tree

6 files changed

+72
-832
lines changed

6 files changed

+72
-832
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testproject/Assets/Scenes/MultiprocessTestScene.unity

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1}
41+
m_IndirectSpecularColor: {r: 0.44657838, g: 0.49641234, b: 0.57481676, a: 1}
4242
m_UseRadianceAmbientProbe: 0
4343
--- !u!157 &3
4444
LightmapSettings:
@@ -224,7 +224,7 @@ LightingSettings:
224224
m_PrefabInstance: {fileID: 0}
225225
m_PrefabAsset: {fileID: 0}
226226
m_Name:
227-
serializedVersion: 5
227+
serializedVersion: 4
228228
m_GIWorkflowMode: 1
229229
m_EnableBakedLightmaps: 1
230230
m_EnableRealtimeLightmaps: 0
@@ -264,7 +264,7 @@ LightingSettings:
264264
m_LightProbeSampleCountMultiplier: 4
265265
m_PVRBounces: 2
266266
m_PVRMinBounces: 2
267-
m_PVREnvironmentImportanceSampling: 1
267+
m_PVREnvironmentMIS: 1
268268
m_PVRFilteringMode: 1
269269
m_PVRDenoiserTypeDirect: 1
270270
m_PVRDenoiserTypeIndirect: 1
@@ -279,7 +279,6 @@ LightingSettings:
279279
m_PVRFilteringAtrousPositionSigmaIndirect: 2
280280
m_PVRFilteringAtrousPositionSigmaAO: 1
281281
m_PVRTiledBaking: 0
282-
m_NumRaysToShootPerTexel: -1
283282
--- !u!1 &160940364
284283
GameObject:
285284
m_ObjectHideFlags: 0
@@ -779,7 +778,6 @@ GameObject:
779778
- component: {fileID: 1211923375}
780779
- component: {fileID: 1211923378}
781780
- component: {fileID: 1211923377}
782-
- component: {fileID: 1211923379}
783781
m_Layer: 0
784782
m_Name: '[NetworkManager] (Multiprocess)'
785783
m_TagString: Untagged
@@ -803,7 +801,7 @@ MonoBehaviour:
803801
LogLevel: 1
804802
NetworkConfig:
805803
ProtocolVersion: 0
806-
NetworkTransport: {fileID: 1211923379}
804+
NetworkTransport: {fileID: 1674777073}
807805
PlayerPrefab: {fileID: 4700706668509470175, guid: 7eeaaf9e50c0afc4dab93584a54fb0d6,
808806
type: 3}
809807
NetworkPrefabs:
@@ -871,34 +869,6 @@ MonoBehaviour:
871869
m_Script: {fileID: 11500000, guid: 55d1c75ce242745ac98f7e7aca6d2d19, type: 3}
872870
m_Name:
873871
m_EditorClassIdentifier:
874-
--- !u!114 &1211923379
875-
MonoBehaviour:
876-
m_ObjectHideFlags: 0
877-
m_CorrespondingSourceObject: {fileID: 0}
878-
m_PrefabInstance: {fileID: 0}
879-
m_PrefabAsset: {fileID: 0}
880-
m_GameObject: {fileID: 1211923374}
881-
m_Enabled: 1
882-
m_EditorHideFlags: 0
883-
m_Script: {fileID: 11500000, guid: 2197ac38f6f774b1c98d677ba17b12b1, type: 3}
884-
m_Name:
885-
m_EditorClassIdentifier:
886-
m_ProtocolType: 0
887-
m_MaxPacketQueueSize: 128
888-
m_MaxPayloadSize: 6144
889-
m_MaxSendQueueSize: 98304
890-
m_HeartbeatTimeoutMS: 500
891-
m_ConnectTimeoutMS: 1000
892-
m_MaxConnectAttempts: 60
893-
m_DisconnectTimeoutMS: 30000
894-
ConnectionData:
895-
Address: 127.0.0.1
896-
Port: 7777
897-
ServerListenAddress:
898-
DebugSimulator:
899-
PacketDelayMS: 0
900-
PacketJitterMS: 0
901-
PacketDropRate: 0
902872
--- !u!1 &1274245423
903873
GameObject:
904874
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)