Added parallel sync support
This commit is contained in:
@ -6,18 +6,6 @@ EditorBuildSettings:
|
||||
serializedVersion: 2
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/StartScreen2.unity
|
||||
guid: f6088ef3502812241bb0d0e97057f6c0
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/Levels/Level0.unity
|
||||
guid: 9d1352b0990c7654e94397c2ab2f3fae
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/ShootingScene.unity
|
||||
guid: ab5be6c833a965f4d90255812bc8017f
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/Deprecated/ItemPickupTest.unity
|
||||
guid: 02df17a2572a04a4dbf099929c8a1cfd
|
||||
- enabled: 0
|
||||
path: Assets/Scenes/Deprecated/StartScreen.unity
|
||||
guid: ebfe2b66ea34ee8478703b2f8705084a
|
||||
path: Assets/Scenes/Experimentation/MultiplayerScenes/StylizedLobbyScene.unity
|
||||
guid: e0543d9968729644ba772e12b0f7f922
|
||||
m_configObjects: {}
|
||||
|
@ -28,7 +28,7 @@ GraphicsSettings:
|
||||
m_LensFlare:
|
||||
m_Mode: 1
|
||||
m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_VideoShadersIncludeMode: 2
|
||||
m_VideoShadersIncludeMode: 1
|
||||
m_AlwaysIncludedShaders:
|
||||
- {fileID: 7, guid: 0000000000000000f000000000000000, type: 0}
|
||||
- {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0}
|
||||
@ -36,7 +36,8 @@ GraphicsSettings:
|
||||
- {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0}
|
||||
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
|
||||
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_PreloadedShaders: []
|
||||
m_PreloadedShaders:
|
||||
- {fileID: 20000000, guid: efa94ff7d3b795e449488c7599ce7c7a, type: 2}
|
||||
m_PreloadShadersBatchTimeLimit: -1
|
||||
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_CustomRenderPipeline: {fileID: 11400000, guid: 56e379f113b48a44aae6601d44ea5c77, type: 2}
|
||||
@ -47,7 +48,7 @@ GraphicsSettings:
|
||||
m_TierSettings: []
|
||||
m_LightmapStripping: 0
|
||||
m_FogStripping: 0
|
||||
m_InstancingStripping: 0
|
||||
m_InstancingStripping: 1
|
||||
m_LightmapKeepPlain: 1
|
||||
m_LightmapKeepDirCombined: 1
|
||||
m_LightmapKeepDynamicPlain: 1
|
||||
|
Reference in New Issue
Block a user