From 004924353a0e326133b71c3d0d6b840d6a301357 Mon Sep 17 00:00:00 2001 From: Laurids Jeppe Date: Mon, 1 Apr 2024 19:08:15 +0200 Subject: [PATCH] Hex Grid Part 1 (WIP) --- .../GWConquest/Prefabs/NetworkManager.prefab | 99 ++ .../Prefabs/NetworkManager.prefab.meta | 7 + .../Prefabs/UI/BattleUnitIconFlank.prefab | 283 +++- Assets/GWConquest/Prefabs/UI/FlankUI.prefab | 252 +-- Assets/GWConquest/Scenes/GalaxyMap.unity | 1509 +++++++---------- Assets/GWConquest/Scenes/MainMenu.unity | 249 +-- Assets/GWConquest/Scripts/Battle.cs | 37 +- Assets/GWConquest/Scripts/BattleFlank.cs | 97 +- Assets/GWConquest/Scripts/DistrictRegistry.cs | 8 +- .../Scripts/Editor/LoadEditorHooks.cs | 33 + .../GWConquest/Scripts/FormationCategories.cs | 8 +- Assets/GWConquest/Scripts/GameManager.cs | 15 +- Assets/GWConquest/Scripts/ItemRegistry.cs | 18 +- Assets/GWConquest/Scripts/SpawnAIUnits.cs | 4 +- Assets/GWConquest/Scripts/UI/BattleFlankUI.cs | 51 +- Assets/GWConquest/Scripts/UI/BattleUI.cs | 92 +- Assets/GWConquest/Scripts/UI/IngameUI.cs | 18 +- Assets/GWConquest/Scripts/Zone.cs | 7 +- Assets/GWConquest/Textures/UI/hex.png | Bin 0 -> 24962 bytes Assets/GWConquest/Textures/UI/hex.png.meta | 136 ++ Assets/GWConquest/Textures/UI/hexfilled.png | Bin 0 -> 3410 bytes .../GWConquest/Textures/UI/hexfilled.png.meta | 136 ++ Packages/manifest.json | 2 +- Packages/packages-lock.json | 2 +- ProjectSettings/ProjectSettings.asset | 2 +- 25 files changed, 1585 insertions(+), 1480 deletions(-) create mode 100644 Assets/GWConquest/Prefabs/NetworkManager.prefab create mode 100644 Assets/GWConquest/Prefabs/NetworkManager.prefab.meta create mode 100644 Assets/GWConquest/Textures/UI/hex.png create mode 100644 Assets/GWConquest/Textures/UI/hex.png.meta create mode 100644 Assets/GWConquest/Textures/UI/hexfilled.png create mode 100644 Assets/GWConquest/Textures/UI/hexfilled.png.meta diff --git a/Assets/GWConquest/Prefabs/NetworkManager.prefab b/Assets/GWConquest/Prefabs/NetworkManager.prefab new file mode 100644 index 0000000..6e0c17b --- /dev/null +++ b/Assets/GWConquest/Prefabs/NetworkManager.prefab @@ -0,0 +1,99 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2895585711290895149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1964873977919645827} + - component: {fileID: 3156928614487451182} + - component: {fileID: 8764950240016691018} + m_Layer: 0 + m_Name: NetworkManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1964873977919645827 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2895585711290895149} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 1276.0392, y: 517.60614, z: 659.94507} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3156928614487451182 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2895585711290895149} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 593a2fe42fa9d37498c96f9a383b6521, type: 3} + m_Name: + m_EditorClassIdentifier: + NetworkConfig: + ProtocolVersion: 0 + NetworkTransport: {fileID: 8764950240016691018} + PlayerPrefab: {fileID: 0} + Prefabs: + NetworkPrefabsLists: + - {fileID: 11400000, guid: df94fd23d3398e54c9bd38ec5e26a04e, type: 2} + TickRate: 30 + ClientConnectionBufferTimeout: 10 + ConnectionApproval: 0 + ConnectionData: + EnableTimeResync: 0 + TimeResyncInterval: 30 + EnsureNetworkVariableLengthSafety: 0 + EnableSceneManagement: 1 + ForceSamePrefabs: 1 + RecycleNetworkIds: 1 + NetworkIdRecycleDelay: 120 + RpcHashSize: 0 + LoadSceneTimeOut: 120 + SpawnTimeout: 1 + EnableNetworkLogs: 1 + OldPrefabList: [] + RunInBackground: 1 + LogLevel: 1 +--- !u!114 &8764950240016691018 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2895585711290895149} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6960e84d07fb87f47956e7a81d71c4e6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ProtocolType: 0 + m_MaxPacketQueueSize: 128 + m_MaxPayloadSize: 6144 + m_HeartbeatTimeoutMS: 500 + m_ConnectTimeoutMS: 1000 + m_MaxConnectAttempts: 60 + m_DisconnectTimeoutMS: 30000 + ConnectionData: + Address: 127.0.0.1 + Port: 7777 + ServerListenAddress: 127.0.0.1 + DebugSimulator: + PacketDelayMS: 0 + PacketJitterMS: 0 + PacketDropRate: 0 diff --git a/Assets/GWConquest/Prefabs/NetworkManager.prefab.meta b/Assets/GWConquest/Prefabs/NetworkManager.prefab.meta new file mode 100644 index 0000000..f98a0ad --- /dev/null +++ b/Assets/GWConquest/Prefabs/NetworkManager.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 71c5b672ac1c6ef4dae59a8e08c7876f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GWConquest/Prefabs/UI/BattleUnitIconFlank.prefab b/Assets/GWConquest/Prefabs/UI/BattleUnitIconFlank.prefab index c01bd9f..ab477ac 100644 --- a/Assets/GWConquest/Prefabs/UI/BattleUnitIconFlank.prefab +++ b/Assets/GWConquest/Prefabs/UI/BattleUnitIconFlank.prefab @@ -5,8 +5,55 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: + serializedVersion: 3 m_TransformParent: {fileID: 0} m_Modifications: + - target: {fileID: 914397066647810572, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.x + value: 0.0000014305115 + objectReference: {fileID: 0} + - target: {fileID: 914397066647810572, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.y + value: 0.00000166893 + objectReference: {fileID: 0} + - target: {fileID: 914397066647810572, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 914397066647810572, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 968728054296979172, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.x + value: -19.776 + objectReference: {fileID: 0} + - target: {fileID: 968728054296979172, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.y + value: -19.776 + objectReference: {fileID: 0} + - target: {fileID: 968728054296979172, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0.18994904 + objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Type + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 5e6069bf34313bc44aeccf43d98fb633, + type: 3} - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} propertyPath: m_Color.a @@ -27,6 +74,52 @@ PrefabInstance: propertyPath: m_Color.r value: 0.021 objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.w + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.x + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.y + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 1305083518370968854, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.z + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 1687732570946376586, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Type + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732570946376586, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 9f2edd4e433e6984f812b1df92d53164, + type: 3} + - target: {fileID: 1687732570946376586, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_UseSpriteMesh + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732570946376586, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.x + value: 8.5 + objectReference: {fileID: 0} + - target: {fileID: 1687732570946376586, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_RaycastPadding.z + value: 8.5 + objectReference: {fileID: 0} - target: {fileID: 1687732570946376588, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} propertyPath: m_Name @@ -70,12 +163,12 @@ PrefabInstance: - target: {fileID: 1687732570946376589, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} propertyPath: m_SizeDelta.x - value: 90 + value: 120 objectReference: {fileID: 0} - target: {fileID: 1687732570946376589, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} propertyPath: m_SizeDelta.y - value: 90 + value: 120 objectReference: {fileID: 0} - target: {fileID: 1687732570946376589, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} @@ -137,7 +230,136 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.x + value: -22 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.y + value: -22 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619598, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1687732571317619599, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 0} + - target: {fileID: 2270891946058410284, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 0} + - target: {fileID: 2270891946058410284, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3200922839386725618, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3235150457380999153, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3527442623986464800, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3613406984414568876, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.x + value: -20.0529 + objectReference: {fileID: 0} + - target: {fileID: 3613406984414568876, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_SizeDelta.y + value: -20.0529 + objectReference: {fileID: 0} + - target: {fileID: 4477794739276850993, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 0} + - target: {fileID: 4477794739276850993, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5712662313723679478, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6876257253298647874, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6876257253298647874, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Padding.x + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 6876257253298647874, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + propertyPath: m_Padding.z + value: 7 + objectReference: {fileID: 0} m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 1687732570946376588, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + insertIndex: -1 + addedObject: {fileID: 1944167245271204771} + - targetCorrespondingSourceObject: {fileID: 1162488441138915787, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + insertIndex: -1 + addedObject: {fileID: 5603113574183130447} + - targetCorrespondingSourceObject: {fileID: 1162488441138915787, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + insertIndex: -1 + addedObject: {fileID: 4170411342755423844} + - targetCorrespondingSourceObject: {fileID: 1162488441138915787, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + insertIndex: -1 + addedObject: {fileID: 6660687591994652966} m_SourcePrefab: {fileID: 100100000, guid: 70bba337c1bb2d64e83a214cd4a781ea, type: 3} --- !u!1 &6000337078063549025 stripped GameObject: @@ -159,3 +381,60 @@ MonoBehaviour: m_EditorClassIdentifier: parameter: IsFlank value: 1 +--- !u!1 &6055230501786873894 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1162488441138915787, guid: 70bba337c1bb2d64e83a214cd4a781ea, + type: 3} + m_PrefabInstance: {fileID: 4911594431217981933} + m_PrefabAsset: {fileID: 0} +--- !u!222 &5603113574183130447 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6055230501786873894} + m_CullTransparentMesh: 1 +--- !u!114 &4170411342755423844 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6055230501786873894} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 5e6069bf34313bc44aeccf43d98fb633, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6660687591994652966 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6055230501786873894} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 0 diff --git a/Assets/GWConquest/Prefabs/UI/FlankUI.prefab b/Assets/GWConquest/Prefabs/UI/FlankUI.prefab index 81d373b..e81a6c5 100644 --- a/Assets/GWConquest/Prefabs/UI/FlankUI.prefab +++ b/Assets/GWConquest/Prefabs/UI/FlankUI.prefab @@ -31,7 +31,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2893350996044003037} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -107,15 +106,11 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 472968272626717507} - - {fileID: 3529282704362558771} - {fileID: 335503723518179647} - {fileID: 8085052938175271119} - {fileID: 3536641625903406562} - {fileID: 2784919200071465695} - - {fileID: 6769882531712760617} m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -137,16 +132,12 @@ MonoBehaviour: BattleFlank: {fileID: 0} IconPrefab: {fileID: 6000337078063549025, guid: 9ca2c2b7050c3254bb98a6cb77f2a4ba, type: 3} - Cols: 3 - IconSize: 90 + IconSize: 119.5 Icons: [] - LeftFrontline: {fileID: 6585815961174857102} - RightFrontline: {fileID: 7510832164935520711} CanvasGroup: {fileID: 8668185966868266328} DisabledAlpha: 0.25 BombardedImageLeft: {fileID: 4435938290225379374} BombardedImageRight: {fileID: 9221938974357844206} - TitleText: {fileID: 5959453350297802611} --- !u!225 &8668185966868266328 CanvasGroup: m_ObjectHideFlags: 0 @@ -161,7 +152,7 @@ CanvasGroup: m_IgnoreParentGroups: 0 --- !u!95 &3457511166033474778 Animator: - serializedVersion: 4 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -175,10 +166,12 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!1 &4435938290225379374 GameObject: m_ObjectHideFlags: 0 @@ -210,7 +203,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2893350996044003037} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -286,7 +278,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2893350996044003037} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -331,238 +322,6 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 ---- !u!1 &6585815961174857102 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 472968272626717507} - - component: {fileID: 2361316980752577659} - - component: {fileID: 8890018705248931018} - m_Layer: 5 - m_Name: LeftFrontline - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &472968272626717507 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6585815961174857102} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: -1, y: 1, z: 0} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2893350996044003037} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 12, y: -4} - m_Pivot: {x: 0, y: 0.5} ---- !u!222 &2361316980752577659 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6585815961174857102} - m_CullTransparentMesh: 0 ---- !u!114 &8890018705248931018 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6585815961174857102} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.475, g: 0.475, b: 0.475, a: 0.9098039} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 14825355531a6db458fc1344cc89c33f, type: 3} - m_Type: 2 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 2.32 ---- !u!1 &7400446663348275466 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6769882531712760617} - - component: {fileID: 3083850318465946828} - - component: {fileID: 5959453350297802611} - m_Layer: 5 - m_Name: TitleText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &6769882531712760617 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7400446663348275466} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2893350996044003037} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 1} - m_AnchorMax: {x: 0.5, y: 1} - m_AnchoredPosition: {x: 0, y: 10} - m_SizeDelta: {x: 322.46326, y: 28.029785} - m_Pivot: {x: 0.5, y: 0} ---- !u!222 &3083850318465946828 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7400446663348275466} - m_CullTransparentMesh: 0 ---- !u!114 &5959453350297802611 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7400446663348275466} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 0.34901962} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: c47f9c9ae53006b46bef8b5c48a002a5, type: 3} - m_FontSize: 20 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 56 - m_Alignment: 1 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Allied Frontline ---- !u!1 &7510832164935520711 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3529282704362558771} - - component: {fileID: 560951851619819243} - - component: {fileID: 5711850360176843061} - m_Layer: 5 - m_Name: RightFrontline - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &3529282704362558771 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7510832164935520711} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 2893350996044003037} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 1, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 12, y: -4} - m_Pivot: {x: 0, y: 0.5} ---- !u!222 &560951851619819243 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7510832164935520711} - m_CullTransparentMesh: 0 ---- !u!114 &5711850360176843061 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7510832164935520711} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.475, g: 0.475, b: 0.475, a: 0.9098039} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 14825355531a6db458fc1344cc89c33f, type: 3} - m_Type: 2 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 2.32 --- !u!1 &9221938974357844206 GameObject: m_ObjectHideFlags: 0 @@ -594,7 +353,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2893350996044003037} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} diff --git a/Assets/GWConquest/Scenes/GalaxyMap.unity b/Assets/GWConquest/Scenes/GalaxyMap.unity index a691551..54922a6 100644 --- a/Assets/GWConquest/Scenes/GalaxyMap.unity +++ b/Assets/GWConquest/Scenes/GalaxyMap.unity @@ -67,9 +67,6 @@ LightmapSettings: m_LightmapParameters: {fileID: 0} m_LightmapsBakeMode: 1 m_TextureCompression: 1 - m_FinalGather: 0 - m_FinalGatherFiltering: 1 - m_FinalGatherRayCount: 256 m_ReflectionCompression: 2 m_MixedBakeMode: 2 m_BakeBackend: 1 @@ -155,7 +152,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 200361982} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -228,13 +224,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3161534} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 996610188} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &3161536 MonoBehaviour: @@ -281,7 +277,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1321036617} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -471,22 +466,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 666988009} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 984576233} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 562736687} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 214596037} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -906,7 +901,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1977854682} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -1625,13 +1619,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 25688649} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1172288250} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &25688651 SphereCollider: @@ -1845,12 +1839,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1089369627} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1794637858} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -1980,13 +1974,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 27978979} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1858919927} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &27978981 MonoBehaviour: @@ -2301,22 +2295,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1762934621} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 2131491357} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 0} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -2456,13 +2450,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 32943762} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &32943764 MonoBehaviour: @@ -2512,7 +2506,6 @@ RectTransform: - {fileID: 1371615232} - {fileID: 1798999533} m_Father: {fileID: 1189702033} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -2660,12 +2653,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1758196033} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1658452144} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -2836,7 +2829,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 4315065473121b54cae05c48f97a9b1e, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -2920,13 +2913,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 40190437} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -4.29, y: 14.86, z: -21.99} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 815902621} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &40190441 MonoBehaviour: @@ -3125,13 +3118,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 43400336} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &43400338 MonoBehaviour: @@ -3372,7 +3365,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424836195} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -3558,12 +3550,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 106048187} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1798405256} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -3825,7 +3817,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 853110023} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -3925,13 +3917,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 57135270} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1834518975} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &57135272 SphereCollider: @@ -4039,7 +4031,6 @@ RectTransform: - {fileID: 85724950} - {fileID: 1883892428} m_Father: {fileID: 685363767} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -4177,13 +4168,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 58052151} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 409532592} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &58052153 MonoBehaviour: @@ -4223,13 +4214,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 62203958} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1834518975} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &62203960 MonoBehaviour: @@ -4440,7 +4431,6 @@ RectTransform: - {fileID: 7870129596353849924} - {fileID: 7870129598074426909} m_Father: {fileID: 765894939} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.75, y: 0} m_AnchorMax: {x: 0.75, y: 0} @@ -4473,13 +4463,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 64680822} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &64680824 SphereCollider: @@ -4583,7 +4573,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 685363767} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -4818,7 +4807,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1548826460} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -4887,13 +4875,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 72020640} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2118327521} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &72020642 MonoBehaviour: @@ -5098,7 +5086,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 538000015} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5167,13 +5154,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 75848838} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 92487209} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &75848840 MonoBehaviour: @@ -5213,13 +5200,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 76328707} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1487285352} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &76328709 MonoBehaviour: @@ -5259,13 +5246,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 77914597} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &77914599 MonoBehaviour: @@ -5476,7 +5463,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 57306918} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5580,13 +5566,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 86848882} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -0.79174805, y: 24.375916, z: -11.310181} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &86848886 MonoBehaviour: @@ -5632,13 +5618,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 89695237} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 905375158} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &89695239 MonoBehaviour: @@ -5680,13 +5666,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 92253008} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 193885455} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &92253010 SphereCollider: @@ -5900,22 +5886,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 514590778} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 755950721} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1035984752} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 736729608} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -6073,13 +6059,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 93915280} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 500077394} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &93915282 SphereCollider: @@ -6298,22 +6284,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1537498018} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1952294460} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1409165553} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 829595064} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -7014,7 +7000,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: be26a02cc521d7846b7faa9a28d18208, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -7063,13 +7049,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 104743924} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &104743926 MonoBehaviour: @@ -7116,7 +7102,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 840942145} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -7651,7 +7636,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 853420528} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -8271,7 +8255,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2009225604} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -8371,7 +8354,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_SizeDelta.x - value: -450 + value: -600 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -8682,13 +8665,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 113413688} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9.02002, y: 15.062859, z: -20.358887} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 390578861} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &113413692 MonoBehaviour: @@ -9219,13 +9202,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 120250337} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1248703575} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &120250339 MonoBehaviour: @@ -9436,7 +9419,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 590405910} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -9512,7 +9494,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129598074426909} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -9586,7 +9567,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 494226835} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -9945,7 +9925,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: a219be0a88183df429cdee480c93e487, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -10040,12 +10020,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23455231995533968, guid: f60e024907e0c014bbd68a3e3631a6eb, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 900b74a4f20c32f4ebcf8597d81060a8, type: 2} - target: {fileID: 23550560442551126, guid: f60e024907e0c014bbd68a3e3631a6eb, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 351b36b6a3f89eb4984f5ae6cbf01dfb, type: 2} m_RemovedComponents: @@ -10289,13 +10269,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 131868898} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -7.114502, y: 17.680399, z: -18.96106} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 390578861} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &131868902 MonoBehaviour: @@ -10347,7 +10327,6 @@ RectTransform: m_Children: - {fileID: 1387950576} m_Father: {fileID: 1981973610} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -10378,13 +10357,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 147799131} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1190252336} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &147799133 MonoBehaviour: @@ -10431,7 +10410,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1823284786} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -10808,7 +10786,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2009225604} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -10949,7 +10926,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23646215031531696, guid: 00cbbb3475b1b0640a802c21a905203b, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 0df58c9d2ac0cc144a61e01af6c27f66, type: 2} - target: {fileID: 135309575519242482, guid: 00cbbb3475b1b0640a802c21a905203b, @@ -11007,7 +10984,6 @@ RectTransform: - {fileID: 1454156011} - {fileID: 613235021} m_Father: {fileID: 2083163756} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -11113,7 +11089,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1617769622} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -11192,7 +11167,6 @@ RectTransform: m_Children: - {fileID: 896420471} m_Father: {fileID: 309428037} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -11231,7 +11205,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1996625630} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -11356,13 +11329,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 168907619} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1968865934} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &168907621 MonoBehaviour: @@ -11713,6 +11686,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 171273604} + serializedVersion: 2 m_LocalRotation: {x: 0.27585098, y: 0.92930484, z: 0.092051275, w: 0.22765183} m_LocalPosition: {x: 0.025708007, y: 0.24809998, z: -0.17584594} m_LocalScale: {x: 0.019236103, y: 0.019236105, z: 0.019236105} @@ -11720,7 +11694,6 @@ Transform: m_Children: - {fileID: 302531137} m_Father: {fileID: 1589504682} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &171719997 PrefabInstance: @@ -12352,7 +12325,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2077241930} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -12623,7 +12595,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2135975047} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -12718,7 +12689,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1420890672} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -12795,13 +12765,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 186435884} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1109498683} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &186435886 SphereCollider: @@ -13037,7 +13007,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 726713978} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -13075,7 +13044,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1321036617} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -13265,22 +13233,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 23218207} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 631875717} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1095845466} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 961594132} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -13584,13 +13552,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 197337106} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 663080993} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!20 &197337108 Camera: @@ -13825,7 +13793,6 @@ RectTransform: - {fileID: 1270522074} - {fileID: 964397163} m_Father: {fileID: 1189702033} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -13856,13 +13823,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 200715469} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1000076787} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &200715471 MonoBehaviour: @@ -13908,13 +13875,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 204109719} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 409532592} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &204109721 MonoBehaviour: @@ -14337,7 +14304,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23455231995533968, guid: f60e024907e0c014bbd68a3e3631a6eb, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: d794cba6926613b47afc7ff816e75643, type: 2} - target: {fileID: 95118483876937400, guid: f60e024907e0c014bbd68a3e3631a6eb, @@ -14387,13 +14354,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 211830308} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 644800836} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!23 &211830310 MeshRenderer: @@ -14469,13 +14436,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 212967439} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 996610188} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &212967441 MonoBehaviour: @@ -14522,7 +14489,6 @@ RectTransform: - {fileID: 2037835397} - {fileID: 357591875} m_Father: {fileID: 33536550} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -14588,13 +14554,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 214596035} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -6.28, y: 25.84, z: -3.93} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &214596039 MonoBehaviour: @@ -15127,7 +15093,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1321036617} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -15204,7 +15169,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1981011822} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -15336,7 +15300,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1321036617} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -15405,13 +15368,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 226582081} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 357040275} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &226582083 MonoBehaviour: @@ -15758,13 +15721,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 230495907} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 996610188} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &230495909 MonoBehaviour: @@ -15957,7 +15920,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1959603905} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16273,7 +16235,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 568483604} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -16516,7 +16477,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 765894939} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -16601,7 +16561,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23335694420855780, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 81fc13bcc59fe97439a916af8fc132f5, type: 2} m_RemovedComponents: @@ -16653,7 +16613,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 346513971} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -16867,7 +16826,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1963037885} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -17053,22 +17011,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 169501541} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 2042552056} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 86848884} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1497715127} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -17201,7 +17159,6 @@ RectTransform: - {fileID: 1351901113} - {fileID: 1327990308} m_Father: {fileID: 2028220283} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -17239,7 +17196,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1806309897} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -17314,13 +17270,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 266360259} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 390578861} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &266360261 SphereCollider: @@ -17424,7 +17380,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 120212469} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -17499,13 +17454,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 276098500} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 539048598} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &276098502 SphereCollider: @@ -17629,7 +17584,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_SizeDelta.x - value: 900 + value: 1200 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -17813,7 +17768,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23646215031531696, guid: 00cbbb3475b1b0640a802c21a905203b, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e0bdd26d2411962488e4843f597ee32e, type: 2} - target: {fileID: 135309575519242482, guid: 00cbbb3475b1b0640a802c21a905203b, @@ -17870,7 +17825,6 @@ RectTransform: m_Children: - {fileID: 1930573013} m_Father: {fileID: 2010152927} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -18217,17 +18171,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1643675084} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 482339413} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1086078788} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -18384,13 +18338,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 284760923} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &284760925 MonoBehaviour: @@ -18437,7 +18391,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1236526406} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -18580,12 +18533,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23136709358802302, guid: f42e8fb7bcfdc474a979ee5023161dc3, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: a2ff4d01644dfcb489b22cac9bfe477d, type: 2} - target: {fileID: 23367451962188844, guid: f42e8fb7bcfdc474a979ee5023161dc3, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fb7a855e7979edf44a50ebf42c3d0e2e, type: 2} m_RemovedComponents: [] @@ -18631,13 +18584,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 291143820} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 766573528} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &291143822 SphereCollider: @@ -18742,7 +18695,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1272903229} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -18828,13 +18780,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 294156831} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1082704439} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &294156833 SphereCollider: @@ -18932,13 +18884,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 296622108} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 481590857} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!23 &296622110 MeshRenderer: @@ -19023,7 +18975,6 @@ RectTransform: m_Children: - {fileID: 1974010893} m_Father: {fileID: 1103112532} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -19303,7 +19254,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 840942145} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -19411,13 +19361,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 302288824} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9.330688, y: 23.869974, z: -19.593323} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 357040275} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &302288828 MonoBehaviour: @@ -19611,6 +19561,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 302531136} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -19621,11 +19572,10 @@ Transform: - {fileID: 2115573749} - {fileID: 2080199411} m_Father: {fileID: 171273605} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &302531138 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -19639,6 +19589,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -19785,17 +19736,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1595006264} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1924025790} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 2141017712} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -19941,7 +19892,6 @@ RectTransform: m_Children: - {fileID: 1432317734} m_Father: {fileID: 1828009512} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.8, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20010,13 +19960,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 307299369} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1190252336} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &307299371 MonoBehaviour: @@ -20056,13 +20006,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 307556595} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1911008115} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &307556597 MonoBehaviour: @@ -20111,7 +20061,6 @@ RectTransform: m_Children: - {fileID: 167675883} m_Father: {fileID: 1325410787} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20242,7 +20191,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1208637975} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -20318,7 +20266,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 824125516} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20396,7 +20343,6 @@ RectTransform: m_Children: - {fileID: 538000015} m_Father: {fileID: 1906939932} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -20682,7 +20628,6 @@ RectTransform: - {fileID: 1126126260} - {fileID: 884296282} m_Father: {fileID: 685363767} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -20764,13 +20709,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 319137156} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &319137158 MonoBehaviour: @@ -20845,13 +20790,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 322489092} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -11.07, y: 24.25, z: -3.44} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &322489096 MonoBehaviour: @@ -21234,7 +21179,6 @@ RectTransform: m_Children: - {fileID: 1548826460} m_Father: {fileID: 807807167} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -21469,22 +21413,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1286070052} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 648993312} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 73199455} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1426669573} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -21715,12 +21659,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: f21ba724aca85724aa243b92194c4204, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 52e2dfa2a9c4b9d488eb4ed23462d81f, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -21781,7 +21725,6 @@ RectTransform: - {fileID: 1524923455} - {fileID: 246962407} m_Father: {fileID: 846570913} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -21962,13 +21905,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 353074285} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 15.046631, y: 18.782038, z: -11.981934} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1768648042} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &353074287 MonoBehaviour: @@ -22093,12 +22036,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 7c464e083831da74188403f29b5aaf7d, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 3379f966fc78b1b4ca83ac44d33892dd, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -22451,12 +22394,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1383328108} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 302288826} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -22594,7 +22537,6 @@ RectTransform: m_Children: - {fileID: 2147400779} m_Father: {fileID: 214235645} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -22836,7 +22778,6 @@ RectTransform: m_Children: - {fileID: 2089647852} m_Father: {fileID: 807807167} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23108,7 +23049,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 346513971} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -23188,7 +23128,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1579730284} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -23270,7 +23209,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2043259505} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -23345,13 +23283,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 373776342} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1966380085} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &373776344 MonoBehaviour: @@ -23513,12 +23451,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1809378650} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1907230641} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -23953,7 +23891,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1854444266} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -24022,13 +23959,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 377413196} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1911008115} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &377413198 MonoBehaviour: @@ -24213,13 +24150,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 380350658} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1135185247} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &380350660 SphereCollider: @@ -24642,7 +24579,6 @@ RectTransform: m_Children: - {fileID: 1970232982} m_Father: {fileID: 1775843845} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -24718,7 +24654,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -24914,17 +24849,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 280599957} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 131868900} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 113413690} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -25389,13 +25324,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 398921909} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1063969671} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &398921911 SphereCollider: @@ -25542,12 +25477,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23335694420855780, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: ca5b93cd87c090244a7a5e0c03092519, type: 2} - target: {fileID: 23978645011840746, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 80398cdead3e1cd429b524afa104331c, type: 2} m_RemovedComponents: @@ -25740,13 +25675,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 408651170} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1487285352} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &408651172 MonoBehaviour: @@ -25903,27 +25838,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 409532594} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1776615352} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1153957760} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1133737802} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1053298250} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -26068,7 +26003,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2043259505} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -26144,7 +26078,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 685363767} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -26252,13 +26185,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 417189626} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &418117484 GameObject: @@ -26284,13 +26217,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 418117484} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1543046282} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &418117486 MonoBehaviour: @@ -26376,12 +26309,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23869895516855812, guid: 8b670f55ada76fc40bb3ea2c52efe21a, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e57390967afab15488445fe34f53b76f, type: 2} - target: {fileID: 23903619356724924, guid: 8b670f55ada76fc40bb3ea2c52efe21a, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 3605d2ec4e196f04f95e5969f3886553, type: 2} - target: {fileID: 95946300857871326, guid: 8b670f55ada76fc40bb3ea2c52efe21a, @@ -26633,7 +26566,6 @@ RectTransform: - {fileID: 1186899430} - {fileID: 1489376086} m_Father: {fileID: 1977854682} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -26849,13 +26781,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 423864850} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2118327521} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &423864852 SphereCollider: @@ -27026,7 +26958,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e4d1037f87ce75d408a1e7dccff8b820, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -27087,7 +27019,6 @@ RectTransform: - {fileID: 756953619} - {fileID: 468336420} m_Father: {fileID: 846570913} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -27126,7 +27057,6 @@ RectTransform: - {fileID: 917621824} - {fileID: 54581869} m_Father: {fileID: 985250389} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -28513,13 +28443,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 426309782} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &429234467 PrefabInstance: @@ -28729,13 +28659,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 431870514} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 905375158} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &431870516 MonoBehaviour: @@ -28923,13 +28853,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 435860289} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &435860291 MonoBehaviour: @@ -29318,7 +29248,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1959603905} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -29433,7 +29362,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: f350e6677a158e6428d7afddbfb80536, type: 2} m_RemovedComponents: [] @@ -29674,7 +29603,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1977854682} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -29944,7 +29872,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 276424148} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -30015,13 +29942,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 464768632} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 357040275} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &464768634 SphereCollider: @@ -30268,7 +30195,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424576335} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -30623,7 +30549,6 @@ RectTransform: - {fileID: 1617769622} - {fileID: 1791211755} m_Father: {fileID: 1967795786} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -30803,13 +30728,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 485321998} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 343902120} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &485322000 MonoBehaviour: @@ -30849,13 +30774,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 491713349} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1248703575} - m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &491713351 MonoBehaviour: @@ -30910,7 +30835,6 @@ RectTransform: - {fileID: 1481547534} - {fileID: 1679029304} m_Father: {fileID: 1986334066} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -30965,13 +30889,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 494421157} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 55176463} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &494421159 SphereCollider: @@ -31223,13 +31147,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 496607024} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &496607026 SphereCollider: @@ -31328,13 +31252,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 498947895} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 871949502} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &498947897 SphereCollider: @@ -31558,12 +31482,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1579585385} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 153603381} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -31678,7 +31602,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1996625630} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31709,13 +31632,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 505304136} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1066016891} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &505304138 MonoBehaviour: @@ -31760,7 +31683,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 765894939} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -31798,7 +31720,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1399439829} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -32207,17 +32128,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 24269502} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 465157247} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1213153681} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -32529,7 +32450,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1528796210} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -32753,7 +32673,6 @@ RectTransform: m_Children: - {fileID: 75509414} m_Father: {fileID: 316651317} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -32901,12 +32820,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 1781252353} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 375478230} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -33019,7 +32938,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 614566201} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -33094,13 +33012,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 542594601} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1526261021} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &542594603 SphereCollider: @@ -33204,7 +33122,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129597818630225} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -33280,7 +33197,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 892998596} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -33655,7 +33571,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.666666, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -33735,7 +33650,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1399439829} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -33957,13 +33871,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 555215527} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2118327521} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &555215529 MonoBehaviour: @@ -34049,12 +33963,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9d539411d4ecf22419137c343fb79000, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9db5a3cfc49790c42bbd390321a2e25b, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -34110,7 +34024,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 276424148} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -34186,7 +34099,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1204656538} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -34464,7 +34376,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 824125516} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -34661,7 +34572,6 @@ RectTransform: - {fileID: 1425780405} - {fileID: 1861816391} m_Father: {fileID: 985250389} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -34712,7 +34622,6 @@ RectTransform: - {fileID: 2100500214} - {fileID: 1009001241} m_Father: {fileID: 846570913} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -34750,7 +34659,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 111664030} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -34826,7 +34734,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1270522074} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -35089,12 +34996,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23151312270402674, guid: 6f6a2f673604cdf4697a77cb4ad08751, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 801d0f6a4e858474fb04d0dbd5e50bbd, type: 2} - target: {fileID: 23917641658134268, guid: 6f6a2f673604cdf4697a77cb4ad08751, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 808085caf7b1e8e428a25c3d0ce9ed95, type: 2} m_RemovedComponents: @@ -35141,13 +35048,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 586970766} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1911008115} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &586970768 SphereCollider: @@ -35251,7 +35158,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1371615232} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -35337,7 +35243,6 @@ RectTransform: - {fileID: 429234468} - {fileID: 1334941522} m_Father: {fileID: 494226835} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -35403,7 +35308,6 @@ RectTransform: - {fileID: 121594121} - {fileID: 1255172706} m_Father: {fileID: 424576335} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -35460,7 +35364,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2028220283} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -35540,7 +35443,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 346513971} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -35613,13 +35515,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 606565134} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &606565136 MonoBehaviour: @@ -35666,7 +35568,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -35739,13 +35640,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 610472503} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1810618283} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &610472505 MonoBehaviour: @@ -35792,7 +35693,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1984071956} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -35874,7 +35774,6 @@ RectTransform: m_Children: - {fileID: 1509316992} m_Father: {fileID: 159740797} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -36002,7 +35901,6 @@ RectTransform: - {fileID: 1963037885} - {fileID: 1911149991} m_Father: {fileID: 1189702033} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -36040,7 +35938,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1791211755} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -36315,7 +36212,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2009225604} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -36649,22 +36545,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1441824906} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 352729206} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1441824906} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 352729206} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -36806,13 +36702,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 638376320} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1858919927} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &638376322 SphereCollider: @@ -36918,7 +36814,6 @@ RectTransform: m_Children: - {fileID: 764301058} m_Father: {fileID: 1334673954} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -37200,13 +37095,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 641468076} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 201122156} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &641468078 MonoBehaviour: @@ -37253,7 +37148,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1204656538} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -37336,7 +37230,6 @@ RectTransform: m_Children: - {fileID: 1982747475331661921} m_Father: {fileID: 1828009512} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.8, y: 1} @@ -37407,13 +37300,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 644906617} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 815902621} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &644906619 SphereCollider: @@ -37517,7 +37410,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1839520638} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -37736,13 +37628,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 652469300} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 409532592} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &652469302 SphereCollider: @@ -38002,7 +37894,6 @@ RectTransform: - {fileID: 2043238809} - {fileID: 2008877472} m_Father: {fileID: 494226835} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -38228,7 +38119,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 892998596} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -38303,13 +38193,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 662691448} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2118327521} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &662691450 MonoBehaviour: @@ -38353,6 +38243,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 663080992} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -38361,7 +38252,6 @@ Transform: - {fileID: 197337107} - {fileID: 978860180} m_Father: {fileID: 690503116} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &663080994 MonoBehaviour: @@ -38537,13 +38427,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 664372273} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1526261021} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &664372275 MonoBehaviour: @@ -38801,12 +38691,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 8c4765c5105019142953cabac33e114c, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 6ed04bfe8c2d8da4fb6159f14dfafe4a, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -38977,22 +38867,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 746598771} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 918984399} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 227127233} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1924742659} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -39302,7 +39192,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 276424148} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -39378,7 +39267,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1854444266} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -39454,7 +39342,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424576335} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -39529,13 +39416,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 679884293} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 343902120} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &679884295 SphereCollider: @@ -39759,17 +39646,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 300692102} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1166602518} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 755114448} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -40122,7 +40009,6 @@ RectTransform: - {fileID: 1959603905} - {fileID: 1924683669} m_Father: {fileID: 1967795786} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -40285,6 +40171,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 690503115} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10000} m_LocalScale: {x: 1, y: 1, z: 1} @@ -40292,7 +40179,6 @@ Transform: m_Children: - {fileID: 663080993} m_Father: {fileID: 1992706994} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &691306218 PrefabInstance: @@ -40521,7 +40407,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1420890672} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -40710,7 +40595,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23136709358802302, guid: f42e8fb7bcfdc474a979ee5023161dc3, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 942fb2c2fbcfe79418fcfe6d69ad519f, type: 2} - target: {fileID: 95081242284430428, guid: f42e8fb7bcfdc474a979ee5023161dc3, @@ -40912,13 +40797,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 692834478} + serializedVersion: 2 m_LocalRotation: {x: -0.004396031, y: 0.03833108, z: 0.2712123, w: 0.961746} m_LocalPosition: {x: -13.46, y: 5.29, z: 0.8} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: -1.6760001, y: 4.0930004, z: 31.437002} --- !u!114 &692834488 MonoBehaviour: @@ -41278,13 +41163,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 697361550} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1810618283} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &697361552 MonoBehaviour: @@ -41576,13 +41461,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 700382630} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &701605849 GameObject: @@ -41615,7 +41500,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129596960160464} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -42190,7 +42074,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 33536550} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -42434,7 +42317,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 964397163} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -42516,7 +42398,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 33536550} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -42671,12 +42552,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23553666843436536, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fd7a2a42ee2a5bc48a18ae9ad6536022, type: 2} - target: {fileID: 23981248676102110, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 4671d2b5d29034b4d8d1fa41cec35c74, type: 2} m_RemovedComponents: @@ -42729,13 +42610,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 725736016} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 871949502} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &725736018 MonoBehaviour: @@ -42776,13 +42657,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 726065249} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.75, y: 0.75, z: 0.75} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 662262807} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!23 &726065251 MeshRenderer: @@ -42867,7 +42748,6 @@ RectTransform: m_Children: - {fileID: 190081060} m_Father: {fileID: 807960386} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -43120,7 +43000,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1327990308} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -43449,12 +43328,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 730144880} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1724478289} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -43726,7 +43605,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1435788510} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -43834,7 +43713,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 111664030} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -43930,12 +43808,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23869895516855812, guid: 8b670f55ada76fc40bb3ea2c52efe21a, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 26d64cb9287be1c45b26e9c1c198ebd5, type: 2} - target: {fileID: 23903619356724924, guid: 8b670f55ada76fc40bb3ea2c52efe21a, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: bfbfb14d872b1d9449a1ba85d2416adb, type: 2} m_RemovedComponents: @@ -44311,13 +44189,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 739592047} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 30126766} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &739592049 SphereCollider: @@ -44683,7 +44561,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23646215031531696, guid: 00cbbb3475b1b0640a802c21a905203b, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e0bdd26d2411962488e4843f597ee32e, type: 2} - target: {fileID: 135309575519242482, guid: 00cbbb3475b1b0640a802c21a905203b, @@ -44801,12 +44679,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 0d67ab0d5ed486841a857fa0b28221ec, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: d84020880bfbfee42a23210e43cdb24e, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -45285,13 +45163,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 748478134} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 303737093} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &748478136 MonoBehaviour: @@ -45485,13 +45363,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 752290851} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 500077394} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &752290853 MonoBehaviour: @@ -45658,7 +45536,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1477473064} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -45836,13 +45714,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 755114446} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -2.2409668, y: 17.596035, z: -20.201294} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 201122156} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &755114450 MonoBehaviour: @@ -45895,7 +45773,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1454156011} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -46111,7 +45988,6 @@ RectTransform: - {fileID: 7870129597818630225} - {fileID: 7870129597387666474} m_Father: {fileID: 765894939} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.25, y: 0} m_AnchorMax: {x: 0.25, y: 0} @@ -46149,7 +46025,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424576335} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -46382,13 +46257,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 763799961} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 193885455} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &763799963 MonoBehaviour: @@ -46435,7 +46310,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -46510,7 +46384,6 @@ RectTransform: m_Children: - {fileID: 1227744836} m_Father: {fileID: 640491484} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -46560,7 +46433,6 @@ RectTransform: - {fileID: 2017949790} - {fileID: 1999557978} m_Father: {fileID: 494226835} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -46830,17 +46702,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 386818641} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 378059172} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1147370008} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -47082,13 +46954,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 769496620} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -10.5, y: 21.17, z: -12.82} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1011885988} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &769496624 MonoBehaviour: @@ -47141,7 +47013,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1351901113} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -47411,7 +47282,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1571399222} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -47480,13 +47350,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 771827752} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1109498683} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &771827754 MonoBehaviour: @@ -47526,13 +47396,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 774224435} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1766312939} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &774224437 MonoBehaviour: @@ -47607,13 +47477,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 776571278} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -17.615967, y: 10.276413, z: -17.51587} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1966380085} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &776571282 MonoBehaviour: @@ -47666,7 +47536,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 840942145} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -47742,7 +47611,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 200361982} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -47971,7 +47839,6 @@ RectTransform: m_Children: - {fileID: 1022689915} m_Father: {fileID: 1906939932} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -48053,13 +47920,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 785081702} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &785081704 MonoBehaviour: @@ -48145,7 +48012,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23815299486890686, guid: 484d38427a0ba0f4d8cb441e6eef7c62, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: a24d90cbbadd9ac43b48d5deb149471b, type: 2} - target: {fileID: 95034290375433388, guid: 484d38427a0ba0f4d8cb441e6eef7c62, @@ -48194,13 +48061,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 788269117} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2097301893} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &788269119 MonoBehaviour: @@ -48247,7 +48114,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2037835397} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -48323,7 +48189,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1571399222} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -48703,13 +48568,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 806617869} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 201122156} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &806617871 MonoBehaviour: @@ -48759,7 +48624,6 @@ RectTransform: - {fileID: 361538869} - {fileID: 341754045} m_Father: {fileID: 903076478} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -48867,7 +48731,6 @@ RectTransform: - {fileID: 726713978} - {fileID: 1981973610} m_Father: {fileID: 1806309897} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -48938,13 +48801,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 808048141} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1968865934} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &808048143 SphereCollider: @@ -49177,13 +49040,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 811546298} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 838583693} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &811546300 MonoBehaviour: @@ -49412,7 +49275,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c4b9683273329974aa594352789f8741, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -49578,12 +49441,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 2091532118} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 40190439} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -49703,7 +49566,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2135975047} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -50165,7 +50027,6 @@ RectTransform: - {fileID: 316073477} - {fileID: 559655435} m_Father: {fileID: 1917513444} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -50352,13 +50213,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 829000465} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 511551466} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &829000467 MonoBehaviour: @@ -50433,13 +50294,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 829595062} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 8.51886, y: 25.330414, z: 2.9209747} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &829595066 MonoBehaviour: @@ -50492,7 +50353,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0.3333, y: 1} @@ -50735,7 +50595,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1298759242} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -50815,7 +50674,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1236526406} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -50895,7 +50753,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1911149991} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -51091,12 +50948,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 2071669522} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 802156723} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -51242,7 +51099,6 @@ RectTransform: - {fileID: 849989950} - {fileID: 1235956097} m_Father: {fileID: 1606251655} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -51292,7 +51148,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1309495047} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -51365,13 +51220,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 842892287} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 815902621} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &842892289 MonoBehaviour: @@ -51424,7 +51279,6 @@ RectTransform: - {fileID: 424576335} - {fileID: 1089654901} m_Father: {fileID: 1617769622} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -51476,7 +51330,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 840942145} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -51544,6 +51397,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 850140850} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -51644,7 +51498,6 @@ Transform: - {fileID: 1644879679} - {fileID: 1319604487} m_Father: {fileID: 0} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &850500813 GameObject: @@ -51672,13 +51525,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 850500813} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1000076787} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &850500815 SphereCollider: @@ -51777,13 +51630,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 853110020} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -7.7678223, y: 20.236618, z: -12.455505} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 56279864} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &853110022 MonoBehaviour: @@ -51889,7 +51742,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_SizeDelta.x - value: 900 + value: 1200 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -52225,13 +52078,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 865450820} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1109498683} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &865450822 MonoBehaviour: @@ -52398,17 +52251,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 817933648} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 194966927} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 743265278} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -52627,13 +52480,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 876332817} + serializedVersion: 2 m_LocalRotation: {x: -0.27585098, y: -0.92930484, z: -0.092051275, w: 0.22765183} m_LocalPosition: {x: 3.2465253, y: 1.1977639, z: 10.422968} m_LocalScale: {x: 0.70211715, y: 0.70211715, z: 0.7021173} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 302531137} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &876500675 GameObject: @@ -52659,13 +52512,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 876500675} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 871949502} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &876500677 MonoBehaviour: @@ -52860,7 +52713,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 422805298} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -52931,13 +52783,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 884239765} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -4.678955, y: 15.5654125, z: -21.414062} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 967152678} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &884239767 MonoBehaviour: @@ -53023,7 +52875,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 318633870} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -53974,7 +53825,6 @@ RectTransform: - {fileID: 1387768290} - {fileID: 660634485} m_Father: {fileID: 120212469} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -54007,13 +53857,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 893914851} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 752920677} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &893914853 SphereCollider: @@ -54161,7 +54011,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 587515776} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -54199,7 +54048,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 167675883} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -54496,7 +54344,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23262769976228532, guid: 142df2703269e424cb799982a34327ec, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 2883e3c3634293544b1c52d0664c2f13, type: 2} - target: {fileID: 95214229932520672, guid: 142df2703269e424cb799982a34327ec, @@ -54662,22 +54510,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 404225706} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1091417642} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1412114075} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 317914955} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -54940,22 +54788,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 1730861493} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 220338673} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1920862904} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 830094181} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -55147,7 +54995,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23581923315900874, guid: 5a6220724453d7e4d891305e008be98c, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 90745e52560ca384fac7fb0a56085d48, type: 2} - target: {fileID: 95748833503884310, guid: 5a6220724453d7e4d891305e008be98c, @@ -55367,7 +55215,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1609072434} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -56221,7 +56068,6 @@ RectTransform: m_Children: - {fileID: 1356692921} m_Father: {fileID: 2010152927} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -56346,7 +56192,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424836195} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -56558,13 +56403,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 919991097} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 27516566} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &919991099 MonoBehaviour: @@ -56611,7 +56456,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1823284786} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -56959,13 +56803,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 939647887} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 390578861} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &939647889 MonoBehaviour: @@ -57051,7 +56895,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23516921045838692, guid: e6b64a961654d564d95e6df2b6136e9e, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: f72262d22f5675644b47cbf20ef3d633, type: 2} m_RemovedComponents: @@ -57103,7 +56947,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -57413,13 +57256,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 948716779} + serializedVersion: 2 m_LocalRotation: {x: -0.004396031, y: 0.03833108, z: 0.2712123, w: 0.961746} m_LocalPosition: {x: -13.46, y: 5.29, z: 0.8} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &948716794 MonoBehaviour: @@ -57583,13 +57426,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 952141928} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 509110626} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &952141930 SphereCollider: @@ -58031,13 +57874,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 957350222} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &957350224 MonoBehaviour: @@ -58536,13 +58379,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 962690620} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 905375158} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &962690622 MonoBehaviour: @@ -58582,13 +58425,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 964029398} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1011885988} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &964029400 MonoBehaviour: @@ -58636,7 +58479,6 @@ RectTransform: m_Children: - {fileID: 719556702} m_Father: {fileID: 200361982} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -270} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -58711,7 +58553,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1984071956} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -58878,7 +58719,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 884239768} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -59184,7 +59025,6 @@ RectTransform: - {fileID: 1468683448} - {fileID: 1961737402} m_Father: {fileID: 587515776} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -59407,13 +59247,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 971085363} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1821819293} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &971085365 SphereCollider: @@ -59517,7 +59357,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1420890672} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -59590,13 +59429,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 972746911} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1082704439} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &972746913 MonoBehaviour: @@ -59636,13 +59475,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 974295113} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 92487209} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &974295115 MonoBehaviour: @@ -59751,13 +59590,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 975913104} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &976457761 GameObject: @@ -59785,13 +59624,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 976457761} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 632201648} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &976457763 SphereCollider: @@ -59888,13 +59727,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 978860179} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 663080993} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!20 &978860181 Camera: @@ -60287,7 +60126,6 @@ RectTransform: - {fileID: 1326297924} - {fileID: 566688505} m_Father: {fileID: 1298759242} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -60325,7 +60163,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1977854682} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -60400,13 +60237,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 989772076} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1543046282} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &989772078 SphereCollider: @@ -60505,13 +60342,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 993421959} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1248703575} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &993421961 SphereCollider: @@ -60607,6 +60444,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 993795934} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -60685,7 +60523,6 @@ Transform: - {fileID: 632201648} - {fileID: 2007032522} m_Father: {fileID: 0} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &995091232 PrefabInstance: @@ -60976,17 +60813,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 480260778} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1327566366} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 112970009} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -61195,13 +61032,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 998916847} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -494, y: 28.421814, z: -396} m_LocalScale: {x: 1000, y: 1000, z: 1000} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &998916852 MonoBehaviour: @@ -61370,17 +61207,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1190436987} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1608899190} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 668557532} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -62251,7 +62088,7 @@ PrefabInstance: - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} propertyPath: m_SizeDelta.x - value: -450 + value: -600 objectReference: {fileID: 0} - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} @@ -62296,7 +62133,7 @@ PrefabInstance: - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} propertyPath: m_AnchoredPosition.x - value: 225 + value: 300 objectReference: {fileID: 0} - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} @@ -62594,13 +62431,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1004824417} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 732317439} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1004824419 MonoBehaviour: @@ -62647,7 +62484,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 568483604} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -62847,22 +62683,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 1079564011} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 302396708} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1909356082} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 769496622} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -62995,7 +62831,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1204656538} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -63066,13 +62901,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1022133885} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 36004159} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1022133887 SphereCollider: @@ -63177,7 +63012,6 @@ RectTransform: m_Children: - {fileID: 1364762588} m_Father: {fileID: 784819677} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -63242,13 +63076,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1027295671} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 303737093} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1027295673 MonoBehaviour: @@ -63334,7 +63168,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23136709358802302, guid: f42e8fb7bcfdc474a979ee5023161dc3, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: aee434d43e5de77449c7d8549b556cf6, type: 2} - target: {fileID: 95081242284430428, guid: f42e8fb7bcfdc474a979ee5023161dc3, @@ -63539,7 +63373,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424576335} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -63614,13 +63447,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1037385797} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 236028523} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1037385799 SphereCollider: @@ -63724,7 +63557,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 568483604} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -63839,7 +63671,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e6d1fea54b47efc48a3dba94cff55107, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -63888,13 +63720,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1040137522} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1040137524 MonoBehaviour: @@ -63984,12 +63816,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23425018329323242, guid: cd44b5bd43d0e5247ab1373391e2bd17, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 12b341e614bbde440aee512514f55f6a, type: 2} - target: {fileID: 23445336459280196, guid: cd44b5bd43d0e5247ab1373391e2bd17, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 86747b0cee93c694b8da6cb917e9e842, type: 2} m_RemovedComponents: @@ -64041,7 +63873,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.3333, y: 1} m_AnchorMax: {x: 0.666666, y: 1} @@ -64121,7 +63952,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1626420830} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -64349,13 +64179,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1053591719} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 511551466} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1053591721 SphereCollider: @@ -64460,7 +64290,6 @@ RectTransform: - {fileID: 1103112532} - {fileID: 2143302937} m_Father: {fileID: 494226835} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -64505,13 +64334,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1057582931} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1487285352} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1057582933 SphereCollider: @@ -64615,7 +64444,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 657809897} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -64826,7 +64654,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 221688394} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -65045,22 +64873,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1351593815} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 204592876} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 960426614} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 178539815} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -65232,7 +65060,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4096209424578181649} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -65347,12 +65174,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23335694420855780, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 816f3353226258d4592cfdf89c8a13fd, type: 2} - target: {fileID: 23978645011840746, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 31d9edfb8f27cca4d87e902d0f4c8c4a, type: 2} - target: {fileID: 95632907497255072, guid: 44b11c855b2e28c4d97577d966e45236, @@ -65408,7 +65235,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 276424148} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -65527,7 +65353,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23869895516855812, guid: 8b670f55ada76fc40bb3ea2c52efe21a, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: bd5f2f2eca124364e87ce380ddbf4b35, type: 2} m_RemovedComponents: @@ -65581,7 +65407,6 @@ RectTransform: - {fileID: 1827957079} - {fileID: 2069245839} m_Father: {fileID: 1775843845} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -65918,22 +65743,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1387429197} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 748518606} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1792047760} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1229600187} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -66227,13 +66052,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1088190288} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1000076787} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1088190290 MonoBehaviour: @@ -66319,7 +66144,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: cd3536d5f7732b04b883e3b9639593f3, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -66523,7 +66348,6 @@ RectTransform: - {fileID: 458399658} - {fileID: 1792925445} m_Father: {fileID: 846570913} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -66561,7 +66385,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1356692921} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -66632,13 +66455,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1090130973} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1090130975 SphereCollider: @@ -66770,13 +66593,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1091417640} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -9.7, y: 22.41, z: -11.25} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1091417644 MonoBehaviour: @@ -66822,13 +66645,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1095021216} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 193885455} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1095021218 MonoBehaviour: @@ -66867,6 +66690,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1095562661} + serializedVersion: 2 m_LocalRotation: {x: 0.05650495, y: -0.9916958, z: 0.11003425, w: 0.035202175} m_LocalPosition: {x: -0.000020706095, y: -0.000017841874, z: 0} m_LocalScale: {x: 21.482708, y: 21.482718, z: 21.482706} @@ -66875,7 +66699,6 @@ Transform: - {fileID: 6575311300245329902} - {fileID: 2073715067} m_Father: {fileID: 725079539} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1095845464 PrefabInstance: @@ -67222,13 +67045,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1097368427} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 282969351} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1097368429 MonoBehaviour: @@ -67268,13 +67091,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1099716636} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1099716638 MonoBehaviour: @@ -67436,7 +67259,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 935980425} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -67560,13 +67383,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1100574157} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 373849152} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1100574159 SphereCollider: @@ -67670,7 +67493,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2077241930} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -67894,13 +67716,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1103900741} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1100422407} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1103900743 SphereCollider: @@ -68277,12 +68099,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1591325464} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 67161504} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -68399,7 +68221,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1571399222} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -68635,17 +68456,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 958829080} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 554970373} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 928115164} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -68853,13 +68674,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1113088371} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1946153124} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1113088373 MonoBehaviour: @@ -68945,7 +68766,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23136709358802302, guid: f42e8fb7bcfdc474a979ee5023161dc3, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 643f42053f118674d8aed39277627963, type: 2} - target: {fileID: 95081242284430428, guid: f42e8fb7bcfdc474a979ee5023161dc3, @@ -69040,12 +68861,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c70435562b6f35647bcfec0ca495c599, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 45d07406f333d824282e47220886ec01, type: 2} m_RemovedComponents: @@ -69097,7 +68918,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1854444266} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -69345,7 +69165,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 17f54f89194151049befc12026c622c9, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -69530,13 +69350,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1123355869} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1457637694} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1123355871 SphereCollider: @@ -69640,7 +69460,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 318633870} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -69874,7 +69693,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1378804852} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -70110,7 +69928,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 120212469} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -70343,13 +70160,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1134595171} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2007032522} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1134595173 SphereCollider: @@ -70573,7 +70390,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 809681771} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -70682,7 +70499,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 587515776} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -70839,7 +70655,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: b1b4da8482214c64fbc7f4bb11857f1b, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -71002,12 +70818,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23227825444218458, guid: 142df2703269e424cb799982a34327ec, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fb7a855e7979edf44a50ebf42c3d0e2e, type: 2} - target: {fileID: 23262769976228532, guid: 142df2703269e424cb799982a34327ec, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: d92f34e11682794448bbe4ea185ba236, type: 2} - target: {fileID: 95214229932520672, guid: 142df2703269e424cb799982a34327ec, @@ -71091,13 +70907,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1147370006} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -6.982788, y: 18.945072, z: -17.74985} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 766573528} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1147370010 MonoBehaviour: @@ -71502,7 +71318,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2037835397} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -71617,7 +71432,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 14beb0de1540cf0408173ef1943b73a7, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -71996,13 +71811,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1166148164} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -8.63, y: 20.91, z: -14.53} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1754140167} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1166148166 MonoBehaviour: @@ -72238,7 +72053,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1999557978} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -72388,7 +72202,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1338154040} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -72574,7 +72387,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1267657457} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -72734,12 +72547,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23060722698080290, guid: 484d38427a0ba0f4d8cb441e6eef7c62, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 8221ca4c2d3a0564b8ead23204f77ab0, type: 2} - target: {fileID: 23815299486890686, guid: 484d38427a0ba0f4d8cb441e6eef7c62, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e240958bc7f420944bfcfd6ece01c8ee, type: 2} m_RemovedComponents: @@ -72830,7 +72643,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: dbb7ea70162e9a840afdf72e00781c12, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -72879,13 +72692,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1176401147} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1766312939} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1176401149 MonoBehaviour: @@ -72925,13 +72738,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1179075917} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1179075919 MonoBehaviour: @@ -73142,7 +72955,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1839520638} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -73215,13 +73027,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1186259206} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1186259208 MonoBehaviour: @@ -73268,7 +73080,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 422805298} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -73342,7 +73153,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 765894939} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -73548,7 +73358,6 @@ RectTransform: - {fileID: 33536550} - {fileID: 1609072434} m_Father: {fileID: 1730138118} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -73725,17 +73534,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 995091234} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1497388006} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1490091422} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -74168,13 +73977,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1197479033} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1190252336} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1197479035 MonoBehaviour: @@ -74223,7 +74032,6 @@ RectTransform: - {fileID: 558733803} - {fileID: 1013982922} m_Father: {fileID: 346513971} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -74280,7 +74088,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1977854682} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -74395,7 +74202,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23262769976228532, guid: 142df2703269e424cb799982a34327ec, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9103b2c8e462e934393648df66a43ce9, type: 2} - target: {fileID: 95214229932520672, guid: 142df2703269e424cb799982a34327ec, @@ -74690,13 +74497,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1213153679} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 9.294922, y: 20.613749, z: 14.539917} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 511551466} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1213153683 MonoBehaviour: @@ -74895,13 +74702,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1216107107} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 632201648} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1216107109 MonoBehaviour: @@ -74977,13 +74784,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1217270601} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 36, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1226057225 MonoBehaviour: @@ -75024,13 +74831,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1226412185} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1248703575} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1226412187 MonoBehaviour: @@ -75077,7 +74884,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1823284786} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -75157,7 +74963,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 764301058} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.99999976} @@ -75233,7 +75038,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 424576335} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -75337,13 +75141,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1229600185} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 4.27, y: 20.87, z: -16.4} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1082704439} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1229600189 MonoBehaviour: @@ -75435,12 +75239,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23192358068364464, guid: 7311d170d172b8443ae175801f682aad, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 73fc86039aadc1649b9521e5dde834c4, type: 2} - target: {fileID: 23781250841954572, guid: 7311d170d172b8443ae175801f682aad, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c5bc7143f3789224ea07f46d12c58be5, type: 2} m_RemovedComponents: [] @@ -75748,7 +75552,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23049263485535112, guid: b278f68fba1c22a4b824269bcc598f19, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 5e0c621cee71ba740ba35e3e1427ad41, type: 2} m_RemovedComponents: @@ -75793,13 +75597,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1232107055} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 92487209} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1232107057 MonoBehaviour: @@ -75846,7 +75650,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 840942145} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -75930,7 +75733,6 @@ RectTransform: - {fileID: 1880564921} - {fileID: 835151790} m_Father: {fileID: 1606251655} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -76090,27 +75892,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 394378521} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 442428676} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 98901664} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1957103846} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1191567330} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -76281,13 +76083,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1249492268} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 905375158} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1249492270 SphereCollider: @@ -76384,13 +76186,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1251065786} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 36004159} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1251065788 MonoBehaviour: @@ -76571,7 +76373,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 590405910} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -76710,12 +76511,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: f21ba724aca85724aa243b92194c4204, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: a848b26cf3dbdd84098e2211c2426711, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -76771,7 +76572,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129597387666474} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -76910,7 +76710,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e1c74943c9508b448a8f1f3006e3127d, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -77123,13 +76923,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1263829411} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1248703575} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1263829413 MonoBehaviour: @@ -77354,13 +77154,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1266507291} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1266507293 SphereCollider: @@ -77459,13 +77259,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1267657454} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -5.3670654, y: 14.969522, z: -21.675781} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1172288250} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1267657456 MonoBehaviour: @@ -77552,7 +77352,6 @@ RectTransform: m_Children: - {fileID: 581007224} m_Father: {fileID: 200361982} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -77629,7 +77428,6 @@ RectTransform: m_Children: - {fileID: 1725236685} m_Father: {fileID: 2028220283} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -77706,7 +77504,6 @@ RectTransform: m_Children: - {fileID: 293147104} m_Father: {fileID: 685363767} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -77777,13 +77574,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1278756751} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1278756753 SphereCollider: @@ -77887,7 +77684,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1279735327} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -77964,7 +77760,6 @@ RectTransform: m_Children: - {fileID: 1279057385} m_Father: {fileID: 2028220283} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -270} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -78437,13 +78232,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1293207121} + serializedVersion: 2 m_LocalRotation: {x: 0.24732341, y: -0.31467625, z: 0.08529592, w: 0.9124334} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 30.332, y: -38.056004, z: 0} --- !u!1001 &1298744015 PrefabInstance: @@ -78515,7 +78310,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 3c8e9c906e936b04bad53715a85b640c, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -78596,7 +78391,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_SizeDelta.x - value: 900 + value: 1200 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -78717,7 +78512,6 @@ RectTransform: - {fileID: 1459582054} - {fileID: 1338154040} m_Father: {fileID: 200361982} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -78755,7 +78549,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1798999533} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -78833,7 +78626,6 @@ RectTransform: m_Children: - {fileID: 842082515} m_Father: {fileID: 1103112532} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -78965,7 +78757,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1321036617} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -79303,27 +79094,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 1699242822} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1458547177} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 584400548} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1619047938} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 811853421} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -79456,13 +79247,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1317972582} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 355993169} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} --- !u!199 &1317972584 ParticleSystemRenderer: @@ -84606,7 +84397,6 @@ RectTransform: - {fileID: 223583799} - {fileID: 1312940360} m_Father: {fileID: 846570913} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -84659,7 +84449,6 @@ RectTransform: - {fileID: 1378804852} - {fileID: 309428037} m_Father: {fileID: 120212469} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -84929,7 +84718,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 985250389} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -85153,7 +84941,6 @@ RectTransform: m_Children: - {fileID: 728825982} m_Father: {fileID: 258463487} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -85232,7 +85019,6 @@ RectTransform: - {fileID: 1730138118} - {fileID: 640491484} m_Father: {fileID: 1791211755} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -85401,12 +85187,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 8c4765c5105019142953cabac33e114c, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 7ee5410f99497564b9fd586acc7b6521, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -85469,7 +85255,6 @@ RectTransform: - {fileID: 735554143} - {fileID: 1493324663} m_Father: {fileID: 587515776} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -85510,7 +85295,6 @@ RectTransform: - {fileID: 1550871223} - {fileID: 1770044129} m_Father: {fileID: 685363767} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -85764,7 +85548,6 @@ RectTransform: m_Children: - {fileID: 1170144712} m_Father: {fileID: 1301258703} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -85833,13 +85616,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1343419937} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1343419939 MonoBehaviour: @@ -85884,7 +85667,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1739782529} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -85961,12 +85743,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23553666843436536, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 2e91b31bbe69fe24f8f938cb19cb19f5, type: 2} - target: {fileID: 23981248676102110, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 1b60a21793ff88841a21ccca180078da, type: 2} m_RemovedComponents: @@ -86018,7 +85800,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 111664030} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -86248,7 +86029,6 @@ RectTransform: - {fileID: 2133903109} - {fileID: 769700107} m_Father: {fileID: 258463487} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -86517,7 +86297,6 @@ RectTransform: m_Children: - {fileID: 1089927273} m_Father: {fileID: 914257918} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -86550,13 +86329,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1361867219} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1946153124} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1361867221 SphereCollider: @@ -86821,7 +86600,6 @@ RectTransform: m_Children: - {fileID: 587109038} m_Father: {fileID: 33536550} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -87063,7 +86841,6 @@ RectTransform: m_Children: - {fileID: 1127011322} m_Father: {fileID: 1325410787} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -87310,7 +87087,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1984071956} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -87386,7 +87162,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1791211755} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -87614,7 +87389,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 892998596} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -87690,7 +87464,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 138533023} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -87767,7 +87540,6 @@ RectTransform: - {fileID: 553448155} - {fileID: 508388168} m_Father: {fileID: 120212469} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -87812,13 +87584,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1404360277} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1066016891} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1404360279 SphereCollider: @@ -87922,7 +87694,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1236526406} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -87995,13 +87766,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1406193154} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1406193156 MonoBehaviour: @@ -88041,13 +87812,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1407019489} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 390578861} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1407019491 MonoBehaviour: @@ -88122,13 +87893,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1409165551} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 6.211487, y: 25.76307, z: 4.518219} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1409165555 MonoBehaviour: @@ -88352,13 +88123,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1412114073} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -2.69, y: 22.04, z: -15.15} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1412114077 MonoBehaviour: @@ -88411,7 +88182,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1854444266} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -88486,13 +88256,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1418029811} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1754140167} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1418029813 SphereCollider: @@ -88595,13 +88365,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1421161849} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 55176463} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1421161851 MonoBehaviour: @@ -88744,13 +88514,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1422402910} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -605} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 16 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!65 &1422402913 BoxCollider: @@ -88804,7 +88574,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 566688505} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -89218,7 +88987,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1981011822} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -89486,13 +89254,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1437178285} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 732477665} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1437178287 SphereCollider: @@ -89597,7 +89365,6 @@ RectTransform: - {fileID: 1483007287} - {fileID: 1656465060} m_Father: {fileID: 765894939} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -89663,7 +89430,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2028220283} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -89732,13 +89498,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1439832740} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1439832742 MonoBehaviour: @@ -89933,7 +89699,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1977854682} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -90006,13 +89771,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1448830046} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 282969351} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1448830048 MonoBehaviour: @@ -90098,7 +89863,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23462878692808368, guid: 0c15739a7861190418bb3bf4d20fbc27, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: bf7279f40c2889b49b93bdc54bce8686, type: 2} m_RemovedComponents: @@ -90346,7 +90111,6 @@ RectTransform: m_Children: - {fileID: 755462605} m_Father: {fileID: 159740797} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -90545,12 +90309,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1684140559} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 198246405} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -90852,7 +90616,6 @@ RectTransform: - {fileID: 1893307638} - {fileID: 2013757099} m_Father: {fileID: 1301258703} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -90921,13 +90684,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1460756454} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1082704439} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1460756456 MonoBehaviour: @@ -90967,13 +90730,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1462119572} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1462119574 MonoBehaviour: @@ -91163,7 +90926,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0.3333, y: 1} @@ -91238,13 +91000,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1466570028} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1766312939} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1466570030 MonoBehaviour: @@ -91779,7 +91541,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.666666, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -91851,7 +91612,6 @@ RectTransform: - {fileID: 494731597} - {fileID: 1116796057} m_Father: {fileID: 765894939} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -91941,7 +91701,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: d6e1647f2c7b30948aa437702ed315fa, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -92335,7 +92095,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 494226835} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -92380,13 +92139,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1483907024} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1011885988} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1483907026 SphereCollider: @@ -92615,22 +92374,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 1318570000} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1126527148} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1975928420} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 2126059909} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -92779,7 +92538,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 422805298} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -93006,13 +92764,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1493281142} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 871949502} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1493281144 MonoBehaviour: @@ -93652,12 +93410,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23553666843436536, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9541cd37a1bba334eaba643ba1d61f06, type: 2} - target: {fileID: 23981248676102110, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c7ad79eef99d6ee4e9b43f1d4ed9bac5, type: 2} m_RemovedComponents: @@ -93895,13 +93653,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1497715125} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -7.9694824, y: 20.453247, z: -15.520508} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1497715129 MonoBehaviour: @@ -94162,7 +93920,6 @@ RectTransform: m_Children: - {fileID: 1659683066} m_Father: {fileID: 613235021} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -94199,13 +93956,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1513784177} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1526261021} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1513784179 MonoBehaviour: @@ -94252,7 +94009,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1823284786} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -94328,7 +94084,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1984071956} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -94558,7 +94313,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23335694420855780, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 23b10547919370a4d9afb33bf3d788b7, type: 2} - target: {fileID: 95632907497255072, guid: 44b11c855b2e28c4d97577d966e45236, @@ -94614,7 +94369,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 346513971} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -94810,27 +94564,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 781120733} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 116792922} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1096891202} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 801858043} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1976755954} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -95002,13 +94756,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1527414937} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 117.313805, y: 8.656626, z: 137.17776} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1528796209 GameObject: @@ -95043,7 +94797,6 @@ RectTransform: m_Children: - {fileID: 526452277} m_Father: {fileID: 1103112532} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -95192,13 +94945,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1529174990} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1107108979} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1529174992 MonoBehaviour: @@ -95503,22 +95256,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: spaceZones.Array.data[1] + propertyPath: 'spaceZones.Array.data[1]' value: objectReference: {fileID: 705551504} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 653716025} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 43272449} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 62358376} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -95721,7 +95474,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23646215031531696, guid: 00cbbb3475b1b0640a802c21a905203b, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: daf78aeebc7b43647b94f5ae908c5449, type: 2} - target: {fileID: 135309575519242482, guid: 00cbbb3475b1b0640a802c21a905203b, @@ -95969,7 +95722,6 @@ RectTransform: m_Children: - {fileID: 71338308} m_Father: {fileID: 341754045} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -96007,7 +95759,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1336176486} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -96399,13 +96150,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1560395996} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1066016891} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1560395998 MonoBehaviour: @@ -96447,13 +96198,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1561830541} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 996610188} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1561830543 SphereCollider: @@ -96559,7 +96310,6 @@ RectTransform: - {fileID: 1107759394} - {fileID: 771768271} m_Father: {fileID: 568483604} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -96609,13 +96359,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1576753261} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1576753263 MonoBehaviour: @@ -96812,7 +96562,6 @@ RectTransform: m_Children: - {fileID: 363699260} m_Father: {fileID: 1103112532} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -96937,13 +96686,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1581222388} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 391.32263, y: 256.4688, z: -147.80328} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1581222390 MonoBehaviour: @@ -97150,13 +96899,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1583657917} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 373849152} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1583657919 MonoBehaviour: @@ -97196,13 +96945,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1584068336} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1082704439} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1584068338 MonoBehaviour: @@ -97249,7 +96998,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1236526406} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -97392,7 +97140,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23335694420855780, guid: 44b11c855b2e28c4d97577d966e45236, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 12c2d1f2fe4f3bf4ab4a58a79fafd831, type: 2} m_RemovedComponents: [] @@ -97436,6 +97184,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1589504681} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} @@ -97443,7 +97192,6 @@ Transform: m_Children: - {fileID: 171273605} m_Father: {fileID: 56279864} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1589504683 SphereCollider: @@ -97647,13 +97395,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1592618898} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 201122156} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1592618900 SphereCollider: @@ -97900,13 +97648,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1595518370} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1768648042} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1595518372 SphereCollider: @@ -98012,7 +97760,6 @@ RectTransform: - {fileID: 1236526406} - {fileID: 1823284786} m_Father: {fileID: 1996625630} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -98049,7 +97796,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1420890672} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -98254,7 +98000,6 @@ RectTransform: - {fileID: 19989384} - {fileID: 909461120} m_Father: {fileID: 1189702033} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -98576,13 +98321,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1622275499} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 92487209} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1622275501 SphereCollider: @@ -98873,13 +98618,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1623980458} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2108387406} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1623980460 MonoBehaviour: @@ -98925,13 +98670,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1624964973} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1946153124} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1624964975 MonoBehaviour: @@ -99478,7 +99223,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23516921045838692, guid: e6b64a961654d564d95e6df2b6136e9e, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 1d01252d7371f0e459890c0632bbd5ef, type: 2} - target: {fileID: 95759077926489198, guid: e6b64a961654d564d95e6df2b6136e9e, @@ -99989,13 +99734,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1653342036} + serializedVersion: 2 m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.70710677} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 130, y: 130, z: 130} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1798411515} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 90.00001, y: 0, z: -360} --- !u!64 &1653342038 MeshCollider: @@ -100871,13 +100616,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1658452142} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 2.77, y: 14.49, z: -22.47} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 36004159} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1658452146 MonoBehaviour: @@ -100930,7 +100675,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1509316992} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -101010,7 +100754,6 @@ RectTransform: - {fileID: 2009225604} - {fileID: 1420890672} m_Father: {fileID: 765894939} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -101061,13 +100804,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1660429460} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1457637694} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1660429462 MonoBehaviour: @@ -101185,7 +100928,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23646215031531696, guid: 00cbbb3475b1b0640a802c21a905203b, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 328ae30391d4d744cad2b2dd7881bba2, type: 2} m_RemovedComponents: @@ -102110,12 +101853,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c70435562b6f35647bcfec0ca495c599, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: c6f12d94269134b498aacf0bdf623c25, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -102166,13 +101909,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1679023902} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1679023904 SphereCollider: @@ -102274,7 +102017,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 494226835} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -102783,7 +102525,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 614566201} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 1} @@ -103005,13 +102746,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1699325553} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1654493875} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1699325555 SphereCollider: @@ -103108,13 +102849,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1699787982} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1066016891} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1699787984 MonoBehaviour: @@ -103352,12 +103093,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23425018329323242, guid: cd44b5bd43d0e5247ab1373391e2bd17, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: de6b61c9b22b3ce43a0e36040aac34f1, type: 2} - target: {fileID: 23445336459280196, guid: cd44b5bd43d0e5247ab1373391e2bd17, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fe76c4b37fcaeb7469d2e0cec8554bc7, type: 2} - target: {fileID: 95707827697214026, guid: cd44b5bd43d0e5247ab1373391e2bd17, @@ -103413,7 +103154,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 753711291} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -103489,7 +103229,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1823284786} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -103843,7 +103582,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1846341752} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -104026,7 +103765,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fc2e135007819cc468ae431bad0e91b8, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -104075,13 +103814,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1719814134} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 904552829} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1719814136 MonoBehaviour: @@ -104156,13 +103895,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1724478287} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0.37530518, y: 26.408798, z: 5.0167236} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 732317439} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1724478291 MonoBehaviour: @@ -104215,7 +103954,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1272415385} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -104293,7 +104031,6 @@ RectTransform: m_Children: - {fileID: 1189702033} m_Father: {fileID: 1334673954} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -104533,7 +104270,6 @@ RectTransform: m_Children: - {fileID: 1344790741} m_Father: {fileID: 765894939} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -104590,13 +104326,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1740745719} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7904167} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1740745721 MonoBehaviour: @@ -104636,13 +104372,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1741212189} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1766312939} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1741212191 MonoBehaviour: @@ -104847,13 +104583,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1744580823} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 720195933} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!23 &1744580825 MeshRenderer: @@ -105100,7 +104836,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 346513971} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -105286,7 +105021,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1166148167} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -105853,7 +105588,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: fd31385aa007b2e44b7ef3db1f1231a6, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -105937,13 +105672,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1758196031} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -6.64, y: 22.28, z: -13.5} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 36004159} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1758196035 MonoBehaviour: @@ -106103,12 +105838,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23192358068364464, guid: 7311d170d172b8443ae175801f682aad, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 3061086da55ab0f4bb804bffa3bb63f7, type: 2} - target: {fileID: 23781250841954572, guid: 7311d170d172b8443ae175801f682aad, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: dff42e14ec6d5bf458a5792b624de204, type: 2} m_RemovedComponents: [] @@ -106515,7 +106250,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e0d9d860778ee3648ad7dcc208eea30e, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -106571,7 +106306,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129596353849924} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -106772,22 +106506,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 825453002} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 882008044} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 2050602602} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 1944871447} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -107182,7 +106916,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 353074288} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -107490,7 +107224,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1336176486} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -107566,7 +107299,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 111664030} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -107646,7 +107378,6 @@ RectTransform: - {fileID: 1079236063} - {fileID: 389430818} m_Father: {fileID: 614566201} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -107827,13 +107558,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1777204606} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 27516566} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1777204608 SphereCollider: @@ -107930,13 +107661,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1780474368} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 511551466} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1780474370 MonoBehaviour: @@ -108134,7 +107865,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 590405910} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -108203,13 +107933,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1783733402} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1783733404 MonoBehaviour: @@ -108256,7 +107986,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2043259505} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -108326,13 +108055,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1790370587} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 355993169} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} --- !u!199 &1790370589 ParticleSystemRenderer: @@ -113362,7 +113091,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1839520638} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -113595,7 +113323,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1089654901} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -113873,13 +113600,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1798405254} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 17.549316, y: 9.667628, z: -2.2572937} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 55176463} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1798405258 MonoBehaviour: @@ -113925,6 +113652,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1798411514} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -113932,11 +113660,10 @@ Transform: m_Children: - {fileID: 1653342037} m_Father: {fileID: 494226835} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &1798411516 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -113950,6 +113677,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -113987,7 +113715,6 @@ RectTransform: m_Children: - {fileID: 1303392265} m_Father: {fileID: 33536550} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -270} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -114056,13 +113783,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1801108842} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 30126766} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1801108844 MonoBehaviour: @@ -114531,17 +114258,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1466975629} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1213346273} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 177385734} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -114882,13 +114609,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1818770493} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1276.0392, y: 517.60614, z: 659.94507} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 19 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1821819292 PrefabInstance: @@ -115031,7 +114758,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 232637694} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -115179,7 +114906,6 @@ RectTransform: - {fileID: 148007306} - {fileID: 1227402011} m_Father: {fileID: 1606251655} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -115587,7 +115313,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1079236063} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -115663,7 +115388,6 @@ RectTransform: - {fileID: 644832078} - {fileID: 304071185} m_Father: {fileID: 2792585566163955536} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -115701,7 +115425,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1917513444} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -115792,13 +115515,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1830077742} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1237.9204, y: 739.1835, z: -714.2501} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 17 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1830077745 MonoBehaviour: @@ -115958,12 +115681,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1767646831} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1754579180} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -116115,7 +115838,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 903076478} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.3333, y: 1} m_AnchorMax: {x: 0.666666, y: 1} @@ -116198,7 +115920,6 @@ RectTransform: - {fileID: 1902509881} - {fileID: 1929296924} m_Father: {fileID: 1606251655} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -116231,13 +115952,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1846341749} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -6.1849365, y: 23.151636, z: -12.185242} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1714588350} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1846341751 MonoBehaviour: @@ -116318,13 +116039,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1849002053} + serializedVersion: 2 m_LocalRotation: {x: -0.72968286, y: -0.021736927, z: -0.082014434, w: -0.6785014} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0.75, y: 0.75, z: 0.75} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1190252336} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 99.38501, y: -66.194, z: -421.291} --- !u!135 &1849002055 SphereCollider: @@ -116579,13 +116300,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1850877666} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1966380085} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1850877668 MonoBehaviour: @@ -116637,7 +116358,6 @@ RectTransform: - {fileID: 377158467} - {fileID: 1863351739} m_Father: {fileID: 846570913} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -116668,13 +116388,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1857451470} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2007032522} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1857451472 MonoBehaviour: @@ -116831,22 +116551,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 433700571} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1972101504} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 0} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -116993,13 +116713,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1860894687} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1714588350} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1860894689 SphereCollider: @@ -117103,7 +116823,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 566688505} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -117179,7 +116898,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1103112532} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -117261,7 +116979,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1854444266} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -117334,13 +117051,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1864226272} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1066016891} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1864226274 MonoBehaviour: @@ -117426,7 +117143,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23981248676102110, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 927c100ff49ab63439b67992bc5dc3ea, type: 2} - target: {fileID: 95194865372766824, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, @@ -117475,13 +117192,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1868107353} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 343902120} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1868107355 MonoBehaviour: @@ -117521,13 +117238,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1871870578} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 409532592} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1871870580 MonoBehaviour: @@ -117664,13 +117381,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1873289112} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 1177.6917, y: 448.62848, z: -38.42563} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1876272393 PrefabInstance: @@ -117994,7 +117711,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1236526406} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -118070,7 +117786,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 57306918} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -118141,13 +117856,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1885138119} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2097301893} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1885138121 SphereCollider: @@ -118435,7 +118150,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1459582054} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -118506,13 +118220,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1895058899} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1895058901 SphereCollider: @@ -118616,7 +118330,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1839520638} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -118685,13 +118398,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1902966799} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1011885988} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1902966801 MonoBehaviour: @@ -118738,7 +118451,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1103112532} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -118821,7 +118533,6 @@ RectTransform: - {fileID: 784819677} - {fileID: 316651317} m_Father: {fileID: 2009225604} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -119223,13 +118934,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1909967944} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 967152678} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1909967946 SphereCollider: @@ -119612,17 +119323,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1701081522} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 2028621361} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 688425249} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -119767,13 +119478,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1911054195} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1966380085} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1911054197 SphereCollider: @@ -119878,7 +119589,6 @@ RectTransform: m_Children: - {fileID: 837050521} m_Father: {fileID: 614566201} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -270} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -120260,7 +119970,6 @@ RectTransform: - {fileID: 824125516} - {fileID: 1829904044} m_Father: {fileID: 1298759242} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -120269,7 +119978,7 @@ RectTransform: m_Pivot: {x: 0.5, y: 0.5} --- !u!95 &1917513445 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -120283,6 +119992,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -120475,13 +120185,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1922987150} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 16 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1922987152 MonoBehaviour: @@ -120676,7 +120386,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 685363767} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -120784,13 +120493,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1924742657} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 7.94, y: 12.74, z: -13.46} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1924742661 MonoBehaviour: @@ -120843,7 +120552,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1839520638} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -120923,7 +120631,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 278720592} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -121457,17 +121164,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 820682955} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1313371803} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 1463892858} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -121655,13 +121362,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1947037423} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 22.18324, y: 5.0356483, z: -14.327534} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1968865934} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1947037427 MonoBehaviour: @@ -121906,13 +121613,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1952294458} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 9.955688, y: 24.17295, z: 6.2677994} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 94489301} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1952294462 MonoBehaviour: @@ -122004,12 +121711,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23151312270402674, guid: 6f6a2f673604cdf4697a77cb4ad08751, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: cefc82c2618f0454abf09b2301e98140, type: 2} - target: {fileID: 23917641658134268, guid: 6f6a2f673604cdf4697a77cb4ad08751, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: de56b4d355b87a44587dd33b7bf62817, type: 2} m_RemovedComponents: @@ -122391,7 +122098,6 @@ RectTransform: - {fileID: 448763911} - {fileID: 233890319} m_Father: {fileID: 685363767} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -122662,7 +122368,6 @@ RectTransform: m_Children: - {fileID: 256800276} m_Father: {fileID: 614566201} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -122848,17 +122553,17 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1638880094} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1976539134} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 776571280} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -123013,13 +122718,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1966771299} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 838583693} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1966771301 SphereCollider: @@ -123124,7 +122829,6 @@ RectTransform: - {fileID: 685363767} - {fileID: 480977392} m_Father: {fileID: 494226835} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -123288,12 +122992,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 128250851} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1947037425} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -123818,7 +123522,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 389430818} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -124035,13 +123738,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1972712765} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 343902120} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1972712767 MonoBehaviour: @@ -124081,13 +123784,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1972724660} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 766573528} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1972724662 MonoBehaviour: @@ -124134,7 +123837,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 297211690} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -124367,13 +124069,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1976493668} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1810618283} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1976493670 SphereCollider: @@ -124505,13 +124207,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1976539132} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -15.559692, y: 10.679791, z: -19.145996} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1966380085} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1976539136 MonoBehaviour: @@ -124732,7 +124434,6 @@ RectTransform: - {fileID: 1205783383} - {fileID: 11711403} m_Father: {fileID: 846570913} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -124774,12 +124475,11 @@ RectTransform: - {fileID: 224138369} - {fileID: 1434772754} m_Father: {fileID: 765894939} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -107.51172} - m_SizeDelta: {x: 113.82837, y: 40.225113} + m_SizeDelta: {x: 115, y: 40.225113} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1981011823 MonoBehaviour: @@ -124887,7 +124587,6 @@ RectTransform: m_Children: - {fileID: 138533023} m_Father: {fileID: 807960386} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -125037,7 +124736,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_SizeDelta.x - value: -450 + value: -600 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -125082,7 +124781,7 @@ PrefabInstance: - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} propertyPath: m_AnchoredPosition.x - value: -225 + value: -300 objectReference: {fileID: 0} - target: {fileID: 7870129596896663125, guid: 8b0edf9c7ac699a4da4b06f9b352ff47, type: 3} @@ -125227,7 +124926,6 @@ RectTransform: m_Children: - {fileID: 494226835} m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -125258,13 +124956,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1988670998} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 313423042} - m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1988671000 MonoBehaviour: @@ -125506,13 +125204,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1990557717} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 750447228} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!23 &1990557719 MeshRenderer: @@ -125662,12 +125360,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: e01adb1756ea5f2488f9401c28b094fe, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: a5f20fa5a0b202f468389be39298b74f, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -125746,6 +125444,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1992706992} + serializedVersion: 2 m_LocalRotation: {x: 0.45655167, y: -0, z: -0, w: 0.8896969} m_LocalPosition: {x: -494, y: 28.421814, z: -396} m_LocalScale: {x: 1, y: 1, z: 1} @@ -125753,7 +125452,6 @@ Transform: m_Children: - {fileID: 690503116} m_Father: {fileID: 0} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 54.33, y: 0, z: 0} --- !u!114 &1992706995 MonoBehaviour: @@ -125842,7 +125540,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23262769976228532, guid: 142df2703269e424cb799982a34327ec, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9103b2c8e462e934393648df66a43ce9, type: 2} - target: {fileID: 95214229932520672, guid: 142df2703269e424cb799982a34327ec, @@ -125909,7 +125607,6 @@ RectTransform: - {fileID: 1997081173} - {fileID: 168624195} m_Father: {fileID: 765894939} - m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -126003,7 +125700,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1996625630} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -126128,13 +125824,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1997172935} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1526261021} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1997172937 MonoBehaviour: @@ -126176,13 +125872,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1998307261} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 732317439} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &1998307263 SphereCollider: @@ -126545,12 +126241,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 107022881} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1850567043} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -127016,7 +126712,6 @@ RectTransform: - {fileID: 278720592} - {fileID: 914257918} m_Father: {fileID: 120212469} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.5, y: 1} @@ -127161,7 +126856,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 32a541e0f0c9422448b5e945d97e0cfe, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -127217,7 +126912,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1459582054} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -127291,7 +126985,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 765894939} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -127324,13 +127017,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2020764442} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 282969351} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2020764444 SphereCollider: @@ -127434,7 +127127,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1399439829} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -127507,13 +127199,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2022130793} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1543046282} - m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2022130795 MonoBehaviour: @@ -127555,13 +127247,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2026561813} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2078070486} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2026561815 SphereCollider: @@ -127668,7 +127360,6 @@ RectTransform: - {fileID: 1272415385} - {fileID: 1279735327} m_Father: {fileID: 1189702033} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -127847,13 +127538,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2035889752} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 766573528} - m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2035889754 MonoBehaviour: @@ -128020,7 +127711,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 376316692} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -128131,7 +127822,6 @@ RectTransform: - {fileID: 1157460732} - {fileID: 796139480} m_Father: {fileID: 214235645} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -128202,13 +127892,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2040725335} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1107108979} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2040725337 SphereCollider: @@ -128340,13 +128030,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2042552054} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -8.592773, y: 15.346746, z: -20.331543} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 257282735} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2042552058 MonoBehaviour: @@ -128413,7 +128103,6 @@ RectTransform: - {fileID: 367693149} - {fileID: 413715552} m_Father: {fileID: 1321036617} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -128810,13 +128499,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2050039284} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1011885988} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2050039286 MonoBehaviour: @@ -129016,13 +128705,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2052893629} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 303737093} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2052893631 SphereCollider: @@ -129353,7 +129042,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: d7917ee49669e1944aae1cc4e14a49b4, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -129426,7 +129115,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1079236063} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -129640,17 +129328,17 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2073715066} + serializedVersion: 2 m_LocalRotation: {x: 0.000000011175868, y: 0.43139502, z: -0.0000000037252894, w: 0.9021632} m_LocalPosition: {x: 0.00000017885642, y: -0.00000037653345, z: -0.00000000263408} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1095562662} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 51.112003, z: 0} --- !u!95 &2073715068 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -129664,6 +129352,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -129752,7 +129441,6 @@ RectTransform: - {fileID: 178729127} - {fileID: 1102475233} m_Father: {fileID: 1854444266} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -130017,13 +129705,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2080199410} + serializedVersion: 2 m_LocalRotation: {x: -0.27585098, y: -0.92930484, z: -0.092051275, w: 0.22765183} m_LocalPosition: {x: 0.47267866, y: -6.852561, z: 0.89029646} m_LocalScale: {x: 0.70211715, y: 0.70211715, z: 0.7021173} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 302531137} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!108 &2080199412 Light: @@ -130118,7 +129806,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2121562027} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -130344,7 +130031,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2077241930} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -130415,13 +130101,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2087330812} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1766312939} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2087330814 SphereCollider: @@ -130518,13 +130204,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2088130947} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 282969351} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2088130949 MonoBehaviour: @@ -130572,7 +130258,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 361538869} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -130712,12 +130397,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23553666843436536, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 2e91b31bbe69fe24f8f938cb19cb19f5, type: 2} - target: {fileID: 23981248676102110, guid: 64ae3a07f5b2b40449a3e4eb3c1804ca, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 1b60a21793ff88841a21ccca180078da, type: 2} m_RemovedComponents: @@ -130985,7 +130670,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: bde9ca48a9d6def44b019f0286814512, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -131034,13 +130719,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2095362617} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 667422008} - m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2095362619 MonoBehaviour: @@ -131207,12 +130892,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1876272395} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 117033568} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -131322,13 +131007,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2098242574} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 193885455} - m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2098242576 MonoBehaviour: @@ -131375,7 +131060,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 568483604} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -131566,22 +131250,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 711118087} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 214790441} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 28014385} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 322489094} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -131746,13 +131430,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2115573748} + serializedVersion: 2 m_LocalRotation: {x: -0.27585098, y: -0.92930484, z: -0.092051275, w: 0.22765183} m_LocalPosition: {x: 0.67787206, y: 7.2017317, z: 0.8748338} m_LocalScale: {x: 0.70211715, y: 0.70211715, z: 0.7021173} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 302531137} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!108 &2115573750 Light: @@ -131969,22 +131653,22 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[1] + propertyPath: 'groundZones.Array.data[1]' value: objectReference: {fileID: 1411249167} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[2] + propertyPath: 'groundZones.Array.data[2]' value: objectReference: {fileID: 1880169450} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[3] + propertyPath: 'groundZones.Array.data[3]' value: objectReference: {fileID: 527812915} - target: {fileID: 4678135251219452001, guid: 9ae35d7f911b63f4f95f432141dd5746, type: 3} - propertyPath: groundZones.Array.data[4] + propertyPath: 'groundZones.Array.data[4]' value: objectReference: {fileID: 152693680} - target: {fileID: 4678135251355824059, guid: 9ae35d7f911b63f4f95f432141dd5746, @@ -132147,7 +131831,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2083163756} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -132389,13 +132072,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2127353493} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 50, y: 50, z: 50} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2036870726} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!135 &2127353495 SphereCollider: @@ -132667,7 +132350,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1351901113} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.00001} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -132923,13 +132605,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2141017710} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -17.66626, y: 16.90041, z: -11.18103} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 303737093} - m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2141017714 MonoBehaviour: @@ -133170,7 +132852,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 568483604} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -133250,7 +132931,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 357591875} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -133489,7 +133169,7 @@ PrefabInstance: - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} propertyPath: m_SizeDelta.x - value: -449.99997 + value: -600 objectReference: {fileID: 0} - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} @@ -133534,7 +133214,7 @@ PrefabInstance: - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} propertyPath: m_AnchoredPosition.x - value: -225 + value: -300 objectReference: {fileID: 0} - target: {fileID: 1827644952844820914, guid: f69b4b94559d7a14d99e0d870647c1f9, type: 3} @@ -134128,7 +133808,6 @@ RectTransform: - {fileID: 2919726185386474264} - {fileID: 1828009512} m_Father: {fileID: 985250389} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -134148,7 +133827,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2792585566163955536} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -135466,7 +135144,7 @@ GameObject: m_IsActive: 1 --- !u!95 &6575311300245146597 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -135480,6 +135158,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -135492,13 +135171,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6575311300245077202} + serializedVersion: 2 m_LocalRotation: {x: 0.10646164, y: -0.8578208, z: 0.062978126, w: -0.49884185} m_LocalPosition: {x: -0.000071386225, y: 0.000004080146, z: -0.000028801333} m_LocalScale: {x: 21.482714, y: 21.48272, z: 21.482714} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 725079539} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0.105000004, y: -240.371, z: -14.210001} --- !u!4 &6575311300245329902 Transform: @@ -135507,6 +135186,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6575311300245146596} + serializedVersion: 2 m_LocalRotation: {x: -0.000000017549606, y: -0.040077697, z: 0.000000007450579, w: 0.9991966} m_LocalPosition: {x: 0.00000024008017, y: -0.0000005056205, z: -0.000000008196349} @@ -135514,7 +135194,6 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1095562662} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: -4.5940003, z: 0} --- !u!1001 &6625931450819270922 PrefabInstance: @@ -135658,7 +135337,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129597387666474} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -135678,7 +135356,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129598074426909} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -135698,7 +135375,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129597818630225} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -135718,7 +135394,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7870129596353849924} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -136175,7 +135850,6 @@ RectTransform: - {fileID: 1765654692} - {fileID: 7169136399453371916} m_Father: {fileID: 64549775} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -136203,7 +135877,6 @@ RectTransform: - {fileID: 1256852174} - {fileID: 7169136398348083298} m_Father: {fileID: 756433304} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -136225,7 +135898,6 @@ RectTransform: - {fileID: 547769828} - {fileID: 7169136399039095833} m_Father: {fileID: 756433304} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -136247,7 +135919,6 @@ RectTransform: - {fileID: 124521070} - {fileID: 7169136398732853845} m_Father: {fileID: 64549775} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -136289,3 +135960,27 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 1986334066} + - {fileID: 1217270604} + - {fileID: 1293207123} + - {fileID: 998916851} + - {fileID: 1992706994} + - {fileID: 993795935} + - {fileID: 1527414939} + - {fileID: 850140851} + - {fileID: 426309784} + - {fileID: 1873289114} + - {fileID: 692834487} + - {fileID: 948716793} + - {fileID: 1581222389} + - {fileID: 700382632} + - {fileID: 417189628} + - {fileID: 975913106} + - {fileID: 1422402912} + - {fileID: 1830077744} + - {fileID: 1264577281} + - {fileID: 1818770496} diff --git a/Assets/GWConquest/Scenes/MainMenu.unity b/Assets/GWConquest/Scenes/MainMenu.unity index c1655aa..9078863 100644 --- a/Assets/GWConquest/Scenes/MainMenu.unity +++ b/Assets/GWConquest/Scenes/MainMenu.unity @@ -67,9 +67,6 @@ LightmapSettings: m_LightmapParameters: {fileID: 0} m_LightmapsBakeMode: 1 m_TextureCompression: 1 - m_FinalGather: 0 - m_FinalGatherFiltering: 1 - m_FinalGatherRayCount: 256 m_ReflectionCompression: 2 m_MixedBakeMode: 2 m_BakeBackend: 1 @@ -154,7 +151,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1404649293} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -236,7 +232,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 552841626} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -318,7 +313,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 696770047} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -529,7 +523,6 @@ RectTransform: m_Children: - {fileID: 2048530898} m_Father: {fileID: 832321102} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -673,7 +666,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1960756184} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -883,6 +875,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 268018651} + serializedVersion: 2 m_LocalRotation: {x: 0.20929843, y: -0.3571078, z: 0.08244483, w: 0.9065711} m_LocalPosition: {x: 3, y: 17, z: -47} m_LocalScale: {x: 1, y: 1, z: 1} @@ -890,11 +883,10 @@ Transform: m_Children: - {fileID: 1009557743} m_Father: {fileID: 1604357700} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 26, y: -43, z: 0} --- !u!95 &268018653 Animator: - serializedVersion: 5 + serializedVersion: 7 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} @@ -908,6 +900,7 @@ Animator: m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_StabilizeFeet: 0 + m_AnimatePhysics: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 @@ -944,7 +937,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1094988521} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -1025,7 +1017,6 @@ RectTransform: - {fileID: 1392340833} - {fileID: 369580847} m_Father: {fileID: 1849321101} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1368,7 +1359,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 696770047} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -1448,7 +1438,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 832321102} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -1530,7 +1519,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1284332557} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1612,7 +1600,6 @@ RectTransform: m_Children: - {fileID: 1758790514} m_Father: {fileID: 832321102} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -2258,7 +2245,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 801791914} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -2344,7 +2330,6 @@ RectTransform: - {fileID: 1677167423} - {fileID: 96537301} m_Father: {fileID: 1849321101} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -2614,7 +2599,6 @@ RectTransform: m_Children: - {fileID: 1375437234} m_Father: {fileID: 565186568} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -2780,7 +2764,6 @@ RectTransform: - {fileID: 382693555} - {fileID: 111448041} m_Father: {fileID: 1142353829} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -3463,7 +3446,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1094988521} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -3549,13 +3531,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 751511800} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &760498921 GameObject: @@ -3588,7 +3570,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2100979341} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -3670,7 +3651,6 @@ RectTransform: m_Children: - {fileID: 525377644} m_Father: {fileID: 832321102} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -3893,7 +3873,6 @@ RectTransform: - {fileID: 736075749} - {fileID: 565186568} m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -3947,7 +3926,6 @@ RectTransform: - {fileID: 1068037758} - {fileID: 427024750} m_Father: {fileID: 1214876926} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.61} m_AnchorMax: {x: 0, y: 0.61} @@ -4040,13 +4018,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 835318821} + serializedVersion: 2 m_LocalRotation: {x: 0.26313123, y: 0.35527387, z: 0.18289918, w: 0.8781175} m_LocalPosition: {x: -4, y: 22, z: 4} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1604357700} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 19.400002, y: 49.778004, z: 32.600002} --- !u!1001 &881089744 PrefabInstance: @@ -4162,7 +4140,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1404649293} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -4242,7 +4219,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1960756184} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -4361,12 +4337,12 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 23220362021310944, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 08350e917e451ee4285766790451fd70, type: 2} - target: {fileID: 23817121319955596, guid: e4cc86a2911f81c4cafc54b909e0f521, type: 3} - propertyPath: m_Materials.Array.data[0] + propertyPath: 'm_Materials.Array.data[0]' value: objectReference: {fileID: 2100000, guid: 9db5a3cfc49790c42bbd390321a2e25b, type: 2} - target: {fileID: 95556654896397108, guid: e4cc86a2911f81c4cafc54b909e0f521, @@ -4410,7 +4386,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1404649293} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -4540,13 +4515,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1009557740} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -0, y: 0, z: -26} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 268018652} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1009557744 MonoBehaviour: @@ -4639,7 +4614,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 486268529} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -4719,7 +4693,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 832321102} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -4799,7 +4772,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 696770047} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -4879,7 +4851,6 @@ RectTransform: - {fileID: 322356567} - {fileID: 1138224882} m_Father: {fileID: 1142353829} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -5000,7 +4971,6 @@ RectTransform: - {fileID: 1327907879} - {fileID: 722216232} m_Father: {fileID: 1142353829} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5038,7 +5008,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1094988521} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -5125,7 +5094,6 @@ RectTransform: - {fileID: 1122547271} - {fileID: 717353447} m_Father: {fileID: 486268529} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5375,7 +5343,6 @@ RectTransform: - {fileID: 832321102} - {fileID: 1812249646} m_Father: {fileID: 0} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -5415,7 +5382,6 @@ RectTransform: m_Children: - {fileID: 404644153} m_Father: {fileID: 832321102} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -5577,7 +5543,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2100979341} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -5653,7 +5618,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 582359426} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -5735,7 +5699,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 565186568} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} @@ -6110,7 +6073,6 @@ RectTransform: - {fileID: 897281677} - {fileID: 51447869} m_Father: {fileID: 1849321101} - m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -6231,7 +6193,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1649672913} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -6538,7 +6499,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1960756184} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -6610,6 +6570,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1604357699} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} @@ -6620,7 +6581,6 @@ Transform: - {fileID: 1520065189} - {fileID: 675581559} m_Father: {fileID: 0} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1649672912 PrefabInstance: @@ -6862,7 +6822,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 552841626} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0.5} m_AnchorMax: {x: 1, y: 1} @@ -6911,103 +6870,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1677167422} m_CullTransparentMesh: 0 ---- !u!1 &1689241557 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1689241560} - - component: {fileID: 1689241559} - - component: {fileID: 1689241558} - m_Layer: 0 - m_Name: NetworkManager - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1689241558 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1689241557} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6960e84d07fb87f47956e7a81d71c4e6, type: 3} - m_Name: - m_EditorClassIdentifier: - m_ProtocolType: 0 - m_MaxPacketQueueSize: 128 - m_MaxPayloadSize: 6144 - m_HeartbeatTimeoutMS: 500 - m_ConnectTimeoutMS: 1000 - m_MaxConnectAttempts: 60 - m_DisconnectTimeoutMS: 30000 - ConnectionData: - Address: 127.0.0.1 - Port: 7777 - ServerListenAddress: 127.0.0.1 - DebugSimulator: - PacketDelayMS: 0 - PacketJitterMS: 0 - PacketDropRate: 0 ---- !u!114 &1689241559 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1689241557} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 593a2fe42fa9d37498c96f9a383b6521, type: 3} - m_Name: - m_EditorClassIdentifier: - NetworkConfig: - ProtocolVersion: 0 - NetworkTransport: {fileID: 1689241558} - PlayerPrefab: {fileID: 0} - Prefabs: - NetworkPrefabsLists: - - {fileID: 11400000, guid: df94fd23d3398e54c9bd38ec5e26a04e, type: 2} - TickRate: 30 - ClientConnectionBufferTimeout: 10 - ConnectionApproval: 0 - ConnectionData: - EnableTimeResync: 0 - TimeResyncInterval: 30 - EnsureNetworkVariableLengthSafety: 0 - EnableSceneManagement: 1 - ForceSamePrefabs: 1 - RecycleNetworkIds: 1 - NetworkIdRecycleDelay: 120 - RpcHashSize: 0 - LoadSceneTimeOut: 120 - SpawnTimeout: 1 - EnableNetworkLogs: 1 - OldPrefabList: [] - RunInBackground: 1 - LogLevel: 1 ---- !u!4 &1689241560 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1689241557} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1276.0392, y: 517.60614, z: 659.94507} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 7 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1758790513 GameObject: m_ObjectHideFlags: 0 @@ -7039,7 +6901,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 427024750} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -7122,7 +6983,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 441014867} - m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -7229,7 +7089,6 @@ RectTransform: m_Children: - {fileID: 486268529} m_Father: {fileID: 1214876926} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -7417,7 +7276,6 @@ RectTransform: - {fileID: 340678958} - {fileID: 1428777289} m_Father: {fileID: 486268529} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.5, y: 1} @@ -7835,13 +7693,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1921767103} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1927369520 GameObject: @@ -7874,7 +7732,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 552841626} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0.4, y: 1} @@ -8083,7 +7940,6 @@ RectTransform: - {fileID: 899437687} - {fileID: 1533432983} m_Father: {fileID: 1142353829} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -8203,7 +8059,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 163596414} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -8285,7 +8140,6 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2100979341} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.4, y: 0} m_AnchorMax: {x: 1, y: 0.5} @@ -8498,7 +8352,6 @@ RectTransform: - {fileID: 760498922} - {fileID: 2090963385} m_Father: {fileID: 1849321101} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -8708,13 +8561,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2140002581} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 321.50412, y: 650.54755, z: 820.7323} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &2140814058 PrefabInstance: @@ -8793,6 +8646,74 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 9a1096a62ee865344a0549a465aa2f3e, type: 3} +--- !u!1001 &2777280482330928112 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalPosition.x + value: 1276.0392 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalPosition.y + value: 517.60614 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalPosition.z + value: 659.94507 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1964873977919645827, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2895585711290895149, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, + type: 3} + propertyPath: m_Name + value: NetworkManager + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 71c5b672ac1c6ef4dae59a8e08c7876f, type: 3} --- !u!1001 &8879251650744149931 PrefabInstance: m_ObjectHideFlags: 0 @@ -8953,3 +8874,15 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 90bfe4a417176ed4a9cafec61263a6fb, type: 3} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 804547814} + - {fileID: 1214876926} + - {fileID: 1921767106} + - {fileID: 751511802} + - {fileID: 1604357700} + - {fileID: 2140814058} + - {fileID: 2140002583} + - {fileID: 2777280482330928112} diff --git a/Assets/GWConquest/Scripts/Battle.cs b/Assets/GWConquest/Scripts/Battle.cs index 4028899..76c1c79 100644 --- a/Assets/GWConquest/Scripts/Battle.cs +++ b/Assets/GWConquest/Scripts/Battle.cs @@ -160,7 +160,7 @@ namespace GWConquest base.OnNetworkSpawn(); } - private BattleFlank InstantiateNewFlank(int maxUnitCount) + private BattleFlank InstantiateNewFlank(int maxUnitCount, int rowCount) { GameObject go = Instantiate(BattleFlankPrefab); go.GetComponent().Spawn(); @@ -168,6 +168,7 @@ namespace GWConquest var flank = go.GetComponent(); flank.Battle = this; flank.MaxUnitCount = maxUnitCount; + flank.RowCount = rowCount; return flank; } @@ -175,8 +176,9 @@ namespace GWConquest { PreparingCooldown = GameManager.Instance.BattlePreparingCooldown; - flankCount.Value = Zone.zoneType == ZoneType.Ground ? 6 : 2; - int maxUnitPerFlank = Zone.zoneType == ZoneType.Ground ? 9 : 20; + flankCount.Value = Zone.zoneType == ZoneType.Ground ? 3 : 1; + int maxUnitPerFlank = Zone.zoneType == ZoneType.Ground ? 29 : 86; + int rowCount = Zone.zoneType == ZoneType.Ground ? 3 : 9; for (int i = 0; i < FlankCount; i++) { @@ -186,19 +188,10 @@ namespace GWConquest var allPlayers = AllPlayers.ToList(); if (allPlayers.Count() >= 2) { - for (int i = 0; i < flankCount.Value; i += 2) + for (int i = 0; i < flankCount.Value; i += 1) { - var flank1 = InstantiateNewFlank(maxUnitPerFlank); - var flank2 = InstantiateNewFlank(maxUnitPerFlank); - - flank1.OpposingFlank = flank2; - flank2.OpposingFlank = flank1; - - flank1.Player = allPlayers[0]; - flank2.Player = allPlayers[1]; - - SetFlank((ushort)i, flank1); - SetFlank((ushort)(i + 1), flank2); + var flank = InstantiateNewFlank(maxUnitPerFlank, rowCount); + SetFlank((ushort)i, flank); } } else @@ -449,8 +442,8 @@ namespace GWConquest private void PerformReveal(UnitAction action, Unit target) { var flank = action.Unit.CurrentFlank; - bool areOnOpposingFlanks = flank != null && flank.OpposingFlank == target.CurrentFlank; - float chance = areOnOpposingFlanks ? GameManager.Instance.RevealChanceFlank : GameManager.Instance.RevealChanceOther; + bool areOnSameFlank = flank != null && flank == target.CurrentFlank; + float chance = areOnSameFlank ? GameManager.Instance.RevealChanceFlank : GameManager.Instance.RevealChanceOther; if (!Check(chance)) return; @@ -545,7 +538,7 @@ namespace GWConquest if (action.ActionType == UnitActionType.Combat && flank != null) { - targets = flank.OpposingFlank.Units; + targets = flank.Units.Where(u => u.Player != action.Unit.Player); if (IsSpaceBattle) { @@ -581,7 +574,7 @@ namespace GWConquest } else if (action.ActionType == UnitActionType.Reveal) { - targets = flank.OpposingFlank.Units; + targets = flank.Units.Where(u => u.Player != action.Unit.Player); targets = targets.Where(u => !u.Class.IsHero && !u.IsDead && u.RevealState != RevealState.Visible); @@ -672,11 +665,7 @@ namespace GWConquest public void MoveUnitToFlank(Unit unit, BattleFlank flank, int flankIndex) { - if (flank.Player != unit.Player) - { - Debug.LogErrorFormat("Tried to move unit {0} of player {1} to flank {2} of player {3}", unit, unit.Player, flank, flank.Player); - } - else if (flank.MaxUnitCount <= flankIndex) + if (flank.MaxUnitCount <= flankIndex) { Debug.LogErrorFormat("Tried to move unit {0} to flank index {1} on flank {2} with size {3}", unit, flankIndex, flank, flank.MaxUnitCount); } diff --git a/Assets/GWConquest/Scripts/BattleFlank.cs b/Assets/GWConquest/Scripts/BattleFlank.cs index 39a6d46..2e671e2 100644 --- a/Assets/GWConquest/Scripts/BattleFlank.cs +++ b/Assets/GWConquest/Scripts/BattleFlank.cs @@ -11,12 +11,13 @@ namespace GWConquest private NetworkVariable battle = new NetworkVariable(); private NetworkVariable flankID = new NetworkVariable(); private NetworkVariable maxUnitCount = new NetworkVariable(); - private NetworkVariable playerID = new NetworkVariable(); + private NetworkVariable rowCount = new NetworkVariable(); private GWNetworkList units = new GWNetworkList(); - private NetworkVariable opposingFlank = new NetworkVariable(); private GWNetworkList deathCooldowns = new GWNetworkList(); + public HexGrid hexGrid; + public const int SlotsPerRowGround = 3; public const int SlotsPerRowSpace = 2; @@ -43,16 +44,10 @@ namespace GWConquest set => maxUnitCount.Value = value; } - public BattleFlank OpposingFlank + public int RowCount { - get => opposingFlank.Value.GetBehaviour(); - set => opposingFlank.Value = value; - } - - public Player Player - { - get => Player.GetPlayerById(playerID.Value); - set => playerID.Value = value.PlayerId; + get => rowCount.Value; + set => rowCount.Value = value; } public Unit GetUnit(int index) @@ -156,20 +151,84 @@ namespace GWConquest public override void OnNetworkSpawn() { - maxUnitCount.OnValueChanged += (oldVal, newVal) => + maxUnitCount.OnValueChanged += (oldVal, newVal) => ResetGrid(newVal, rowCount.Value); + rowCount.OnValueChanged += (oldVal, newVal) => ResetGrid(maxUnitCount.Value, newVal); + + base.OnNetworkSpawn(); + } + + private void ResetGrid(int _maxUnitCount, int _rowCount) + { + units.Clear(); + deathCooldowns.Clear(); + + hexGrid = new HexGrid(_maxUnitCount, _rowCount); + + for (int i = 0; i < _maxUnitCount; i++) { - units.Clear(); - deathCooldowns.Clear(); + units.Add(null); + deathCooldowns.Add(0f); + } + } + } + + public class HexGrid + { + private int fieldCount; + private int rowCount; + + private float columnCount; + + private Vector2[] positions; + + public HexGrid(int _fieldCount, int _rowCount) + { + fieldCount = _fieldCount; + rowCount = _rowCount; - for (int i = 0; i < newVal; i++) + int currentColumn = 0; + int currentField = 0; + + float triHeight = Mathf.Sqrt(3f) / 2f; + + positions = new Vector2[_fieldCount]; + + if(_fieldCount != 0 && _rowCount != 0) + { + while(currentField < _fieldCount) { - units.Add(null); - deathCooldowns.Add(0f); + for(int i = 0; i < _rowCount; i++) + { + if(i % 2 == currentColumn % 2) + { + positions[currentField] = new Vector2(currentColumn*0.5f, i*triHeight); + Debug.Log($"Placing field {currentField} at position {positions[currentField]}"); + currentField++; + } + if(currentField >= _fieldCount) + { + break; + } + } + if(currentField < _fieldCount) + { + currentColumn++; + } } - }; + } - base.OnNetworkSpawn(); + columnCount = currentColumn / 2f; + } + + public Vector2 GetPosition(int index) + { + return positions[index]; } + + public int RowCount => rowCount; + public float ColumnCount => columnCount; + + } } \ No newline at end of file diff --git a/Assets/GWConquest/Scripts/DistrictRegistry.cs b/Assets/GWConquest/Scripts/DistrictRegistry.cs index 6beccb1..e1a4bff 100644 --- a/Assets/GWConquest/Scripts/DistrictRegistry.cs +++ b/Assets/GWConquest/Scripts/DistrictRegistry.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using UnityEngine; +using Unity.Netcode; namespace GWConquest { @@ -43,9 +44,12 @@ namespace GWConquest void Awake() { - foreach (var entry in Entries) + if(NetworkManager.Singleton != null) { - EntryMap.Add(entry.type, entry); + foreach (var entry in Entries) + { + EntryMap.Add(entry.type, entry); + } } } diff --git a/Assets/GWConquest/Scripts/Editor/LoadEditorHooks.cs b/Assets/GWConquest/Scripts/Editor/LoadEditorHooks.cs index e375e8e..16f1bdc 100644 --- a/Assets/GWConquest/Scripts/Editor/LoadEditorHooks.cs +++ b/Assets/GWConquest/Scripts/Editor/LoadEditorHooks.cs @@ -1,5 +1,7 @@ using UnityEditor; using UnityEngine; +using UnityEngine.SceneManagement; +using Unity.Netcode; namespace GWConquest { @@ -13,6 +15,8 @@ namespace GWConquest districtGuiStyle.normal.textColor = Color.white; districtGuiStyle.fontSize = 16; SceneView.duringSceneGui += SceneView_duringSceneGui; + + EditorApplication.playModeStateChanged += PlayModeStateChanged; } private static GUIStyle planetGuiStyle = new GUIStyle(); @@ -33,5 +37,34 @@ namespace GWConquest } } } + + private static void PlayModeStateChanged(PlayModeStateChange change) + { + if(change == PlayModeStateChange.EnteredPlayMode) + { + if(SceneManager.GetActiveScene().name == "GalaxyMap") + { + Debug.Log("Injecting network manager"); + GameObject networkPrefab = AssetDatabase.LoadAssetAtPath("Assets/GWConquest/Prefabs/NetworkManager.prefab"); + + GameOptions.OnAppLoad(); + GameOptions.ApplyOptions(); + + Object.Instantiate(networkPrefab); + + Object.DontDestroyOnLoad(NetworkManager.Singleton.gameObject); + NetworkManager.Singleton.OnServerStarted += ServerStartDone; + + NetworkManager.Singleton.StartHost(); + } + } + } + + private static void ServerStartDone() + { + Debug.Log("Server start done in injection"); + + NetworkManager.Singleton.SceneManager.LoadScene("GalaxyMap", UnityEngine.SceneManagement.LoadSceneMode.Single); + } } } \ No newline at end of file diff --git a/Assets/GWConquest/Scripts/FormationCategories.cs b/Assets/GWConquest/Scripts/FormationCategories.cs index ea9e621..a2aaaf8 100644 --- a/Assets/GWConquest/Scripts/FormationCategories.cs +++ b/Assets/GWConquest/Scripts/FormationCategories.cs @@ -1,6 +1,7 @@ using System.Collections.Generic; using System.Linq; using UnityEngine; +using Unity.Netcode; namespace GWConquest { @@ -51,9 +52,12 @@ namespace GWConquest void Awake() { - foreach (var entry in Entries) + if(NetworkManager.Singleton != null) { - CategoryMap.Add(entry.Category, entry); + foreach (var entry in Entries) + { + CategoryMap.Add(entry.Category, entry); + } } } diff --git a/Assets/GWConquest/Scripts/GameManager.cs b/Assets/GWConquest/Scripts/GameManager.cs index 58bcedb..0a58ee1 100644 --- a/Assets/GWConquest/Scripts/GameManager.cs +++ b/Assets/GWConquest/Scripts/GameManager.cs @@ -108,15 +108,18 @@ namespace GWConquest private void Awake() { - if (_instance == null) + if(NetworkManager.Singleton != null) { - _instance = this; - } + if (_instance == null) + { + _instance = this; + } - UnitClass.LoadClassMap(); - PlanetRegistry.Load(); + UnitClass.LoadClassMap(); + PlanetRegistry.Load(); - BattleLog.Instance = new BattleLog(); + BattleLog.Instance = new BattleLog(); + } } public void ServerSceneLoadLocalDone() diff --git a/Assets/GWConquest/Scripts/ItemRegistry.cs b/Assets/GWConquest/Scripts/ItemRegistry.cs index 73212f5..e800176 100644 --- a/Assets/GWConquest/Scripts/ItemRegistry.cs +++ b/Assets/GWConquest/Scripts/ItemRegistry.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using UnityEngine; +using Unity.Netcode; namespace GWConquest { @@ -43,15 +44,18 @@ namespace GWConquest private void Awake() { - foreach (ItemEntry e in Entries) + if(NetworkManager.Singleton != null) { - itemMap.Add(e.Name, e); - } + foreach (ItemEntry e in Entries) + { + itemMap.Add(e.Name, e); + } - kFuel = IDFromName("Fuel"); - kSupplies = IDFromName("Supplies"); - kFood = IDFromName("Food"); - kRecruits = IDFromName("Recruits"); + kFuel = IDFromName("Fuel"); + kSupplies = IDFromName("Supplies"); + kFood = IDFromName("Food"); + kRecruits = IDFromName("Recruits"); + } } public ItemEntry GetEntry(string itemName) diff --git a/Assets/GWConquest/Scripts/SpawnAIUnits.cs b/Assets/GWConquest/Scripts/SpawnAIUnits.cs index 487564e..e9e458a 100644 --- a/Assets/GWConquest/Scripts/SpawnAIUnits.cs +++ b/Assets/GWConquest/Scripts/SpawnAIUnits.cs @@ -23,7 +23,9 @@ namespace GWConquest { for (int i = 0; i < unitCount; i++) { - var unit = GWNetworkManager.Instance.SpawnUnit(zone, UnitClass.FromName(unitName), player); + UnitClass uc = UnitClass.FromName(unitName); + Debug.Log($"Spawning a unit of {unitName} with id {uc.ID}"); + var unit = GWNetworkManager.Instance.SpawnUnit(zone, uc, player); if (assignAsLeader) { unit.Formation.HeroUnit = unit; diff --git a/Assets/GWConquest/Scripts/UI/BattleFlankUI.cs b/Assets/GWConquest/Scripts/UI/BattleFlankUI.cs index 3f594f6..404fd5f 100644 --- a/Assets/GWConquest/Scripts/UI/BattleFlankUI.cs +++ b/Assets/GWConquest/Scripts/UI/BattleFlankUI.cs @@ -12,21 +12,16 @@ namespace GWConquest public BattleFlank BattleFlank; public GameObject IconPrefab; - public int Cols = 3; public float IconSize; public BattleUnitIcon[] Icons; - public GameObject LeftFrontline; - public GameObject RightFrontline; public CanvasGroup CanvasGroup; public float DisabledAlpha; public GameObject BombardedImageLeft; public GameObject BombardedImageRight; - public Text TitleText; - private BattleUI battleUI; public RectTransform RectTransform @@ -43,17 +38,18 @@ namespace GWConquest var rt = RectTransform; - int rowCount = Mathf.CeilToInt((float)flank.MaxUnitCount / Cols); - Icons = new BattleUnitIcon[flank.MaxUnitCount]; + float triHeight = Mathf.Sqrt(3f) / 2f; + float iconHexSize = IconSize * triHeight; + float xOffset = (IconSize - iconHexSize) / 2f; + for (int i = 0; i < flank.MaxUnitCount; i++) { - int ix = i % Cols; - int iy = (i - ix) / Cols; + Vector2 gridPos = flank.hexGrid.GetPosition(i); - float posx = IconSize * ix; - float posy = IconSize * iy; + float posx = iconHexSize * gridPos.x - xOffset; + float posy = iconHexSize * gridPos.y; var pos = new Vector2(posx, -posy); @@ -68,15 +64,15 @@ namespace GWConquest icon.Flank = flank; icon.FlankIndex = i; - if (flank.Player == Player.CurrentPlayer) - { - icon.FlipIcon(); - } + //if (flank.Player == Player.CurrentPlayer) + //{ + // icon.FlipIcon(); + //} Icons[i] = icon; } - rt.sizeDelta = new Vector2(Cols * IconSize, rowCount * IconSize); + rt.sizeDelta = new Vector2(flank.hexGrid.ColumnCount * iconHexSize, flank.hexGrid.RowCount * IconSize); } public void UpdateIcons() @@ -92,18 +88,21 @@ namespace GWConquest icon.UpdateIcon(); } - bool hasUnits = BattleFlank.Units.Where(u => !u.IsDead).FirstOrDefault() != null; - var frontline = BattleFlank.Player == Player.CurrentPlayer ? RightFrontline : LeftFrontline; - frontline.SetActive(hasUnits); + var livingUnits = BattleFlank.Units.Where(u => !u.IsDead); + bool hasPlayerUnits = livingUnits.Where(u => u.Player == Player.CurrentPlayer).FirstOrDefault() != null; + bool hasEnemyUnits = livingUnits.Where(u => u.Player != Player.CurrentPlayer).FirstOrDefault() != null; + bool hasUnits = hasPlayerUnits || hasEnemyUnits; CanvasGroup.alpha = hasUnits ? 1.0f : DisabledAlpha; - bool shouldWarn = !hasUnits && BattleFlank.Player == Player.CurrentPlayer && BattleFlank.OpposingFlank.Units.Where(u => !u.IsDead).FirstOrDefault() != null; + // bool shouldWarn = !hasUnits && BattleFlank.Player == Player.CurrentPlayer && BattleFlank.OpposingFlank.Units.Where(u => !u.IsDead).FirstOrDefault() != null; + bool shouldWarn = !hasPlayerUnits && hasEnemyUnits; GetComponent().SetBool("Warn", shouldWarn); - var otherPanel = BattleFlank.Player == Player.CurrentPlayer ? battleUI.EnemyPanel : battleUI.PlayerPanel; - var selectedUnit = otherPanel.SelectedUnit; - bool showAttack = !shouldWarn && selectedUnit != null && selectedUnit.IsShelling && selectedUnit.FlankTarget == BattleFlank; - GetComponent().SetBool("Attack", showAttack); + + //var otherPanel = BattleFlank.Player == Player.CurrentPlayer ? battleUI.EnemyPanel : battleUI.PlayerPanel; + //var selectedUnit = otherPanel.SelectedUnit; + //bool showAttack = !shouldWarn && selectedUnit != null && selectedUnit.IsShelling && selectedUnit.FlankTarget == BattleFlank; + //GetComponent().SetBool("Attack", showAttack); } public void OnIconDraggedToPanel(BattleUnitIcon icon, BattleArmyPanel panel) @@ -117,7 +116,7 @@ namespace GWConquest // TODO increase performance private void FixedUpdate() { - if (BattleFlank != null) + /*if (BattleFlank != null) { var BombardedImage = BattleFlank.Player == Player.CurrentPlayer ? BombardedImageLeft : BombardedImageRight; @@ -129,7 +128,7 @@ namespace GWConquest { BombardedImage.SetActive(false); } - } + }*/ } } diff --git a/Assets/GWConquest/Scripts/UI/BattleUI.cs b/Assets/GWConquest/Scripts/UI/BattleUI.cs index 832820a..1349e71 100644 --- a/Assets/GWConquest/Scripts/UI/BattleUI.cs +++ b/Assets/GWConquest/Scripts/UI/BattleUI.cs @@ -119,8 +119,10 @@ namespace GWConquest //float uiHeight = 1f; - FlankUIs = new BattleFlankUI[Battle.FlankCount]; - for (int i = 0; i < Battle.FlankCount; i++) + int flankCount = Battle.FlankCount; + + FlankUIs = new BattleFlankUI[flankCount]; + for (int i = 0; i < flankCount; i++) { var go = Instantiate(Battle.IsSpaceBattle ? FlankUIPrefabSpace : FlankUIPrefab); @@ -138,53 +140,15 @@ namespace GWConquest } //float uiOffset = uiHeight / 2; - - - var PlayerUIs = FlankUIs.Where(ui => ui.BattleFlank.Player == Player.CurrentPlayer).ToList(); - if (PlayerUIs.Count > 0) - { - float startY = (float)(PlayerUIs.Count - 1) / 2f * FlankUIOffset; - for (int i = 0; i < PlayerUIs.Count; i++) - { - var ui = PlayerUIs[i]; - var pos = new Vector2(-x, startY - i * FlankUIOffset); - ui.RectTransform.anchoredPosition = pos; - - if (i == 0) - { - ui.TitleText.text = "Allied Frontline"; - ui.TitleText.enabled = true; - } - else - { - ui.TitleText.enabled = false; - } - } - } - - - var EnemyUIs = FlankUIs.Where(ui => ui.BattleFlank.Player != Player.CurrentPlayer).ToList(); - - if (EnemyUIs.Count > 0) + float startY = (flankCount - 1) / 2f * FlankUIOffset; + for (int i = 0; i < flankCount; i++) { - float startY = (float)(EnemyUIs.Count - 1) / 2f * FlankUIOffset; - for (int i = 0; i < EnemyUIs.Count; i++) - { - var ui = EnemyUIs[i]; - var pos = new Vector2(x, startY - i * FlankUIOffset); - ui.RectTransform.anchoredPosition = pos; - - if (i == 0) - { - ui.TitleText.text = "Enemy Frontline"; - ui.TitleText.enabled = true; - } - else - { - ui.TitleText.enabled = false; - } - } + var ui = FlankUIs[i]; + var pos = new Vector2(0f, startY - i * FlankUIOffset); + ui.RectTransform.anchoredPosition = pos; + } + if (Battle.IsSpaceBattle) { @@ -326,15 +290,13 @@ namespace GWConquest var mousePos = Input.mousePosition; foreach (var flankUI in FlankUIs) { - if (flankUI.BattleFlank.Player != Player.CurrentPlayer) + var flankRT = flankUI.GetComponent(); + var isSelected = RectTransformUtility.RectangleContainsScreenPoint(flankRT, mousePos); + foreach (var icon in flankUI.Icons) { - var flankRT = flankUI.GetComponent(); - var isSelected = RectTransformUtility.RectangleContainsScreenPoint(flankRT, mousePos); - foreach (var icon in flankUI.Icons) - { - icon.GetComponent().SetBool("Highlight", isSelected); - } + icon.GetComponent().SetBool("Highlight", isSelected); } + } @@ -468,15 +430,13 @@ namespace GWConquest { foreach (var flankUI in FlankUIs) { - if (flankUI.BattleFlank.Player != Player.CurrentPlayer) + if (RectTransformUtility.RectangleContainsScreenPoint(flankUI.GetComponent(), mousePos)) { - if (RectTransformUtility.RectangleContainsScreenPoint(flankUI.GetComponent(), mousePos)) - { - hasTarget = true; - flank = flankUI.BattleFlank; - break; - } + hasTarget = true; + flank = flankUI.BattleFlank; + break; } + } } @@ -495,16 +455,14 @@ namespace GWConquest if (Battle.IsSpaceBattle) { var ownFlank = icon.Flank; - var opposingFlank = ownFlank.OpposingFlank; - int ownRow = icon.Unit.CurrentFlank.GetRowForUnit(icon.Unit); int attackRange = icon.Unit.Class.AttackRange; Debug.Log("Selecting icon on flank"); - foreach (var flankIcon in opposingFlank.CurrentUI.Icons) + foreach (var flankIcon in ownFlank.CurrentUI.Icons) { - int row = opposingFlank.GetRowFromIndex(flankIcon.FlankIndex); + int row = ownFlank.GetRowFromIndex(flankIcon.FlankIndex); if (Mathf.Abs(row - ownRow) <= attackRange) { flankIcon.GetComponent().SetBool("InRange", true); @@ -521,9 +479,7 @@ namespace GWConquest { if (Battle.IsSpaceBattle) { - var opposingFlank = flank.OpposingFlank; - - foreach (var flankIcon in opposingFlank.CurrentUI.Icons) + foreach (var flankIcon in flank.CurrentUI.Icons) { flankIcon.GetComponent().SetBool("InRange", false); } diff --git a/Assets/GWConquest/Scripts/UI/IngameUI.cs b/Assets/GWConquest/Scripts/UI/IngameUI.cs index f986016..a996426 100644 --- a/Assets/GWConquest/Scripts/UI/IngameUI.cs +++ b/Assets/GWConquest/Scripts/UI/IngameUI.cs @@ -15,7 +15,18 @@ namespace GWConquest get => Instance != null && Instance.isInPauseMenu; } - public static IngameUI Instance { get; private set; } + private static IngameUI _instance; + public static IngameUI Instance + { + get + { + if (_instance == null) + { + _instance = FindAnyObjectByType(); + } + return _instance; + } + } public GalaxyMapUI PlanetHud; public PlanetViewUI PlanetView; @@ -36,11 +47,6 @@ namespace GWConquest private bool isInPauseMenu = false; - private void Awake() - { - Instance = this; - } - private void Start() { PlanetView.gameObject.SetActive(false); diff --git a/Assets/GWConquest/Scripts/Zone.cs b/Assets/GWConquest/Scripts/Zone.cs index 1dd452f..fd88028 100644 --- a/Assets/GWConquest/Scripts/Zone.cs +++ b/Assets/GWConquest/Scripts/Zone.cs @@ -96,9 +96,12 @@ namespace GWConquest private void Awake() { - if (zoneId != -1) + if(NetworkManager.Singleton != null) { - zoneDict[zoneId] = this; + if (zoneId != -1) + { + zoneDict[zoneId] = this; + } } } diff --git a/Assets/GWConquest/Textures/UI/hex.png b/Assets/GWConquest/Textures/UI/hex.png new file mode 100644 index 0000000000000000000000000000000000000000..7cfa9381d1bb97931422433d895566541ab13941 GIT binary patch literal 24962 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 literal 0 HcmV?d00001 diff --git a/Assets/GWConquest/Textures/UI/hex.png.meta b/Assets/GWConquest/Textures/UI/hex.png.meta new file mode 100644 index 0000000..26dbac4 --- /dev/null +++ b/Assets/GWConquest/Textures/UI/hex.png.meta @@ -0,0 +1,136 @@ +fileFormatVersion: 2 +guid: 9f2edd4e433e6984f812b1df92d53164 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GWConquest/Textures/UI/hexfilled.png b/Assets/GWConquest/Textures/UI/hexfilled.png new file mode 100644 index 0000000000000000000000000000000000000000..08a4b5531c67212bde56589b3a96568382aa2e3c GIT binary patch literal 3410 zcmeH~`#;m|AICr2+F}mXU9_Z@!%dD^a;(T9hi*5qiJFky7Kzy;qL~~b*}mnzSBfb2 z5-~%u9GA_Z5rxVs`ec>692z3E*}k9e-*Er*eLQ+R-q+*xeqTRckL!BAURT~hUr!CR z4jKRe4R0^^004kPEgVomKq9zf*b51a8sO;)a0YZgLBlGN%kM4#P{&l0A45Vj>Yxu{ zzf!4$+Q80X8YJ+<0AIWk_|Rl^0Gd?EUWcgwpegv@g7w7TjRXMo9&dLSLUQQL5RtVd zh~ws8sVw2tw@vGbD+&4$&R%O5CdaQV2#r+JWLwMGfZ$)&?>qQSbE`q+z}Fc+IkU(p zUKu1$2eC#vt-IeT^U`%rOn)|1u2G~E-^wri;kWE3=nuKktISr~_X%qr%MkKMh6_nX zQ(++U1!P4#|oyk-<8us>Z-*|DLhpE*(RP?qE|C zcU5%ABb9>1u#D}N$8y`7{X|>Fxyzs!ZHgBa;hNCd;jhcAMU`}vZJ<6KW&kDZ9 zoj0I7ZVWE3oV`5&3DyypEbL5*RD*1tUs%2bM z&W9Ki2d&i&g0t)mx))C#j_7g~6$sg}by1t1qb7U?M(^hyk&yMN=0rDkG;a_v4{<3u z%zLud{9IU(w|zgR`rOgWE(H>D)P5#!A=ThVF-C9+I9_@C9&Mw|6&f|OC2pC9d@8~CJZ#s znaaA;$z_ED9gjJ4dW^(@PaDP7v^=*G%JN>;B|mbN8^ft5XKr)xRBk4-?r0j!csDqT zkJSzniW_$?u07dxHGwxa&?@lNdzYMAlAL|cwHtQEQHtslB8ti7Gk#p}J;F^*VmUw* zsufcTYf4F($$8Ycx&_H4Y;D5RElcNah>xo>n#Vaitk0MWjs?A5I2y%Z+s_^$wu|_6 zn8~9t0?#5_TTrNGp)@S)HY!djdXA0kAI)*AtzSy*#}E^yZ4S{2zDMlVZ0~H2#}RcO zJ$p-B`W2P$W-mLL?<6E7tgT3oeoVTyT~i{jHD6X479!oHoiabG10gOdgKaBts?cWD z+(^q?Yqya7n8DT`HVEM#!nxjj?84a%`wZ9YQJC!TTqo2|{o!`AV5f@5UvS41jN;6q=1ZJ2(*1p zf1-4|Ao6}=6F^-E#iDpNoJ5|sc|o(#8f8MT{*fBZkAmp^0qcWInh>g;T8=d3szH43 z^BksIK)_FJzmBf%fgE6Qj1X=CSwj1c3iuTH>6RqgZjIn9$TSuum3%bhB2P;FkmD1V zUdN_y(@M@XC$qot`@>(d2K^|OD^{}I_ z4upA^N4X=R zJP?EA#seo={&CyBpt%uxNYD8iVCt^`%JyLtH^joGf>I4Y;o`Jq6Piodd)k;<1*ioQ zQfzOaxW3-(3k!FFdm94NS`}L11@)peqb>02gTa~WHrvsWrc+kOU!twjPVK!j9SlR& za{7vAboiqm9&EZFgoJXCNBL4EAZdIWGrCnPe8lK_!Rs=Z`m6m-Dffctda{4)5KQC;G#)Q?)Wvh4#o{DT+7Q|H<~mwxg8w+xRtuEY{m}uoprxwE5r@*A0Zw3S zC&SN-&un`#I`55KzSUxqD$)Q+OWo#GfpjQ8pLkvyM0ds>8>tVw2c$a+xu-jx0t)iQ zXqkcomp{{8uvJvUp+vs^j3N-Z%xvg?^Fx4=mga0~UP?FPJ2S15=1L*e*p`M98Va8Wpi(XnvC(xCos!uZJRk-@Uu1iZRG9^$@`&vE)!zDrg9Kd_OuRF&z{QQ3b D(V(9B literal 0 HcmV?d00001 diff --git a/Assets/GWConquest/Textures/UI/hexfilled.png.meta b/Assets/GWConquest/Textures/UI/hexfilled.png.meta new file mode 100644 index 0000000..944e5f9 --- /dev/null +++ b/Assets/GWConquest/Textures/UI/hexfilled.png.meta @@ -0,0 +1,136 @@ +fileFormatVersion: 2 +guid: 5e6069bf34313bc44aeccf43d98fb633 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index 2c9aaeb..f6e2400 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -5,7 +5,7 @@ "com.unity.ai.navigation": "1.1.4", "com.unity.collab-proxy": "2.0.5", "com.unity.ide.rider": "3.0.24", - "com.unity.ide.visualstudio": "2.0.18", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.multiplayer.playmode": "0.1.1", "com.unity.multiplayer.tools": "1.1.0", "com.unity.netcode.gameobjects": "1.5.2", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index c0715ba..91ab8db 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -71,7 +71,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.18", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 4b5af06..c7b7e61 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -641,7 +641,7 @@ PlayerSettings: PS5: UNITY_POST_PROCESSING_STACK_V2 QNX: UNITY_POST_PROCESSING_STACK_V2 Stadia: UNITY_POST_PROCESSING_STACK_V2 - Standalone: UNITY_POST_PROCESSING_STACK_V2;BOLT_CLOUD;BOLT_1_3_OR_NEWER;LETAI_TRUESHADOW + Standalone: UNITY_POST_PROCESSING_STACK_V2;LETAI_TRUESHADOW WebGL: UNITY_POST_PROCESSING_STACK_V2 Windows Store Apps: UNITY_POST_PROCESSING_STACK_V2 XboxOne: UNITY_POST_PROCESSING_STACK_V2