From 2c2540b07c7d24430227db29c45ef50b292910a3 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 05:17:31 -0400 Subject: [PATCH 01/19] Install 2D Tilemap + 2D Tilemap Extras --- Assets/Plugins/ThirdPartyAssets | 2 +- Packages/manifest.json | 2 ++ Packages/packages-lock.json | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Assets/Plugins/ThirdPartyAssets b/Assets/Plugins/ThirdPartyAssets index feacb851..8403c24b 160000 --- a/Assets/Plugins/ThirdPartyAssets +++ b/Assets/Plugins/ThirdPartyAssets @@ -1 +1 @@ -Subproject commit feacb8519afccbf10f39f0e6e718ddbe9678d2ce +Subproject commit 8403c24b618ed0ff0bcbf7dc9991930fc5140b8a diff --git a/Packages/manifest.json b/Packages/manifest.json index ad4db2a9..a6222ee8 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,8 @@ { "dependencies": { "com.singularitygroup.hotreload": "git+https://gitlab.hotreload.net/root/hot-reload-releases.git#1.9.2", + "com.unity.2d.tilemap": "1.0.0", + "com.unity.2d.tilemap.extras": "2.2.5", "com.unity.cinemachine": "2.8.9", "com.unity.collab-proxy": "1.17.7", "com.unity.ide.rider": "3.0.16", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index bf2d7700..997da7b0 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -7,6 +7,24 @@ "dependencies": {}, "hash": "6bfb53388b285b3f2c6c16b6665c232617b2a06b" }, + "com.unity.2d.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.2d.tilemap.extras": { + "version": "2.2.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.tilemap": "1.0.0", + "com.unity.2d.tilemap": "1.0.0", + "com.unity.ugui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.burst": { "version": "1.8.2", "depth": 1, From cae12ae9c28f1f78c566138bde3aa089a42403c0 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 07:54:00 -0400 Subject: [PATCH 02/19] Install ProBuilder --- Packages/manifest.json | 1 + Packages/packages-lock.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index a6222ee8..c8e3eb45 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -9,6 +9,7 @@ "com.unity.ide.visualstudio": "2.0.16", "com.unity.ide.vscode": "1.2.5", "com.unity.inputsystem": "1.4.4", + "com.unity.probuilder": "5.0.7", "com.unity.render-pipelines.universal": "12.1.8", "com.unity.test-framework": "1.1.31", "com.unity.textmeshpro": "3.0.6", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 997da7b0..65eff437 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -107,6 +107,17 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.probuilder": { + "version": "5.0.7", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "1.0.3", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "12.1.8", "depth": 1, @@ -146,6 +157,13 @@ }, "url": "https://packages.unity.com" }, + "com.unity.settings-manager": { + "version": "1.0.3", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.shadergraph": { "version": "12.1.8", "depth": 1, From d91b698a6db6aaa2f425c075cf54e9a8e4085f95 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 07:54:55 -0400 Subject: [PATCH 03/19] Add ProBuilder settings --- .../com.unity.probuilder/Settings.json | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 ProjectSettings/Packages/com.unity.probuilder/Settings.json diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json new file mode 100644 index 00000000..45763cca --- /dev/null +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -0,0 +1,63 @@ +{ + "m_Name": "Settings", + "m_Path": "ProjectSettings/Packages/com.unity.probuilder/Settings.json", + "m_Dictionary": { + "m_DictionaryValues": [ + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "editor.toolbarIconGUI", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "editor.backFaceSelectEnabled", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "experimental.enabled", + "value": "{\"m_Value\":false}" + }, + { + "type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "editor.dragSelectRectMode", + "value": "{\"m_Value\":0}" + }, + { + "type": "UnityEngine.ProBuilder.SelectionModifierBehavior, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "editor.rectSelectModifier", + "value": "{\"m_Value\":2}" + }, + { + "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "editor.selectMode", + "value": "{\"m_Value\":1}" + }, + { + "type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "log.level", + "value": "{\"m_Value\":3}" + }, + { + "type": "UnityEngine.ProBuilder.LogOutput, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "log.output", + "value": "{\"m_Value\":1}" + }, + { + "type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "log.path", + "value": "{\"m_Value\":\"ProBuilderLog.txt\"}" + }, + { + "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "about.identifier", + "value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":0,\"m_Patch\":7,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" + }, + { + "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "preferences.version", + "value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":0,\"m_Patch\":7,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" + } + ] + } +} \ No newline at end of file From c08b6bc6ef9a8afa6aa7cbecfd1f5cc4b12f38f8 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 07:55:06 -0400 Subject: [PATCH 04/19] Add ground tile prefabs --- Assets/Prefabs/Ground Tiles.meta | 8 + .../Ground Tiles/Corner_BottomLeft.prefab | 770 ++++++++ .../Corner_BottomLeft.prefab.meta | 7 + .../Ground Tiles/Corner_BottomRight.prefab | 770 ++++++++ .../Corner_BottomRight.prefab.meta | 7 + .../Ground Tiles/Corner_TopLeft.prefab | 770 ++++++++ .../Ground Tiles/Corner_TopLeft.prefab.meta | 7 + .../Ground Tiles/Corner_TopRight.prefab | 770 ++++++++ .../Ground Tiles/Corner_TopRight.prefab.meta | 7 + .../Prefabs/Ground Tiles/Edge_Bottom.prefab | 318 ++++ .../Ground Tiles/Edge_Bottom.prefab.meta | 7 + Assets/Prefabs/Ground Tiles/Edge_Left.prefab | 318 ++++ .../Ground Tiles/Edge_Left.prefab.meta | 7 + Assets/Prefabs/Ground Tiles/Edge_Right.prefab | 318 ++++ .../Ground Tiles/Edge_Right.prefab.meta | 7 + Assets/Prefabs/Ground Tiles/Edge_Top.prefab | 318 ++++ .../Prefabs/Ground Tiles/Edge_Top.prefab.meta | 7 + .../Prefabs/Ground Tiles/Middle Tile.prefab | 168 ++ .../Ground Tiles/Middle Tile.prefab.meta | 7 + .../WaterCorner_BottomLeft.prefab | 1375 +++++++++++++ .../WaterCorner_BottomLeft.prefab.meta | 7 + .../WaterCorner_BottomRight.prefab | 1375 +++++++++++++ .../WaterCorner_BottomRight.prefab.meta | 7 + .../Ground Tiles/WaterCorner_TopLeft.prefab | 1375 +++++++++++++ .../WaterCorner_TopLeft.prefab.meta | 7 + .../Ground Tiles/WaterCorner_TopRight.prefab | 1375 +++++++++++++ .../WaterCorner_TopRight.prefab.meta | 7 + .../Ground Tiles/WaterEdge_Bottom.prefab | 646 +++++++ .../Ground Tiles/WaterEdge_Bottom.prefab.meta | 7 + .../Ground Tiles/WaterEdge_Left.prefab | 646 +++++++ .../Ground Tiles/WaterEdge_Left.prefab.meta | 7 + .../Ground Tiles/WaterEdge_Right.prefab | 646 +++++++ .../Ground Tiles/WaterEdge_Right.prefab.meta | 7 + .../Prefabs/Ground Tiles/WaterEdge_Top.prefab | 646 +++++++ .../Ground Tiles/WaterEdge_Top.prefab.meta | 7 + .../Ground Tiles/_Reference Tile.prefab | 1695 +++++++++++++++++ .../Ground Tiles/_Reference Tile.prefab.meta | 7 + 37 files changed, 14433 insertions(+) create mode 100644 Assets/Prefabs/Ground Tiles.meta create mode 100644 Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Left.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Right.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Top.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/Middle Tile.prefab create mode 100644 Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab create mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta create mode 100644 Assets/Prefabs/Ground Tiles/_Reference Tile.prefab create mode 100644 Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta diff --git a/Assets/Prefabs/Ground Tiles.meta b/Assets/Prefabs/Ground Tiles.meta new file mode 100644 index 00000000..8c8624b7 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8e76ac59196e454690cf626e7ad5c58 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab b/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab new file mode 100644 index 00000000..f49afc12 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab @@ -0,0 +1,770 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &541306147181673603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 541306147181673615} + - component: {fileID: 541306147181673612} + - component: {fileID: 541306147181673613} + - component: {fileID: 541306147181673602} + m_Layer: 0 + m_Name: Corner_BottomLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &541306147181673615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &541306147181673612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Mesh: {fileID: 0} +--- !u!23 &541306147181673613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &541306147181673602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000010000000300000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 160000001500000014000000160000001700000015000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 260000002500000024000000260000002700000025000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 320000003100000030000000320000003300000031000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 420000004100000040000000420000004300000041000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 460000004500000044000000460000004700000045000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 56000000 + - m_Vertices: 01000000 + - m_Vertices: 000000001d000000 + - m_Vertices: 0500000018000000 + - m_Vertices: 04000000 + - m_Vertices: 1100000055000000 + - m_Vertices: 020000001c000000380000003d000000 + - m_Vertices: 030000003c000000 + - m_Vertices: 1400000050000000 + - m_Vertices: 0600000041000000 + - m_Vertices: 07000000190000004000000045000000 + - m_Vertices: 090000001f000000 + - m_Vertices: 0b00000016000000 + - m_Vertices: 080000001e0000003400000039000000 + - m_Vertices: 0a000000170000003000000035000000 + - m_Vertices: 0c00000012000000480000004d000000 + - m_Vertices: 0d00000013000000 + - m_Vertices: 0e0000001b0000004400000049000000 + - m_Vertices: 0f0000001a000000 + - m_Vertices: 100000004c00000054000000 + - m_Vertices: 150000003100000051000000 + - m_Vertices: 200000004e00000053000000 + - m_Vertices: 21000000270000004a0000004f000000 + - m_Vertices: 220000003300000052000000 + - m_Vertices: 23000000250000003200000037000000 + - m_Vertices: 240000002a000000360000003b000000 + - m_Vertices: 2600000028000000460000004b000000 + - m_Vertices: 290000002f0000004200000047000000 + - m_Vertices: 2b0000002d0000003a0000003f000000 + - m_Vertices: 2c0000003e000000 + - m_Vertices: 2e00000043000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + m_Textures0: + - {x: -0.5, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: 0.36} + - {x: -1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.36} + - {x: 1.4049541, y: -0.5} + - {x: 1.4049541, y: 0.36} + - {x: -1.3818628, y: -0.74444354} + - {x: -0.5, y: -0.7378175} + - {x: -1.3280511, y: -0.6698118} + - {x: -0.5, y: -0.6763962} + - {x: -0.6698119, y: -1.3280511} + - {x: -0.6763963, y: -0.5} + - {x: -0.7444437, y: -1.3818629} + - {x: -0.7378177, y: -0.5} + - {x: -1.1052747, y: -1.2649541} + - {x: -1.1052747, y: -0.5} + - {x: -1.1731479, y: -1.3280505} + - {x: -1.1791204, y: -0.5} + - {x: -0.5, y: -1.0651343} + - {x: -1.2649541, y: -1.0651343} + - {x: -0.5, y: -1.1390446} + - {x: -1.3280506, y: -1.1329615} + - {x: 0.5, y: -0.24142924} + - {x: 1.4049541, y: -0.24142924} + - {x: 0.5, y: -0.16751885} + - {x: 1.3818623, y: -0.17364052} + - {x: -1.4049541, y: -0.17752111} + - {x: -0.5, y: -0.17752111} + - {x: -1.3818623, y: -0.10968565} + - {x: -0.5, y: -0.103675365} + - {x: -1.2285763, y: -1.1542164} + - {x: -1.2952838, y: -1.2183541} + - {x: -1.1944678, y: -1.1894796} + - {x: -1.2607903, y: -1.2540153} + - {x: -1.0876781, y: -0.9215627} + - {x: -1.0158919, y: -0.86350924} + - {x: -1.1184155, y: -0.8840068} + - {x: -1.0473152, y: -0.8251153} + - {x: -0.024265384, y: -0.56292295} + - {x: -0.02452991, y: -0.63441974} + - {x: 0.024265384, y: -0.56292295} + - {x: 0.02452991, y: -0.63441974} + - {x: 0.02452991, y: -0.5} + - {x: 0.02452991, y: 0.36} + - {x: -0.02452991, y: -0.5} + - {x: -0.02452991, y: 0.36} + - {x: -0.2753473, y: -0.2800855} + - {x: -0.21008927, y: -0.21428655} + - {x: -0.31776556, y: -0.26165944} + - {x: -0.25252327, y: -0.19603199} + - {x: -0.24788493, y: -0.10786152} + - {x: -0.1814428, y: -0.04421392} + - {x: -0.28888977, y: -0.086701095} + - {x: -0.22237101, y: -0.022680104} + - {x: -0.18278697, y: 0.056576} + - {x: -0.17048436, y: 0.1271706} + - {x: -0.22898093, y: 0.056576} + - {x: -0.21662681, y: 0.12699784} + - {x: -0.18278696, y: -0.5} + - {x: -0.18278696, y: 0.36} + - {x: -0.22898091, y: -0.5} + - {x: -0.22898091, y: 0.36} + - {x: 0.18278696, y: 0.36} + - {x: 0.18278696, y: -0.5} + - {x: 0.22898091, y: 0.36} + - {x: 0.22898091, y: -0.5} + - {x: 0.17122716, y: 0.12740643} + - {x: 0.18356861, y: 0.056818604} + - {x: 0.21736975, y: 0.12725906} + - {x: 0.22976252, y: 0.056843996} + - {x: -0.072277874, y: -0.17275615} + - {x: -0.14580624, y: -0.2280658} + - {x: -0.057625443, y: -0.2166211} + - {x: -0.13153471, y: -0.27194607} + - {x: -0.22086251, y: -0.20318142} + - {x: -0.28840965, y: -0.2666282} + - {x: -0.20376718, y: -0.24609563} + - {x: -0.2711426, y: -0.30953118} + - {x: -0.5, y: -1.36} + - {x: -1.2649541, y: -1.36} + - {x: -1.3076317, y: -1.3423223} + - {x: -1.3423223, y: -1.3076317} + - {x: -1.36, y: -1.2649541} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} + - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} + - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} + - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} + - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} + - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} + - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} + - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 1169 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta b/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta new file mode 100644 index 00000000..4352c46b --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f35d9e6f3f2554038ac2ecf676c67ee6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab b/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab new file mode 100644 index 00000000..19fb4306 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab @@ -0,0 +1,770 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &541306147181673603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 541306147181673615} + - component: {fileID: 541306147181673612} + - component: {fileID: 541306147181673613} + - component: {fileID: 541306147181673602} + m_Layer: 0 + m_Name: Corner_BottomRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &541306147181673615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} +--- !u!33 &541306147181673612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Mesh: {fileID: 0} +--- !u!23 &541306147181673613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &541306147181673602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000010000000300000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 160000001500000014000000160000001700000015000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 260000002500000024000000260000002700000025000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 320000003100000030000000320000003300000031000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 420000004100000040000000420000004300000041000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 460000004500000044000000460000004700000045000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 56000000 + - m_Vertices: 01000000 + - m_Vertices: 000000001d000000 + - m_Vertices: 0500000018000000 + - m_Vertices: 04000000 + - m_Vertices: 1100000055000000 + - m_Vertices: 020000001c000000380000003d000000 + - m_Vertices: 030000003c000000 + - m_Vertices: 1400000050000000 + - m_Vertices: 0600000041000000 + - m_Vertices: 07000000190000004000000045000000 + - m_Vertices: 090000001f000000 + - m_Vertices: 0b00000016000000 + - m_Vertices: 080000001e0000003400000039000000 + - m_Vertices: 0a000000170000003000000035000000 + - m_Vertices: 0c00000012000000480000004d000000 + - m_Vertices: 0d00000013000000 + - m_Vertices: 0e0000001b0000004400000049000000 + - m_Vertices: 0f0000001a000000 + - m_Vertices: 100000004c00000054000000 + - m_Vertices: 150000003100000051000000 + - m_Vertices: 200000004e00000053000000 + - m_Vertices: 21000000270000004a0000004f000000 + - m_Vertices: 220000003300000052000000 + - m_Vertices: 23000000250000003200000037000000 + - m_Vertices: 240000002a000000360000003b000000 + - m_Vertices: 2600000028000000460000004b000000 + - m_Vertices: 290000002f0000004200000047000000 + - m_Vertices: 2b0000002d0000003a0000003f000000 + - m_Vertices: 2c0000003e000000 + - m_Vertices: 2e00000043000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + m_Textures0: + - {x: -0.5, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: 0.36} + - {x: -1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.36} + - {x: 1.4049541, y: -0.5} + - {x: 1.4049541, y: 0.36} + - {x: -1.3818628, y: -0.74444354} + - {x: -0.5, y: -0.7378175} + - {x: -1.3280511, y: -0.6698118} + - {x: -0.5, y: -0.6763962} + - {x: -0.6698119, y: -1.3280511} + - {x: -0.6763963, y: -0.5} + - {x: -0.7444437, y: -1.3818629} + - {x: -0.7378177, y: -0.5} + - {x: -1.1052747, y: -1.2649541} + - {x: -1.1052747, y: -0.5} + - {x: -1.1731479, y: -1.3280505} + - {x: -1.1791204, y: -0.5} + - {x: -0.5, y: -1.0651343} + - {x: -1.2649541, y: -1.0651343} + - {x: -0.5, y: -1.1390446} + - {x: -1.3280506, y: -1.1329615} + - {x: 0.5, y: -0.24142924} + - {x: 1.4049541, y: -0.24142924} + - {x: 0.5, y: -0.16751885} + - {x: 1.3818623, y: -0.17364052} + - {x: -1.4049541, y: -0.17752111} + - {x: -0.5, y: -0.17752111} + - {x: -1.3818623, y: -0.10968565} + - {x: -0.5, y: -0.103675365} + - {x: -1.2285763, y: -1.1542164} + - {x: -1.2952838, y: -1.2183541} + - {x: -1.1944678, y: -1.1894796} + - {x: -1.2607903, y: -1.2540153} + - {x: -1.0876781, y: -0.9215627} + - {x: -1.0158919, y: -0.86350924} + - {x: -1.1184155, y: -0.8840068} + - {x: -1.0473152, y: -0.8251153} + - {x: -0.024265384, y: -0.56292295} + - {x: -0.02452991, y: -0.63441974} + - {x: 0.024265384, y: -0.56292295} + - {x: 0.02452991, y: -0.63441974} + - {x: 0.02452991, y: -0.5} + - {x: 0.02452991, y: 0.36} + - {x: -0.02452991, y: -0.5} + - {x: -0.02452991, y: 0.36} + - {x: -0.2753473, y: -0.2800855} + - {x: -0.21008927, y: -0.21428655} + - {x: -0.31776556, y: -0.26165944} + - {x: -0.25252327, y: -0.19603199} + - {x: -0.24788493, y: -0.10786152} + - {x: -0.1814428, y: -0.04421392} + - {x: -0.28888977, y: -0.086701095} + - {x: -0.22237101, y: -0.022680104} + - {x: -0.18278697, y: 0.056576} + - {x: -0.17048436, y: 0.1271706} + - {x: -0.22898093, y: 0.056576} + - {x: -0.21662681, y: 0.12699784} + - {x: -0.18278696, y: -0.5} + - {x: -0.18278696, y: 0.36} + - {x: -0.22898091, y: -0.5} + - {x: -0.22898091, y: 0.36} + - {x: 0.18278696, y: 0.36} + - {x: 0.18278696, y: -0.5} + - {x: 0.22898091, y: 0.36} + - {x: 0.22898091, y: -0.5} + - {x: 0.17122716, y: 0.12740643} + - {x: 0.18356861, y: 0.056818604} + - {x: 0.21736975, y: 0.12725906} + - {x: 0.22976252, y: 0.056843996} + - {x: -0.072277874, y: -0.17275615} + - {x: -0.14580624, y: -0.2280658} + - {x: -0.057625443, y: -0.2166211} + - {x: -0.13153471, y: -0.27194607} + - {x: -0.22086251, y: -0.20318142} + - {x: -0.28840965, y: -0.2666282} + - {x: -0.20376718, y: -0.24609563} + - {x: -0.2711426, y: -0.30953118} + - {x: -0.5, y: -1.36} + - {x: -1.2649541, y: -1.36} + - {x: -1.3076317, y: -1.3423223} + - {x: -1.3423223, y: -1.3076317} + - {x: -1.36, y: -1.2649541} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} + - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} + - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} + - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} + - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} + - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} + - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} + - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 1169 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta b/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta new file mode 100644 index 00000000..2ec5bebc --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7821c1cc45bdc44108e5fefd2bce3190 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab b/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab new file mode 100644 index 00000000..3efa2129 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab @@ -0,0 +1,770 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &541306147181673603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 541306147181673615} + - component: {fileID: 541306147181673612} + - component: {fileID: 541306147181673613} + - component: {fileID: 541306147181673602} + m_Layer: 0 + m_Name: Corner_TopLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &541306147181673615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} +--- !u!33 &541306147181673612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Mesh: {fileID: 0} +--- !u!23 &541306147181673613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &541306147181673602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000010000000300000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 160000001500000014000000160000001700000015000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 260000002500000024000000260000002700000025000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 320000003100000030000000320000003300000031000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 420000004100000040000000420000004300000041000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 460000004500000044000000460000004700000045000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 56000000 + - m_Vertices: 01000000 + - m_Vertices: 000000001d000000 + - m_Vertices: 0500000018000000 + - m_Vertices: 04000000 + - m_Vertices: 1100000055000000 + - m_Vertices: 020000001c000000380000003d000000 + - m_Vertices: 030000003c000000 + - m_Vertices: 1400000050000000 + - m_Vertices: 0600000041000000 + - m_Vertices: 07000000190000004000000045000000 + - m_Vertices: 090000001f000000 + - m_Vertices: 0b00000016000000 + - m_Vertices: 080000001e0000003400000039000000 + - m_Vertices: 0a000000170000003000000035000000 + - m_Vertices: 0c00000012000000480000004d000000 + - m_Vertices: 0d00000013000000 + - m_Vertices: 0e0000001b0000004400000049000000 + - m_Vertices: 0f0000001a000000 + - m_Vertices: 100000004c00000054000000 + - m_Vertices: 150000003100000051000000 + - m_Vertices: 200000004e00000053000000 + - m_Vertices: 21000000270000004a0000004f000000 + - m_Vertices: 220000003300000052000000 + - m_Vertices: 23000000250000003200000037000000 + - m_Vertices: 240000002a000000360000003b000000 + - m_Vertices: 2600000028000000460000004b000000 + - m_Vertices: 290000002f0000004200000047000000 + - m_Vertices: 2b0000002d0000003a0000003f000000 + - m_Vertices: 2c0000003e000000 + - m_Vertices: 2e00000043000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + m_Textures0: + - {x: -0.5, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: 0.36} + - {x: -1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.36} + - {x: 1.4049541, y: -0.5} + - {x: 1.4049541, y: 0.36} + - {x: -1.3818628, y: -0.74444354} + - {x: -0.5, y: -0.7378175} + - {x: -1.3280511, y: -0.6698118} + - {x: -0.5, y: -0.6763962} + - {x: -0.6698119, y: -1.3280511} + - {x: -0.6763963, y: -0.5} + - {x: -0.7444437, y: -1.3818629} + - {x: -0.7378177, y: -0.5} + - {x: -1.1052747, y: -1.2649541} + - {x: -1.1052747, y: -0.5} + - {x: -1.1731479, y: -1.3280505} + - {x: -1.1791204, y: -0.5} + - {x: -0.5, y: -1.0651343} + - {x: -1.2649541, y: -1.0651343} + - {x: -0.5, y: -1.1390446} + - {x: -1.3280506, y: -1.1329615} + - {x: 0.5, y: -0.24142924} + - {x: 1.4049541, y: -0.24142924} + - {x: 0.5, y: -0.16751885} + - {x: 1.3818623, y: -0.17364052} + - {x: -1.4049541, y: -0.17752111} + - {x: -0.5, y: -0.17752111} + - {x: -1.3818623, y: -0.10968565} + - {x: -0.5, y: -0.103675365} + - {x: -1.2285763, y: -1.1542164} + - {x: -1.2952838, y: -1.2183541} + - {x: -1.1944678, y: -1.1894796} + - {x: -1.2607903, y: -1.2540153} + - {x: -1.0876781, y: -0.9215627} + - {x: -1.0158919, y: -0.86350924} + - {x: -1.1184155, y: -0.8840068} + - {x: -1.0473152, y: -0.8251153} + - {x: -0.024265384, y: -0.56292295} + - {x: -0.02452991, y: -0.63441974} + - {x: 0.024265384, y: -0.56292295} + - {x: 0.02452991, y: -0.63441974} + - {x: 0.02452991, y: -0.5} + - {x: 0.02452991, y: 0.36} + - {x: -0.02452991, y: -0.5} + - {x: -0.02452991, y: 0.36} + - {x: -0.2753473, y: -0.2800855} + - {x: -0.21008927, y: -0.21428655} + - {x: -0.31776556, y: -0.26165944} + - {x: -0.25252327, y: -0.19603199} + - {x: -0.24788493, y: -0.10786152} + - {x: -0.1814428, y: -0.04421392} + - {x: -0.28888977, y: -0.086701095} + - {x: -0.22237101, y: -0.022680104} + - {x: -0.18278697, y: 0.056576} + - {x: -0.17048436, y: 0.1271706} + - {x: -0.22898093, y: 0.056576} + - {x: -0.21662681, y: 0.12699784} + - {x: -0.18278696, y: -0.5} + - {x: -0.18278696, y: 0.36} + - {x: -0.22898091, y: -0.5} + - {x: -0.22898091, y: 0.36} + - {x: 0.18278696, y: 0.36} + - {x: 0.18278696, y: -0.5} + - {x: 0.22898091, y: 0.36} + - {x: 0.22898091, y: -0.5} + - {x: 0.17122716, y: 0.12740643} + - {x: 0.18356861, y: 0.056818604} + - {x: 0.21736975, y: 0.12725906} + - {x: 0.22976252, y: 0.056843996} + - {x: -0.072277874, y: -0.17275615} + - {x: -0.14580624, y: -0.2280658} + - {x: -0.057625443, y: -0.2166211} + - {x: -0.13153471, y: -0.27194607} + - {x: -0.22086251, y: -0.20318142} + - {x: -0.28840965, y: -0.2666282} + - {x: -0.20376718, y: -0.24609563} + - {x: -0.2711426, y: -0.30953118} + - {x: -0.5, y: -1.36} + - {x: -1.2649541, y: -1.36} + - {x: -1.3076317, y: -1.3423223} + - {x: -1.3423223, y: -1.3076317} + - {x: -1.36, y: -1.2649541} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} + - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} + - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} + - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} + - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} + - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} + - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} + - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 1169 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta b/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta new file mode 100644 index 00000000..ee657fa4 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c502f419e330486f800e0588463fb98 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab b/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab new file mode 100644 index 00000000..24b83d22 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab @@ -0,0 +1,770 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &541306147181673603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 541306147181673615} + - component: {fileID: 541306147181673612} + - component: {fileID: 541306147181673613} + - component: {fileID: 541306147181673602} + m_Layer: 0 + m_Name: Corner_TopRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &541306147181673615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!33 &541306147181673612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Mesh: {fileID: 0} +--- !u!23 &541306147181673613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &541306147181673602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000010000000300000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 160000001500000014000000160000001700000015000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 260000002500000024000000260000002700000025000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 320000003100000030000000320000003300000031000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 420000004100000040000000420000004300000041000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 460000004500000044000000460000004700000045000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 56000000 + - m_Vertices: 01000000 + - m_Vertices: 000000001d000000 + - m_Vertices: 0500000018000000 + - m_Vertices: 04000000 + - m_Vertices: 1100000055000000 + - m_Vertices: 020000001c000000380000003d000000 + - m_Vertices: 030000003c000000 + - m_Vertices: 1400000050000000 + - m_Vertices: 0600000041000000 + - m_Vertices: 07000000190000004000000045000000 + - m_Vertices: 090000001f000000 + - m_Vertices: 0b00000016000000 + - m_Vertices: 080000001e0000003400000039000000 + - m_Vertices: 0a000000170000003000000035000000 + - m_Vertices: 0c00000012000000480000004d000000 + - m_Vertices: 0d00000013000000 + - m_Vertices: 0e0000001b0000004400000049000000 + - m_Vertices: 0f0000001a000000 + - m_Vertices: 100000004c00000054000000 + - m_Vertices: 150000003100000051000000 + - m_Vertices: 200000004e00000053000000 + - m_Vertices: 21000000270000004a0000004f000000 + - m_Vertices: 220000003300000052000000 + - m_Vertices: 23000000250000003200000037000000 + - m_Vertices: 240000002a000000360000003b000000 + - m_Vertices: 2600000028000000460000004b000000 + - m_Vertices: 290000002f0000004200000047000000 + - m_Vertices: 2b0000002d0000003a0000003f000000 + - m_Vertices: 2c0000003e000000 + - m_Vertices: 2e00000043000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.3280511, y: 0.4763716, z: -0.42362845} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.37072802, y: 0.4765122, z: -0.40581024} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.38186276, y: 0.423599, z: -0.47640097} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.4245397, y: 0.4234662, z: -0.4588561} + - {x: -0.40495408, y: -0.5, z: -0.5} + - {x: -0.40495408, y: 0.36, z: -0.5} + - {x: -0.44763172, y: -0.5, z: -0.48232234} + - {x: -0.44763172, y: 0.36, z: -0.48232234} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.5, y: -0.5, z: -0.40495408} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.48232234, y: -0.5, z: -0.44763172} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.5, y: 0.36, z: -0.40495408} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.48232234, y: 0.36, z: -0.44763172} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.47640097, y: 0.423599, z: -0.38186276} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: -0.4588561, y: 0.4234662, z: -0.4245397} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.42362845, y: 0.4763716, z: -0.3280511} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.40581024, y: 0.4765122, z: -0.37072802} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.2649541, y: 0.5, z: -0.36} + - {x: -0.30763173, y: 0.5, z: -0.34232235} + - {x: -0.34232235, y: 0.5, z: -0.30763173} + - {x: -0.36, y: 0.5, z: -0.2649541} + - {x: -0.36, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + m_Textures0: + - {x: -0.5, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: 0.36} + - {x: -1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.36} + - {x: 1.4049541, y: -0.5} + - {x: 1.4049541, y: 0.36} + - {x: -1.3818628, y: -0.74444354} + - {x: -0.5, y: -0.7378175} + - {x: -1.3280511, y: -0.6698118} + - {x: -0.5, y: -0.6763962} + - {x: -0.6698119, y: -1.3280511} + - {x: -0.6763963, y: -0.5} + - {x: -0.7444437, y: -1.3818629} + - {x: -0.7378177, y: -0.5} + - {x: -1.1052747, y: -1.2649541} + - {x: -1.1052747, y: -0.5} + - {x: -1.1731479, y: -1.3280505} + - {x: -1.1791204, y: -0.5} + - {x: -0.5, y: -1.0651343} + - {x: -1.2649541, y: -1.0651343} + - {x: -0.5, y: -1.1390446} + - {x: -1.3280506, y: -1.1329615} + - {x: 0.5, y: -0.24142924} + - {x: 1.4049541, y: -0.24142924} + - {x: 0.5, y: -0.16751885} + - {x: 1.3818623, y: -0.17364052} + - {x: -1.4049541, y: -0.17752111} + - {x: -0.5, y: -0.17752111} + - {x: -1.3818623, y: -0.10968565} + - {x: -0.5, y: -0.103675365} + - {x: -1.2285763, y: -1.1542164} + - {x: -1.2952838, y: -1.2183541} + - {x: -1.1944678, y: -1.1894796} + - {x: -1.2607903, y: -1.2540153} + - {x: -1.0876781, y: -0.9215627} + - {x: -1.0158919, y: -0.86350924} + - {x: -1.1184155, y: -0.8840068} + - {x: -1.0473152, y: -0.8251153} + - {x: -0.024265384, y: -0.56292295} + - {x: -0.02452991, y: -0.63441974} + - {x: 0.024265384, y: -0.56292295} + - {x: 0.02452991, y: -0.63441974} + - {x: 0.02452991, y: -0.5} + - {x: 0.02452991, y: 0.36} + - {x: -0.02452991, y: -0.5} + - {x: -0.02452991, y: 0.36} + - {x: -0.2753473, y: -0.2800855} + - {x: -0.21008927, y: -0.21428655} + - {x: -0.31776556, y: -0.26165944} + - {x: -0.25252327, y: -0.19603199} + - {x: -0.24788493, y: -0.10786152} + - {x: -0.1814428, y: -0.04421392} + - {x: -0.28888977, y: -0.086701095} + - {x: -0.22237101, y: -0.022680104} + - {x: -0.18278697, y: 0.056576} + - {x: -0.17048436, y: 0.1271706} + - {x: -0.22898093, y: 0.056576} + - {x: -0.21662681, y: 0.12699784} + - {x: -0.18278696, y: -0.5} + - {x: -0.18278696, y: 0.36} + - {x: -0.22898091, y: -0.5} + - {x: -0.22898091, y: 0.36} + - {x: 0.18278696, y: 0.36} + - {x: 0.18278696, y: -0.5} + - {x: 0.22898091, y: 0.36} + - {x: 0.22898091, y: -0.5} + - {x: 0.17122716, y: 0.12740643} + - {x: 0.18356861, y: 0.056818604} + - {x: 0.21736975, y: 0.12725906} + - {x: 0.22976252, y: 0.056843996} + - {x: -0.072277874, y: -0.17275615} + - {x: -0.14580624, y: -0.2280658} + - {x: -0.057625443, y: -0.2166211} + - {x: -0.13153471, y: -0.27194607} + - {x: -0.22086251, y: -0.20318142} + - {x: -0.28840965, y: -0.2666282} + - {x: -0.20376718, y: -0.24609563} + - {x: -0.2711426, y: -0.30953118} + - {x: -0.5, y: -1.36} + - {x: -1.2649541, y: -1.36} + - {x: -1.3076317, y: -1.3423223} + - {x: -1.3423223, y: -1.3076317} + - {x: -1.36, y: -1.2649541} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} + - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} + - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} + - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} + - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} + - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} + - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} + - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} + - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} + - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} + - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} + - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} + - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} + - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} + - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} + - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} + - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} + - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 1169 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta b/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta new file mode 100644 index 00000000..7f950ccc --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 68bb104bc7c7d43e38b7eb54c85bc24d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab b/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab new file mode 100644 index 00000000..e1e2fd66 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab @@ -0,0 +1,318 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8488269719562949212 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8488269719562949200} + - component: {fileID: 8488269719562949203} + - component: {fileID: 8488269719562949202} + - component: {fileID: 8488269719562949213} + m_Layer: 0 + m_Name: Edge_Bottom + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8488269719562949200 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8488269719562949203 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Mesh: {fileID: 0} +--- !u!23 &8488269719562949202 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &8488269719562949213 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 05000000 + - m_Vertices: 04000000 + - m_Vertices: 0000000011000000 + - m_Vertices: 01000000 + - m_Vertices: 02000000 + - m_Vertices: 0300000010000000 + - m_Vertices: 060000000d000000 + - m_Vertices: 070000000c000000 + - m_Vertices: 0800000012000000 + - m_Vertices: 0900000013000000 + - m_Vertices: 0a0000000f000000 + - m_Vertices: 0b0000000e000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + m_Textures0: + - {x: 0, y: 0.14} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0.14} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.36} + - {x: 0.5, y: -1.36} + - {x: -0.5, y: -0.7378175} + - {x: 0.5, y: -0.7378175} + - {x: -0.5, y: -0.6763962} + - {x: 0.5, y: -0.6763962} + - {x: 0.5, y: -0.14125484} + - {x: -0.5, y: -0.14125484} + - {x: 0.5, y: -0.21516523} + - {x: -0.5, y: -0.21516523} + - {x: -0.5, y: 0.14125463} + - {x: 0.5, y: 0.14125463} + - {x: -0.5, y: 0.215165} + - {x: 0.5, y: 0.215165} + m_Textures2: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Textures3: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 2583 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta b/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta new file mode 100644 index 00000000..7ed9df90 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3e087dfee206e4550b36f286e8fcde97 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Left.prefab b/Assets/Prefabs/Ground Tiles/Edge_Left.prefab new file mode 100644 index 00000000..3a40b756 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Left.prefab @@ -0,0 +1,318 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8488269719562949212 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8488269719562949200} + - component: {fileID: 8488269719562949203} + - component: {fileID: 8488269719562949202} + - component: {fileID: 8488269719562949213} + m_Layer: 0 + m_Name: Edge_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8488269719562949200 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} +--- !u!33 &8488269719562949203 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Mesh: {fileID: 0} +--- !u!23 &8488269719562949202 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &8488269719562949213 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 05000000 + - m_Vertices: 04000000 + - m_Vertices: 0000000011000000 + - m_Vertices: 01000000 + - m_Vertices: 02000000 + - m_Vertices: 0300000010000000 + - m_Vertices: 060000000d000000 + - m_Vertices: 070000000c000000 + - m_Vertices: 0800000012000000 + - m_Vertices: 0900000013000000 + - m_Vertices: 0a0000000f000000 + - m_Vertices: 0b0000000e000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + m_Textures0: + - {x: 0, y: 0.14} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0.14} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.36} + - {x: 0.5, y: -1.36} + - {x: -0.5, y: -0.7378175} + - {x: 0.5, y: -0.7378175} + - {x: -0.5, y: -0.6763962} + - {x: 0.5, y: -0.6763962} + - {x: 0.5, y: -0.14125484} + - {x: -0.5, y: -0.14125484} + - {x: 0.5, y: -0.21516523} + - {x: -0.5, y: -0.21516523} + - {x: -0.5, y: 0.14125463} + - {x: 0.5, y: 0.14125463} + - {x: -0.5, y: 0.215165} + - {x: 0.5, y: 0.215165} + m_Textures2: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Textures3: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 2583 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta b/Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta new file mode 100644 index 00000000..23150be4 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1d8956c60db5464b8135de67564c225 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab b/Assets/Prefabs/Ground Tiles/Edge_Right.prefab new file mode 100644 index 00000000..15cae22e --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Right.prefab @@ -0,0 +1,318 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8488269719562949212 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8488269719562949200} + - component: {fileID: 8488269719562949203} + - component: {fileID: 8488269719562949202} + - component: {fileID: 8488269719562949213} + m_Layer: 0 + m_Name: Edge_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8488269719562949200 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} +--- !u!33 &8488269719562949203 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Mesh: {fileID: 0} +--- !u!23 &8488269719562949202 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &8488269719562949213 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 05000000 + - m_Vertices: 04000000 + - m_Vertices: 0000000011000000 + - m_Vertices: 01000000 + - m_Vertices: 02000000 + - m_Vertices: 0300000010000000 + - m_Vertices: 060000000d000000 + - m_Vertices: 070000000c000000 + - m_Vertices: 0800000012000000 + - m_Vertices: 0900000013000000 + - m_Vertices: 0a0000000f000000 + - m_Vertices: 0b0000000e000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + m_Textures0: + - {x: 0, y: 0.14} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0.14} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.36} + - {x: 0.5, y: -1.36} + - {x: -0.5, y: -0.7378175} + - {x: 0.5, y: -0.7378175} + - {x: -0.5, y: -0.6763962} + - {x: 0.5, y: -0.6763962} + - {x: 0.5, y: -0.14125484} + - {x: -0.5, y: -0.14125484} + - {x: 0.5, y: -0.21516523} + - {x: -0.5, y: -0.21516523} + - {x: -0.5, y: 0.14125463} + - {x: 0.5, y: 0.14125463} + - {x: -0.5, y: 0.215165} + - {x: 0.5, y: 0.215165} + m_Textures2: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Textures3: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 2583 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta b/Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta new file mode 100644 index 00000000..4b2eedb7 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a55015d5fd5764a3e92c509d7314d26f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab b/Assets/Prefabs/Ground Tiles/Edge_Top.prefab new file mode 100644 index 00000000..9a8170e0 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Top.prefab @@ -0,0 +1,318 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8488269719562949212 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8488269719562949200} + - component: {fileID: 8488269719562949203} + - component: {fileID: 8488269719562949202} + - component: {fileID: 8488269719562949213} + m_Layer: 0 + m_Name: Edge_Top + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8488269719562949200 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!33 &8488269719562949203 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Mesh: {fileID: 0} +--- !u!23 &8488269719562949202 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &8488269719562949213 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8488269719562949212} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 120000001100000010000000120000001300000011000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 05000000 + - m_Vertices: 04000000 + - m_Vertices: 0000000011000000 + - m_Vertices: 01000000 + - m_Vertices: 02000000 + - m_Vertices: 0300000010000000 + - m_Vertices: 060000000d000000 + - m_Vertices: 070000000c000000 + - m_Vertices: 0800000012000000 + - m_Vertices: 0900000013000000 + - m_Vertices: 0a0000000f000000 + - m_Vertices: 0b0000000e000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.5, y: 0.5, z: -0.36} + - {x: 0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.47171572, z: -0.4282843} + - {x: -0.5, y: 0.36, z: -0.5} + - {x: 0.5, y: 0.36, z: -0.5} + - {x: -0.5, y: 0.4282843, z: -0.4717157} + - {x: 0.5, y: 0.4282843, z: -0.4717157} + m_Textures0: + - {x: 0, y: 0.14} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0.14} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.36} + - {x: 0.5, y: -1.36} + - {x: -0.5, y: -0.7378175} + - {x: 0.5, y: -0.7378175} + - {x: -0.5, y: -0.6763962} + - {x: 0.5, y: -0.6763962} + - {x: 0.5, y: -0.14125484} + - {x: -0.5, y: -0.14125484} + - {x: 0.5, y: -0.21516523} + - {x: -0.5, y: -0.21516523} + - {x: -0.5, y: 0.14125463} + - {x: 0.5, y: 0.14125463} + - {x: -0.5, y: 0.215165} + - {x: 0.5, y: 0.215165} + m_Textures2: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Textures3: + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + - {x: 0, y: 0, z: 0, w: 0} + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 2583 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta b/Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta new file mode 100644 index 00000000..23f84132 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 977868cb10524431984b67c681cb70c6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Middle Tile.prefab b/Assets/Prefabs/Ground Tiles/Middle Tile.prefab new file mode 100644 index 00000000..2141cc72 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Middle Tile.prefab @@ -0,0 +1,168 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6574902607274433330 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5774589072185128013} + - component: {fileID: 3286129345427360752} + - component: {fileID: 7779664865223129814} + - component: {fileID: 269560631552049339} + - component: {fileID: 424043441019218851} + m_Layer: 0 + m_Name: Middle Tile + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5774589072185128013 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6574902607274433330} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3286129345427360752 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6574902607274433330} + m_Mesh: {fileID: 0} +--- !u!23 &7779664865223129814 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6574902607274433330} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &269560631552049339 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6574902607274433330} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!114 &424043441019218851 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6574902607274433330} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000 + - m_Vertices: 03000000 + - m_Vertices: 01000000 + - m_Vertices: 02000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + m_Textures0: + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 7 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta b/Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta new file mode 100644 index 00000000..aee7ed9a --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b9eff07f2d3ab485c93a95cd5f597957 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab new file mode 100644 index 00000000..5a72ddac --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab @@ -0,0 +1,1375 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8340531866825338134 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8340531866825338140} + - component: {fileID: 8340531866825338131} + - component: {fileID: 8340531866825338130} + - component: {fileID: 8340531866825338129} + - component: {fileID: 8340531866825338128} + - component: {fileID: 8340531866825338135} + m_Layer: 0 + m_Name: WaterCorner_BottomLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8340531866825338140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} +--- !u!114 &8340531866825338131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000500000006000000070000000400000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 170000001500000016000000170000001400000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 2e0000002f00000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 310000003200000033000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 47000000490000004a000000470000004800000049000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 580000005900000056000000570000005800000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 600000006100000062000000600000006200000063000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 6e0000006f00000070000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 710000007200000073000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 740000007500000076000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 770000007800000079000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7a0000007b0000007c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7d0000007e0000007f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 800000008100000082000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 830000008400000085000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 860000008700000088000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 890000008a0000008b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8c0000008d0000008e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8f0000009000000091000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 920000009300000094000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 950000009600000097000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 98000000990000009a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9b0000009c0000009d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000190000004b000000 + - m_Vertices: 010000000c00000050000000 + - m_Vertices: 020000000f00000041000000 + - m_Vertices: 030000001800000040000000 + - m_Vertices: 04000000110000002d000000 + - m_Vertices: 05000000080000002c0000005c000000 + - m_Vertices: 060000000b0000002400000064000000 + - m_Vertices: 070000001200000028000000 + - m_Vertices: 09000000140000005b000000 + - m_Vertices: 0a0000001700000065000000 + - m_Vertices: 0d00000010000000290000004f000000 + - m_Vertices: 0e00000013000000270000003c000000 + - m_Vertices: 150000001c0000005a000000 + - m_Vertices: 160000001d00000066000000 + - m_Vertices: 1a000000350000004c0000007c0000007d000000 + - m_Vertices: 1b000000340000003f0000006e00000079000000 + - m_Vertices: 1e00000039000000670000009400000095000000 + - m_Vertices: 1f000000380000005f0000008600000091000000 + - m_Vertices: 2000000036000000450000007000000071000000 + - m_Vertices: 2100000037000000530000007a00000085000000 + - m_Vertices: 220000003b00000044000000920000009d000000 + - m_Vertices: 230000003a000000540000008800000089000000 + - m_Vertices: 250000002e000000690000006b000000 + - m_Vertices: 26000000300000003d0000004a000000 + - m_Vertices: 2a000000310000004e00000057000000 + - m_Vertices: 2b000000330000005d00000063000000 + - m_Vertices: 2f00000042000000470000006a000000 + - m_Vertices: 32000000510000005600000060000000 + - m_Vertices: 3e000000490000007600000077000000 + - m_Vertices: 430000006d0000009a0000009b000000 + - m_Vertices: 46000000480000007300000074000000 + - m_Vertices: 4d000000580000007f00000080000000 + - m_Vertices: 52000000590000008200000083000000 + - m_Vertices: 55000000610000008b0000008c000000 + - m_Vertices: 5e000000620000008e0000008f000000 + - m_Vertices: 680000006c0000009700000098000000 + - m_Vertices: 6f000000720000007500000078000000 + - m_Vertices: 7b0000007e0000008100000084000000 + - m_Vertices: 870000008a0000008d00000090000000 + - m_Vertices: 9300000096000000990000009c000000 + m_SharedTextures: [] + m_Positions: + - {x: 0, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071069} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: -0.5, z: 0.07071069} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.25} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.25} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + m_Textures0: + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 1} + - {x: 0, y: 0} + - {x: 0.15, y: 0} + - {x: 0.15, y: 1} + - {x: 1, y: 0} + - {x: 1, y: 1} + - {x: 0.85, y: 1} + - {x: 0.85, y: 0} + - {x: 0.63033015, y: 1} + - {x: 0.63033015, y: 0} + - {x: 0.7838835, y: 1} + - {x: 0.7838835, y: 0} + - {x: 0, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0.25, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.25, y: 0} + - {x: -0, y: -0.25} + - {x: -0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0.25, y: 0} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.25} + - {x: -0.32335785, y: 0.5} + - {x: -0.32335785, y: -0.5} + - {x: -0.13858193, y: 0.5} + - {x: -0.13858193, y: -0.5} + - {x: 0.32335788, y: -0.5} + - {x: 0.32335788, y: 0.5} + - {x: 0.13858196, y: -0.5} + - {x: 0.13858196, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.25, y: 0} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.35} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.17928934, y: 0.07071069} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.25, y: 0} + - {x: 0, y: 0.5} + - {x: 0, y: 0.35} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.25, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.17928934, y: 0.07071069} + - {x: 0.14999998, y: 0} + - {x: 0, y: 0} + - {x: -0.25, y: 0} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0, y: -0.25} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.35000002, y: 0} + - {x: 0, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: -0, y: -0.25} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0, y: -0.25} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.14999998, y: 0} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464467} + - {x: -0.07071066, y: 0.17928931} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464467} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.35} + - {x: 0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.35} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464464} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464464} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.35000002, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.35000002, y: 0} + - {x: -0.17928934, y: 0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: 0.07071066} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 3584 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8340531866825338130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626560 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 3554 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626560 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8340531866825338129 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8340531866825338128 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Mesh: {fileID: 0} +--- !u!64 &8340531866825338135 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta new file mode 100644 index 00000000..83ce6030 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f10d81e3e475145ff9e5caf18c16fce9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab new file mode 100644 index 00000000..93edd8e0 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab @@ -0,0 +1,1375 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8340531866825338134 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8340531866825338140} + - component: {fileID: 8340531866825338131} + - component: {fileID: 8340531866825338130} + - component: {fileID: 8340531866825338129} + - component: {fileID: 8340531866825338128} + - component: {fileID: 8340531866825338135} + m_Layer: 0 + m_Name: WaterCorner_BottomRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8340531866825338140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8340531866825338131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000500000006000000070000000400000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 170000001500000016000000170000001400000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 2e0000002f00000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 310000003200000033000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 47000000490000004a000000470000004800000049000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 580000005900000056000000570000005800000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 600000006100000062000000600000006200000063000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 6e0000006f00000070000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 710000007200000073000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 740000007500000076000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 770000007800000079000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7a0000007b0000007c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7d0000007e0000007f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 800000008100000082000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 830000008400000085000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 860000008700000088000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 890000008a0000008b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8c0000008d0000008e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8f0000009000000091000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 920000009300000094000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 950000009600000097000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 98000000990000009a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9b0000009c0000009d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000190000004b000000 + - m_Vertices: 010000000c00000050000000 + - m_Vertices: 020000000f00000041000000 + - m_Vertices: 030000001800000040000000 + - m_Vertices: 04000000110000002d000000 + - m_Vertices: 05000000080000002c0000005c000000 + - m_Vertices: 060000000b0000002400000064000000 + - m_Vertices: 070000001200000028000000 + - m_Vertices: 09000000140000005b000000 + - m_Vertices: 0a0000001700000065000000 + - m_Vertices: 0d00000010000000290000004f000000 + - m_Vertices: 0e00000013000000270000003c000000 + - m_Vertices: 150000001c0000005a000000 + - m_Vertices: 160000001d00000066000000 + - m_Vertices: 1a000000350000004c0000007c0000007d000000 + - m_Vertices: 1b000000340000003f0000006e00000079000000 + - m_Vertices: 1e00000039000000670000009400000095000000 + - m_Vertices: 1f000000380000005f0000008600000091000000 + - m_Vertices: 2000000036000000450000007000000071000000 + - m_Vertices: 2100000037000000530000007a00000085000000 + - m_Vertices: 220000003b00000044000000920000009d000000 + - m_Vertices: 230000003a000000540000008800000089000000 + - m_Vertices: 250000002e000000690000006b000000 + - m_Vertices: 26000000300000003d0000004a000000 + - m_Vertices: 2a000000310000004e00000057000000 + - m_Vertices: 2b000000330000005d00000063000000 + - m_Vertices: 2f00000042000000470000006a000000 + - m_Vertices: 32000000510000005600000060000000 + - m_Vertices: 3e000000490000007600000077000000 + - m_Vertices: 430000006d0000009a0000009b000000 + - m_Vertices: 46000000480000007300000074000000 + - m_Vertices: 4d000000580000007f00000080000000 + - m_Vertices: 52000000590000008200000083000000 + - m_Vertices: 55000000610000008b0000008c000000 + - m_Vertices: 5e000000620000008e0000008f000000 + - m_Vertices: 680000006c0000009700000098000000 + - m_Vertices: 6f000000720000007500000078000000 + - m_Vertices: 7b0000007e0000008100000084000000 + - m_Vertices: 870000008a0000008d00000090000000 + - m_Vertices: 9300000096000000990000009c000000 + m_SharedTextures: [] + m_Positions: + - {x: 0, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071069} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: -0.5, z: 0.07071069} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.25} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.25} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + m_Textures0: + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 1} + - {x: 0, y: 0} + - {x: 0.15, y: 0} + - {x: 0.15, y: 1} + - {x: 1, y: 0} + - {x: 1, y: 1} + - {x: 0.85, y: 1} + - {x: 0.85, y: 0} + - {x: 0.63033015, y: 1} + - {x: 0.63033015, y: 0} + - {x: 0.7838835, y: 1} + - {x: 0.7838835, y: 0} + - {x: 0, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0.25, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.25, y: 0} + - {x: -0, y: -0.25} + - {x: -0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0.25, y: 0} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.25} + - {x: -0.32335785, y: 0.5} + - {x: -0.32335785, y: -0.5} + - {x: -0.13858193, y: 0.5} + - {x: -0.13858193, y: -0.5} + - {x: 0.32335788, y: -0.5} + - {x: 0.32335788, y: 0.5} + - {x: 0.13858196, y: -0.5} + - {x: 0.13858196, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.25, y: 0} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.35} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.17928934, y: 0.07071069} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.25, y: 0} + - {x: 0, y: 0.5} + - {x: 0, y: 0.35} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.25, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.17928934, y: 0.07071069} + - {x: 0.14999998, y: 0} + - {x: 0, y: 0} + - {x: -0.25, y: 0} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0, y: -0.25} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.35000002, y: 0} + - {x: 0, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: -0, y: -0.25} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0, y: -0.25} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.14999998, y: 0} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464467} + - {x: -0.07071066, y: 0.17928931} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464467} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.35} + - {x: 0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.35} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464464} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464464} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.35000002, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.35000002, y: 0} + - {x: -0.17928934, y: 0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: 0.07071066} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 3584 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8340531866825338130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626560 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 3554 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626560 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8340531866825338129 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8340531866825338128 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Mesh: {fileID: 0} +--- !u!64 &8340531866825338135 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta new file mode 100644 index 00000000..d78ebef0 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8fd87be2631db4b868c4a3d073ed1d0c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab new file mode 100644 index 00000000..0a61b78c --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab @@ -0,0 +1,1375 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8340531866825338134 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8340531866825338140} + - component: {fileID: 8340531866825338131} + - component: {fileID: 8340531866825338130} + - component: {fileID: 8340531866825338129} + - component: {fileID: 8340531866825338128} + - component: {fileID: 8340531866825338135} + m_Layer: 0 + m_Name: WaterCorner_TopLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8340531866825338140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &8340531866825338131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000500000006000000070000000400000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 170000001500000016000000170000001400000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 2e0000002f00000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 310000003200000033000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 47000000490000004a000000470000004800000049000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 580000005900000056000000570000005800000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 600000006100000062000000600000006200000063000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 6e0000006f00000070000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 710000007200000073000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 740000007500000076000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 770000007800000079000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7a0000007b0000007c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7d0000007e0000007f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 800000008100000082000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 830000008400000085000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 860000008700000088000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 890000008a0000008b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8c0000008d0000008e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8f0000009000000091000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 920000009300000094000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 950000009600000097000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 98000000990000009a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9b0000009c0000009d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000190000004b000000 + - m_Vertices: 010000000c00000050000000 + - m_Vertices: 020000000f00000041000000 + - m_Vertices: 030000001800000040000000 + - m_Vertices: 04000000110000002d000000 + - m_Vertices: 05000000080000002c0000005c000000 + - m_Vertices: 060000000b0000002400000064000000 + - m_Vertices: 070000001200000028000000 + - m_Vertices: 09000000140000005b000000 + - m_Vertices: 0a0000001700000065000000 + - m_Vertices: 0d00000010000000290000004f000000 + - m_Vertices: 0e00000013000000270000003c000000 + - m_Vertices: 150000001c0000005a000000 + - m_Vertices: 160000001d00000066000000 + - m_Vertices: 1a000000350000004c0000007c0000007d000000 + - m_Vertices: 1b000000340000003f0000006e00000079000000 + - m_Vertices: 1e00000039000000670000009400000095000000 + - m_Vertices: 1f000000380000005f0000008600000091000000 + - m_Vertices: 2000000036000000450000007000000071000000 + - m_Vertices: 2100000037000000530000007a00000085000000 + - m_Vertices: 220000003b00000044000000920000009d000000 + - m_Vertices: 230000003a000000540000008800000089000000 + - m_Vertices: 250000002e000000690000006b000000 + - m_Vertices: 26000000300000003d0000004a000000 + - m_Vertices: 2a000000310000004e00000057000000 + - m_Vertices: 2b000000330000005d00000063000000 + - m_Vertices: 2f00000042000000470000006a000000 + - m_Vertices: 32000000510000005600000060000000 + - m_Vertices: 3e000000490000007600000077000000 + - m_Vertices: 430000006d0000009a0000009b000000 + - m_Vertices: 46000000480000007300000074000000 + - m_Vertices: 4d000000580000007f00000080000000 + - m_Vertices: 52000000590000008200000083000000 + - m_Vertices: 55000000610000008b0000008c000000 + - m_Vertices: 5e000000620000008e0000008f000000 + - m_Vertices: 680000006c0000009700000098000000 + - m_Vertices: 6f000000720000007500000078000000 + - m_Vertices: 7b0000007e0000008100000084000000 + - m_Vertices: 870000008a0000008d00000090000000 + - m_Vertices: 9300000096000000990000009c000000 + m_SharedTextures: [] + m_Positions: + - {x: 0, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071069} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: -0.5, z: 0.07071069} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.25} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.25} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + m_Textures0: + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 1} + - {x: 0, y: 0} + - {x: 0.15, y: 0} + - {x: 0.15, y: 1} + - {x: 1, y: 0} + - {x: 1, y: 1} + - {x: 0.85, y: 1} + - {x: 0.85, y: 0} + - {x: 0.63033015, y: 1} + - {x: 0.63033015, y: 0} + - {x: 0.7838835, y: 1} + - {x: 0.7838835, y: 0} + - {x: 0, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0.25, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.25, y: 0} + - {x: -0, y: -0.25} + - {x: -0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0.25, y: 0} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.25} + - {x: -0.32335785, y: 0.5} + - {x: -0.32335785, y: -0.5} + - {x: -0.13858193, y: 0.5} + - {x: -0.13858193, y: -0.5} + - {x: 0.32335788, y: -0.5} + - {x: 0.32335788, y: 0.5} + - {x: 0.13858196, y: -0.5} + - {x: 0.13858196, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.25, y: 0} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.35} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.17928934, y: 0.07071069} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.25, y: 0} + - {x: 0, y: 0.5} + - {x: 0, y: 0.35} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.25, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.17928934, y: 0.07071069} + - {x: 0.14999998, y: 0} + - {x: 0, y: 0} + - {x: -0.25, y: 0} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0, y: -0.25} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.35000002, y: 0} + - {x: 0, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: -0, y: -0.25} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0, y: -0.25} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.14999998, y: 0} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464467} + - {x: -0.07071066, y: 0.17928931} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464467} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.35} + - {x: 0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.35} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464464} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464464} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.35000002, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.35000002, y: 0} + - {x: -0.17928934, y: 0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: 0.07071066} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 3584 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8340531866825338130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626560 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 3554 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626560 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8340531866825338129 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8340531866825338128 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Mesh: {fileID: 0} +--- !u!64 &8340531866825338135 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta new file mode 100644 index 00000000..480e26a2 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b57c2ed759c29448bb348402ac58455f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab new file mode 100644 index 00000000..d6e84836 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab @@ -0,0 +1,1375 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8340531866825338134 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8340531866825338140} + - component: {fileID: 8340531866825338131} + - component: {fileID: 8340531866825338130} + - component: {fileID: 8340531866825338129} + - component: {fileID: 8340531866825338128} + - component: {fileID: 8340531866825338135} + m_Layer: 0 + m_Name: WaterCorner_TopRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8340531866825338140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} +--- !u!114 &8340531866825338131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000500000006000000070000000400000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 170000001500000016000000170000001400000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 220000002100000020000000220000002300000021000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 2e0000002f00000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 310000003200000033000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 47000000490000004a000000470000004800000049000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 580000005900000056000000570000005800000056000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 600000006100000062000000600000006200000063000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 6e0000006f00000070000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 710000007200000073000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 740000007500000076000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 770000007800000079000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7a0000007b0000007c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7d0000007e0000007f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 800000008100000082000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 830000008400000085000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 860000008700000088000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 890000008a0000008b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8c0000008d0000008e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8f0000009000000091000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 920000009300000094000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 950000009600000097000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 98000000990000009a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9b0000009c0000009d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000190000004b000000 + - m_Vertices: 010000000c00000050000000 + - m_Vertices: 020000000f00000041000000 + - m_Vertices: 030000001800000040000000 + - m_Vertices: 04000000110000002d000000 + - m_Vertices: 05000000080000002c0000005c000000 + - m_Vertices: 060000000b0000002400000064000000 + - m_Vertices: 070000001200000028000000 + - m_Vertices: 09000000140000005b000000 + - m_Vertices: 0a0000001700000065000000 + - m_Vertices: 0d00000010000000290000004f000000 + - m_Vertices: 0e00000013000000270000003c000000 + - m_Vertices: 150000001c0000005a000000 + - m_Vertices: 160000001d00000066000000 + - m_Vertices: 1a000000350000004c0000007c0000007d000000 + - m_Vertices: 1b000000340000003f0000006e00000079000000 + - m_Vertices: 1e00000039000000670000009400000095000000 + - m_Vertices: 1f000000380000005f0000008600000091000000 + - m_Vertices: 2000000036000000450000007000000071000000 + - m_Vertices: 2100000037000000530000007a00000085000000 + - m_Vertices: 220000003b00000044000000920000009d000000 + - m_Vertices: 230000003a000000540000008800000089000000 + - m_Vertices: 250000002e000000690000006b000000 + - m_Vertices: 26000000300000003d0000004a000000 + - m_Vertices: 2a000000310000004e00000057000000 + - m_Vertices: 2b000000330000005d00000063000000 + - m_Vertices: 2f00000042000000470000006a000000 + - m_Vertices: 32000000510000005600000060000000 + - m_Vertices: 3e000000490000007600000077000000 + - m_Vertices: 430000006d0000009a0000009b000000 + - m_Vertices: 46000000480000007300000074000000 + - m_Vertices: 4d000000580000007f00000080000000 + - m_Vertices: 52000000590000008200000083000000 + - m_Vertices: 55000000610000008b0000008c000000 + - m_Vertices: 5e000000620000008e0000008f000000 + - m_Vertices: 680000006c0000009700000098000000 + - m_Vertices: 6f000000720000007500000078000000 + - m_Vertices: 7b0000007e0000008100000084000000 + - m_Vertices: 870000008a0000008d00000090000000 + - m_Vertices: 9300000096000000990000009c000000 + m_SharedTextures: [] + m_Positions: + - {x: 0, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071069} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.17928934, y: -0.5, z: 0.07071069} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.25} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.25} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.35} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: -0.07071066, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0.07071069, y: 0.5, z: 0.17928931} + - {x: 0, y: 0.5, z: 0.21464467} + - {x: 0, y: 0.5, z: 0.35} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.35} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0.07071069, y: -0.5, z: 0.17928931} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.21464464} + - {x: -0.07071066, y: -0.5, z: 0.17928931} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.17928934, y: -0.5, z: 0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.14999998, y: -0.5, z: 0} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.17928934, y: -0.5, z: -0.07071066} + - {x: -0.21464467, y: -0.5, z: 0} + - {x: -0.35000002, y: -0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.35000002, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.17928934, y: 0.5, z: -0.07071066} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.14999998, y: 0.5, z: 0} + - {x: -0.21464467, y: 0.5, z: 0} + - {x: -0.17928934, y: 0.5, z: 0.07071066} + m_Textures0: + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 1} + - {x: 0, y: 0} + - {x: 0.15, y: 0} + - {x: 0.15, y: 1} + - {x: 1, y: 0} + - {x: 1, y: 1} + - {x: 0.85, y: 1} + - {x: 0.85, y: 0} + - {x: 0.63033015, y: 1} + - {x: 0.63033015, y: 0} + - {x: 0.7838835, y: 1} + - {x: 0.7838835, y: 0} + - {x: 0, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0.25, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.25, y: 0} + - {x: -0, y: -0.25} + - {x: -0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0.25, y: 0} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.25} + - {x: -0.32335785, y: 0.5} + - {x: -0.32335785, y: -0.5} + - {x: -0.13858193, y: 0.5} + - {x: -0.13858193, y: -0.5} + - {x: 0.32335788, y: -0.5} + - {x: 0.32335788, y: 0.5} + - {x: 0.13858196, y: -0.5} + - {x: 0.13858196, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.25, y: 0} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.35} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.17928934, y: 0.07071069} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.25, y: 0} + - {x: 0, y: 0.5} + - {x: 0, y: 0.35} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.25, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.17928934, y: 0.07071069} + - {x: 0.14999998, y: 0} + - {x: 0, y: 0} + - {x: -0.25, y: 0} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.15} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0, y: -0.25} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.35000002, y: 0} + - {x: 0, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: -0, y: -0.25} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: 0, y: -0.25} + - {x: 0, y: 0} + - {x: 0, y: -0.25} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.14999998, y: 0} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464467} + - {x: -0.07071066, y: 0.17928931} + - {x: -0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464467} + - {x: 0.07071069, y: 0.17928931} + - {x: 0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464467} + - {x: 0, y: 0.35} + - {x: 0.07071066, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.35} + - {x: 0, y: 0.35} + - {x: 0, y: 0.21464464} + - {x: -0.07071069, y: 0.17928931} + - {x: -0.07071069, y: 0.17928931} + - {x: 0, y: 0.21464464} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0.21464464} + - {x: 0.07071066, y: 0.17928931} + - {x: 0.35000002, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.17928934, y: 0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.14999998, y: 0} + - {x: 0.21464467, y: 0} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.17928934, y: -0.07071066} + - {x: 0.21464467, y: 0} + - {x: 0.35000002, y: 0} + - {x: -0.17928934, y: 0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.35000002, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.17928934, y: -0.07071066} + - {x: -0.21464467, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.14999998, y: 0} + - {x: -0.21464467, y: 0} + - {x: -0.17928934, y: 0.07071066} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 3584 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8340531866825338130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626560 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 3554 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626560 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8340531866825338129 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8340531866825338128 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Mesh: {fileID: 0} +--- !u!64 &8340531866825338135 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8340531866825338134} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta new file mode 100644 index 00000000..073f57fd --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 40e1bc6bd26ba42e19e53773e65b8654 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab new file mode 100644 index 00000000..aac3a5e1 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab @@ -0,0 +1,646 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3615316570346114800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3615316570346114794} + - component: {fileID: 3615316570346114805} + - component: {fileID: 3615316570346114804} + - component: {fileID: 3615316570346114807} + - component: {fileID: 3615316570346114806} + - component: {fileID: 3615316570346114801} + m_Layer: 0 + m_Name: WaterEdge_Bottom + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3615316570346114794 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} + m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} +--- !u!114 &3615316570346114805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000400000005000000060000000700000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 170000001400000015000000160000001700000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 200000002100000022000000230000002000000022000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 240000002500000026000000270000002400000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 28000000290000002a0000002b000000280000002a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 320000003000000031000000320000003300000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 350000003700000034000000350000003600000037000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + m_SharedVertices: + - m_Vertices: 000000001e00000030000000 + - m_Vertices: 010000001d00000020000000 + - m_Vertices: 02000000040000002300000028000000 + - m_Vertices: 03000000070000003100000038000000 + - m_Vertices: 05000000160000002b000000 + - m_Vertices: 060000001500000039000000 + - m_Vertices: 080000001b00000036000000 + - m_Vertices: 090000000c000000350000003e000000 + - m_Vertices: 0a0000000f000000260000002d000000 + - m_Vertices: 0b0000001800000025000000 + - m_Vertices: 0d000000110000003d000000 + - m_Vertices: 0e000000100000002e000000 + - m_Vertices: 12000000140000003a0000003c000000 + - m_Vertices: 13000000170000002a0000002f000000 + - m_Vertices: 190000001c0000002100000024000000 + - m_Vertices: 1a0000001f0000003300000037000000 + - m_Vertices: 2200000027000000290000002c000000 + - m_Vertices: 32000000340000003b0000003f000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0, z: 0} + m_Textures0: + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5117 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &3615316570346114804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626562 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 5095 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626562 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &3615316570346114807 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &3615316570346114806 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Mesh: {fileID: 0} +--- !u!64 &3615316570346114801 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta new file mode 100644 index 00000000..489835ba --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: de9aca4273b2c4f4996e6ef0ce4e2a97 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab new file mode 100644 index 00000000..afdd9d71 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab @@ -0,0 +1,646 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3615316570346114800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3615316570346114794} + - component: {fileID: 3615316570346114805} + - component: {fileID: 3615316570346114804} + - component: {fileID: 3615316570346114807} + - component: {fileID: 3615316570346114806} + - component: {fileID: 3615316570346114801} + m_Layer: 0 + m_Name: WaterEdge_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3615316570346114794 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3615316570346114805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000400000005000000060000000700000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 170000001400000015000000160000001700000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 200000002100000022000000230000002000000022000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 240000002500000026000000270000002400000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 28000000290000002a0000002b000000280000002a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 320000003000000031000000320000003300000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 350000003700000034000000350000003600000037000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + m_SharedVertices: + - m_Vertices: 000000001e00000030000000 + - m_Vertices: 010000001d00000020000000 + - m_Vertices: 02000000040000002300000028000000 + - m_Vertices: 03000000070000003100000038000000 + - m_Vertices: 05000000160000002b000000 + - m_Vertices: 060000001500000039000000 + - m_Vertices: 080000001b00000036000000 + - m_Vertices: 090000000c000000350000003e000000 + - m_Vertices: 0a0000000f000000260000002d000000 + - m_Vertices: 0b0000001800000025000000 + - m_Vertices: 0d000000110000003d000000 + - m_Vertices: 0e000000100000002e000000 + - m_Vertices: 12000000140000003a0000003c000000 + - m_Vertices: 13000000170000002a0000002f000000 + - m_Vertices: 190000001c0000002100000024000000 + - m_Vertices: 1a0000001f0000003300000037000000 + - m_Vertices: 2200000027000000290000002c000000 + - m_Vertices: 32000000340000003b0000003f000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0, z: 0} + m_Textures0: + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5117 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &3615316570346114804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626562 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 5095 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626562 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &3615316570346114807 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &3615316570346114806 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Mesh: {fileID: 0} +--- !u!64 &3615316570346114801 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta new file mode 100644 index 00000000..ff1b1aab --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 39b81eba48eeb4da3acdb6bdde8595e9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab new file mode 100644 index 00000000..d2cad9b1 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab @@ -0,0 +1,646 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3615316570346114800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3615316570346114794} + - component: {fileID: 3615316570346114805} + - component: {fileID: 3615316570346114804} + - component: {fileID: 3615316570346114807} + - component: {fileID: 3615316570346114806} + - component: {fileID: 3615316570346114801} + m_Layer: 0 + m_Name: WaterEdge_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3615316570346114794 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!114 &3615316570346114805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000400000005000000060000000700000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 170000001400000015000000160000001700000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 200000002100000022000000230000002000000022000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 240000002500000026000000270000002400000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 28000000290000002a0000002b000000280000002a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 320000003000000031000000320000003300000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 350000003700000034000000350000003600000037000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + m_SharedVertices: + - m_Vertices: 000000001e00000030000000 + - m_Vertices: 010000001d00000020000000 + - m_Vertices: 02000000040000002300000028000000 + - m_Vertices: 03000000070000003100000038000000 + - m_Vertices: 05000000160000002b000000 + - m_Vertices: 060000001500000039000000 + - m_Vertices: 080000001b00000036000000 + - m_Vertices: 090000000c000000350000003e000000 + - m_Vertices: 0a0000000f000000260000002d000000 + - m_Vertices: 0b0000001800000025000000 + - m_Vertices: 0d000000110000003d000000 + - m_Vertices: 0e000000100000002e000000 + - m_Vertices: 12000000140000003a0000003c000000 + - m_Vertices: 13000000170000002a0000002f000000 + - m_Vertices: 190000001c0000002100000024000000 + - m_Vertices: 1a0000001f0000003300000037000000 + - m_Vertices: 2200000027000000290000002c000000 + - m_Vertices: 32000000340000003b0000003f000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0, z: 0} + m_Textures0: + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5117 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &3615316570346114804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626562 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 5095 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626562 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &3615316570346114807 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &3615316570346114806 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Mesh: {fileID: 0} +--- !u!64 &3615316570346114801 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta new file mode 100644 index 00000000..98c495c9 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d86b4c9b86f644c3a6f357a034a1aa1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab new file mode 100644 index 00000000..3fd6077f --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab @@ -0,0 +1,646 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3615316570346114800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3615316570346114794} + - component: {fileID: 3615316570346114805} + - component: {fileID: 3615316570346114804} + - component: {fileID: 3615316570346114807} + - component: {fileID: 3615316570346114806} + - component: {fileID: 3615316570346114801} + m_Layer: 0 + m_Name: WaterEdge_Top + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3615316570346114794 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} + m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} +--- !u!114 &3615316570346114805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 070000000400000005000000060000000700000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 170000001400000015000000160000001700000015000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 200000002100000022000000230000002000000022000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 240000002500000026000000270000002400000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 28000000290000002a0000002b000000280000002a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 320000003000000031000000320000003300000030000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 350000003700000034000000350000003600000037000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + m_SharedVertices: + - m_Vertices: 000000001e00000030000000 + - m_Vertices: 010000001d00000020000000 + - m_Vertices: 02000000040000002300000028000000 + - m_Vertices: 03000000070000003100000038000000 + - m_Vertices: 05000000160000002b000000 + - m_Vertices: 060000001500000039000000 + - m_Vertices: 080000001b00000036000000 + - m_Vertices: 090000000c000000350000003e000000 + - m_Vertices: 0a0000000f000000260000002d000000 + - m_Vertices: 0b0000001800000025000000 + - m_Vertices: 0d000000110000003d000000 + - m_Vertices: 0e000000100000002e000000 + - m_Vertices: 12000000140000003a0000003c000000 + - m_Vertices: 13000000170000002a0000002f000000 + - m_Vertices: 190000001c0000002100000024000000 + - m_Vertices: 1a0000001f0000003300000037000000 + - m_Vertices: 2200000027000000290000002c000000 + - m_Vertices: 32000000340000003b0000003f000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0, z: -0.5} + - {x: -0.5, y: 0, z: 0} + m_Textures0: + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5117 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &3615316570346114804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536435762626562 + m_Size: {x: -1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 5095 + m_ShapeBox: + m_Center: {x: -0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536435762626562 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &3615316570346114807 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &3615316570346114806 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Mesh: {fileID: 0} +--- !u!64 &3615316570346114801 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3615316570346114800} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta b/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta new file mode 100644 index 00000000..7a82ae0c --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fb1ec66424c0441df9b457a21856ad90 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab b/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab new file mode 100644 index 00000000..b59e1903 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab @@ -0,0 +1,1695 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &541306147181673603 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 541306147181673615} + - component: {fileID: 541306147181673612} + - component: {fileID: 541306147181673613} + - component: {fileID: 541306147181673602} + m_Layer: 0 + m_Name: _Reference Tile + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &541306147181673615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 11.410858, y: -5.7919617, z: 6.4732323} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &541306147181673612 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Mesh: {fileID: 0} +--- !u!23 &541306147181673613 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!114 &541306147181673602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 541306147181673603} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000040000000600000007000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 08000000090000000a000000080000000a0000000b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0c0000000d0000000e0000000c0000000e0000000f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 100000001100000012000000100000001200000013000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 140000001500000016000000140000001600000017000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 18000000190000001a000000190000001b0000001a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1c0000001d0000001e0000001d0000001f0000001e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 200000002100000022000000210000002300000022000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 240000002500000026000000250000002700000026000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 28000000290000002a000000290000002b0000002a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2c0000002d0000002e0000002d0000002f0000002e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 300000003100000032000000310000003300000032000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 340000003500000036000000350000003700000036000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 38000000390000003a000000390000003b0000003a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3c0000003d0000003e0000003d0000003f0000003e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 400000004100000042000000410000004300000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 440000004500000046000000450000004700000046000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 48000000490000004a000000490000004b0000004a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4c0000004d0000004e0000004d0000004f0000004e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 520000005100000050000000520000005300000051000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 560000005500000054000000560000005700000055000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 5a00000059000000580000005a0000005b00000059000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 5e0000005d0000005c0000005e0000005f0000005d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 620000006100000060000000620000006300000061000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 660000006500000064000000660000006700000065000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 6a00000069000000680000006a0000006b00000069000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 6e0000006d0000006c0000006e0000006f0000006d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 720000007100000070000000720000007300000071000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 760000007500000074000000760000007700000075000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 7a00000079000000780000007a0000007b00000079000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 7e0000007d0000007c0000007e0000007f0000007d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 820000008300000084000000860000008000000081000000860000008100000082000000860000008200000084000000860000008400000085000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 8a0000008b0000008c0000008d000000870000008c000000870000008800000089000000890000008c000000870000008c000000890000008a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 900000008f0000008e00000090000000910000008f000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 940000009300000092000000940000009500000093000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 980000009700000096000000980000009900000097000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 9c0000009b0000009a0000009c0000009d0000009b000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: a00000009f0000009e000000a0000000a10000009f000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: a4000000a3000000a2000000a4000000a5000000a3000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: a8000000a7000000a6000000a8000000a9000000a7000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: ac000000ab000000aa000000ac000000ad000000ab000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: b0000000af000000ae000000b0000000b1000000af000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: b4000000b3000000b2000000b4000000b5000000b3000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: b8000000b7000000b6000000b8000000b9000000b7000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: bc000000bb000000ba000000bc000000bd000000bb000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: c0000000bf000000be000000c0000000c1000000bf000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: c4000000c3000000c2000000c4000000c5000000c3000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: c8000000c7000000c6000000c8000000c9000000c7000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: d0000000ca000000cb000000cb000000cc000000cd000000ce000000cb000000cd000000ce000000cf000000cb000000cb000000cf000000d0000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: d7000000d1000000d5000000d5000000d1000000d2000000d3000000d5000000d2000000d3000000d4000000d5000000d5000000d6000000d7000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 00000000170000003500000038000000 + - m_Vertices: 010000000400000016000000 + - m_Vertices: 02000000070000001800000085000000 + - m_Vertices: 030000002c0000003900000084000000 + - m_Vertices: 05000000150000003d0000008d000000 + - m_Vertices: 06000000190000003c000000d0000000 + - m_Vertices: 080000007d00000089000000 + - m_Vertices: 09000000250000004a00000088000000 + - m_Vertices: 0a0000001d0000002400000029000000 + - m_Vertices: 0b0000001c000000790000007c000000 + - m_Vertices: 0c00000036000000490000004c000000 + - m_Vertices: 0d000000370000003a000000 + - m_Vertices: 0e000000210000002e0000003b000000 + - m_Vertices: 0f000000200000004d000000d7000000 + - m_Vertices: 100000002d0000003000000083000000 + - m_Vertices: 110000007000000082000000 + - m_Vertices: 12000000450000007100000074000000 + - m_Vertices: 13000000310000004100000044000000 + - m_Vertices: 14000000340000004800000087000000 + - m_Vertices: 1a0000006500000086000000 + - m_Vertices: 1b0000006100000064000000cf000000 + - m_Vertices: 1e00000078000000aa000000af000000 + - m_Vertices: 1f00000028000000ae000000b3000000 + - m_Vertices: 220000003300000040000000d1000000 + - m_Vertices: 230000002f00000032000000 + - m_Vertices: 260000002b0000004f000000d6000000 + - m_Vertices: 270000004b0000004e000000 + - m_Vertices: 2a000000b2000000d5000000 + - m_Vertices: 3e000000680000006d000000ca000000 + - m_Vertices: 3f0000006c0000008c000000 + - m_Vertices: 42000000b7000000d2000000 + - m_Vertices: 4300000046000000b6000000bb000000 + - m_Vertices: 4700000075000000ba000000bf000000 + - m_Vertices: 50000000550000007b0000007e000000 + - m_Vertices: 510000007f0000008a000000 + - m_Vertices: 52000000570000006a0000006f000000 + - m_Vertices: 530000006e0000008b000000 + - m_Vertices: 540000007a000000a6000000ab000000 + - m_Vertices: 560000006b000000a2000000a7000000 + - m_Vertices: 5800000062000000c2000000c7000000 + - m_Vertices: 590000005f0000006300000066000000 + - m_Vertices: 5a00000077000000be000000c3000000 + - m_Vertices: 5b0000005d0000007300000076000000 + - m_Vertices: 5c0000007200000081000000 + - m_Vertices: 5e0000006700000080000000 + - m_Vertices: 60000000c6000000ce000000 + - m_Vertices: 69000000a3000000cb000000 + - m_Vertices: 8e000000c8000000cd000000 + - m_Vertices: 8f00000095000000c4000000c9000000 + - m_Vertices: 90000000a5000000cc000000 + - m_Vertices: 9100000093000000a4000000a9000000 + - m_Vertices: 9200000098000000a8000000ad000000 + - m_Vertices: 9400000096000000c0000000c5000000 + - m_Vertices: 970000009d000000bc000000c1000000 + - m_Vertices: 990000009b000000ac000000b1000000 + - m_Vertices: 9a0000009f000000b0000000b5000000 + - m_Vertices: 9c000000a1000000b8000000bd000000 + - m_Vertices: 9e000000b4000000d4000000 + - m_Vertices: a0000000b9000000d3000000 + m_SharedTextures: [] + m_Positions: + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: 0.36, z: -1.5} + - {x: 0.5, y: -0.5, z: -1.5} + - {x: -0.5, y: -0.5, z: -1.5} + - {x: -0.5, y: 0.36, z: -1.5} + - {x: 0.5, y: -1.5, z: -0.5} + - {x: 0.5, y: -1.5, z: 0.5} + - {x: -0.5, y: -1.5, z: 0.5} + - {x: -0.5, y: -1.5, z: -0.5} + - {x: -1.5, y: -0.5, z: 0.5} + - {x: -1.5, y: 0.36, z: 0.5} + - {x: -1.5, y: 0.36, z: -0.5} + - {x: -1.5, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -1.36, y: 0.5, z: 0.5} + - {x: -1.36, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.36, z: -1.5} + - {x: -0.5, y: -0.5, z: -1.5} + - {x: -1.4049541, y: 0.36, z: -1.5} + - {x: -1.4049541, y: -0.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -0.5} + - {x: -0.5, y: -1.5, z: 0.5} + - {x: -1.5, y: -1.5, z: -0.5} + - {x: -1.5, y: -1.5, z: 0.5} + - {x: -0.5, y: -0.5, z: -1.5} + - {x: 0.5, y: -0.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -1.5} + - {x: 0.5, y: -1.5, z: -1.5} + - {x: -1.4049541, y: -0.5, z: -1.5} + - {x: -0.5, y: -0.5, z: -1.5} + - {x: -1.4049541, y: -1.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -1.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -1.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -1.5, z: 0.5} + - {x: -1.5, y: -1.5, z: 0.5} + - {x: -1.5, y: -0.5, z: 0.5} + - {x: -1.5, y: -0.5, z: -0.5} + - {x: -1.5, y: -1.5, z: 0.5} + - {x: -1.5, y: -1.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -1.5, z: -0.5} + - {x: 0.5, y: -1.5, z: 0.5} + - {x: 0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0.5, y: -1.5, z: 0.5} + - {x: -0.5, y: -1.5, z: 0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -1.36} + - {x: 0.5, y: 0.5, z: -1.36} + - {x: -1.5, y: -1.5, z: -0.5} + - {x: -1.5, y: -0.5, z: -0.5} + - {x: -1.5, y: -1.5, z: -1.4049541} + - {x: -1.5, y: -0.5, z: -1.4049541} + - {x: -1.5, y: -0.5, z: -0.5} + - {x: -1.5, y: 0.36, z: -0.5} + - {x: -1.5, y: -0.5, z: -1.4049541} + - {x: -1.5, y: 0.36, z: -1.4049541} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: -1.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -1.5} + - {x: 0.5, y: -1.5, z: -1.5} + - {x: 0.5, y: -1.5, z: -0.5} + - {x: -0.5, y: -1.5, z: -0.5} + - {x: 0.5, y: -1.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -1.5} + - {x: -0.5, y: 0.4282843, z: -1.4717157} + - {x: 0.5, y: 0.4282843, z: -1.4717157} + - {x: -0.5, y: 0.47171572, z: -1.4282843} + - {x: 0.5, y: 0.47171572, z: -1.4282843} + - {x: -1.3818628, y: 0.423599, z: -1.476401} + - {x: -0.5, y: 0.4282843, z: -1.4717157} + - {x: -1.3280511, y: 0.4763716, z: -1.4236284} + - {x: -0.5, y: 0.47171572, z: -1.4282843} + - {x: -1.4236284, y: 0.4763716, z: -1.3280511} + - {x: -1.4282843, y: 0.47171572, z: -0.5} + - {x: -1.476401, y: 0.423599, z: -1.3818628} + - {x: -1.4717157, y: 0.4282843, z: -0.5} + - {x: -1.4717157, y: 0.4282843, z: 0.5} + - {x: -1.4717157, y: 0.4282843, z: -0.5} + - {x: -1.4282843, y: 0.47171572, z: 0.5} + - {x: -1.4282843, y: 0.47171572, z: -0.5} + - {x: -1.36, y: 0.5, z: -1.2649541} + - {x: -1.36, y: 0.5, z: -0.5} + - {x: -1.4236284, y: 0.4763716, z: -1.3280511} + - {x: -1.4282843, y: 0.47171572, z: -0.5} + - {x: -1.36, y: 0.5, z: -0.5} + - {x: -1.36, y: 0.5, z: 0.5} + - {x: -1.4282843, y: 0.47171572, z: -0.5} + - {x: -1.4282843, y: 0.47171572, z: 0.5} + - {x: -0.5, y: 0.5, z: -1.36} + - {x: -1.2649541, y: 0.5, z: -1.36} + - {x: -0.5, y: 0.47171572, z: -1.4282843} + - {x: -1.3280511, y: 0.4763716, z: -1.4236284} + - {x: 0.5, y: 0.5, z: -1.36} + - {x: -0.5, y: 0.5, z: -1.36} + - {x: 0.5, y: 0.47171572, z: -1.4282843} + - {x: -0.5, y: 0.47171572, z: -1.4282843} + - {x: -1.5, y: 0.36, z: 0.5} + - {x: -1.5, y: 0.36, z: -0.5} + - {x: -1.4717157, y: 0.4282843, z: 0.5} + - {x: -1.4717157, y: 0.4282843, z: -0.5} + - {x: -1.5, y: 0.36, z: -0.5} + - {x: -1.5, y: 0.36, z: -1.4049541} + - {x: -1.4717157, y: 0.4282843, z: -0.5} + - {x: -1.476401, y: 0.423599, z: -1.3818628} + - {x: -1.4049541, y: 0.36, z: -1.5} + - {x: -0.5, y: 0.36, z: -1.5} + - {x: -1.3818628, y: 0.423599, z: -1.476401} + - {x: -0.5, y: 0.4282843, z: -1.4717157} + - {x: -0.5, y: 0.36, z: -1.5} + - {x: 0.5, y: 0.36, z: -1.5} + - {x: -0.5, y: 0.4282843, z: -1.4717157} + - {x: 0.5, y: 0.4282843, z: -1.4717157} + - {x: -1.4282843, y: 0.47171572, z: 0.5} + - {x: -1.4717157, y: 0.4282843, z: 0.5} + - {x: -1.5, y: 0.36, z: 0.5} + - {x: -1.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -1.36, y: 0.5, z: 0.5} + - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: -1.5} + - {x: 0.5, y: 0.36, z: -1.5} + - {x: 0.5, y: 0.4282843, z: -1.4717157} + - {x: 0.5, y: 0.47171572, z: -1.4282843} + - {x: 0.5, y: 0.5, z: -1.36} + - {x: 0.5, y: 0.5, z: -0.5} + - {x: -1.3423223, y: 0.5, z: -1.3076317} + - {x: -1.4058102, y: 0.47651216, z: -1.370728} + - {x: -1.3076317, y: 0.5, z: -1.3423223} + - {x: -1.370728, y: 0.47651216, z: -1.4058102} + - {x: -1.4245397, y: 0.42346618, z: -1.4588561} + - {x: -1.370728, y: 0.47651216, z: -1.4058102} + - {x: -1.4588561, y: 0.42346618, z: -1.4245397} + - {x: -1.4058102, y: 0.47651216, z: -1.370728} + - {x: -1.4588561, y: 0.42346618, z: -1.4245397} + - {x: -1.4823223, y: 0.36, z: -1.4476317} + - {x: -1.4245397, y: 0.42346618, z: -1.4588561} + - {x: -1.4476317, y: 0.36, z: -1.4823223} + - {x: -1.4476317, y: -0.5, z: -1.4823223} + - {x: -1.4476317, y: 0.36, z: -1.4823223} + - {x: -1.4823223, y: -0.5, z: -1.4476317} + - {x: -1.4823223, y: 0.36, z: -1.4476317} + - {x: -1.4476317, y: -1.5, z: -1.4823223} + - {x: -1.4476317, y: -0.5, z: -1.4823223} + - {x: -1.4823223, y: -1.5, z: -1.4476317} + - {x: -1.4823223, y: -0.5, z: -1.4476317} + - {x: -1.3280511, y: 0.4763716, z: -1.4236284} + - {x: -1.2649541, y: 0.5, z: -1.36} + - {x: -1.370728, y: 0.47651216, z: -1.4058102} + - {x: -1.3076317, y: 0.5, z: -1.3423223} + - {x: -1.3818628, y: 0.423599, z: -1.476401} + - {x: -1.3280511, y: 0.4763716, z: -1.4236284} + - {x: -1.4245397, y: 0.42346618, z: -1.4588561} + - {x: -1.370728, y: 0.47651216, z: -1.4058102} + - {x: -1.4049541, y: 0.36, z: -1.5} + - {x: -1.3818628, y: 0.423599, z: -1.476401} + - {x: -1.4476317, y: 0.36, z: -1.4823223} + - {x: -1.4245397, y: 0.42346618, z: -1.4588561} + - {x: -1.4049541, y: -0.5, z: -1.5} + - {x: -1.4049541, y: 0.36, z: -1.5} + - {x: -1.4476317, y: -0.5, z: -1.4823223} + - {x: -1.4476317, y: 0.36, z: -1.4823223} + - {x: -1.4049541, y: -1.5, z: -1.5} + - {x: -1.4049541, y: -0.5, z: -1.5} + - {x: -1.4476317, y: -1.5, z: -1.4823223} + - {x: -1.4476317, y: -0.5, z: -1.4823223} + - {x: -1.5, y: -0.5, z: -1.4049541} + - {x: -1.5, y: -1.5, z: -1.4049541} + - {x: -1.4823223, y: -0.5, z: -1.4476317} + - {x: -1.4823223, y: -1.5, z: -1.4476317} + - {x: -1.5, y: 0.36, z: -1.4049541} + - {x: -1.5, y: -0.5, z: -1.4049541} + - {x: -1.4823223, y: 0.36, z: -1.4476317} + - {x: -1.4823223, y: -0.5, z: -1.4476317} + - {x: -1.476401, y: 0.423599, z: -1.3818628} + - {x: -1.5, y: 0.36, z: -1.4049541} + - {x: -1.4588561, y: 0.42346618, z: -1.4245397} + - {x: -1.4823223, y: 0.36, z: -1.4476317} + - {x: -1.4236284, y: 0.4763716, z: -1.3280511} + - {x: -1.476401, y: 0.423599, z: -1.3818628} + - {x: -1.4058102, y: 0.47651216, z: -1.370728} + - {x: -1.4588561, y: 0.42346618, z: -1.4245397} + - {x: -1.36, y: 0.5, z: -1.2649541} + - {x: -1.4236284, y: 0.4763716, z: -1.3280511} + - {x: -1.3423223, y: 0.5, z: -1.3076317} + - {x: -1.4058102, y: 0.47651216, z: -1.370728} + - {x: -0.5, y: 0.5, z: -1.36} + - {x: -1.2649541, y: 0.5, z: -1.36} + - {x: -1.3076317, y: 0.5, z: -1.3423223} + - {x: -1.3423223, y: 0.5, z: -1.3076317} + - {x: -1.36, y: 0.5, z: -1.2649541} + - {x: -1.36, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -1.5, y: -1.5, z: -0.5} + - {x: -1.5, y: -1.5, z: -1.4049541} + - {x: -1.4823223, y: -1.5, z: -1.4476317} + - {x: -1.4476317, y: -1.5, z: -1.4823223} + - {x: -1.4049541, y: -1.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -1.5} + - {x: -0.5, y: -1.5, z: -0.5} + m_Textures0: + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0} + - {x: 0, y: 0.14} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0.14} + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.85999995} + - {x: 1, y: 0.85999995} + - {x: 1, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: 1, y: 1} + - {x: 1, y: 0} + - {x: -0.5, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -1.36, y: 0.5} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: 0.36} + - {x: -1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.5} + - {x: 1.5, y: -0.5} + - {x: 1.5, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: -1.4049541, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -1.4049541, y: -1.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -0.5} + - {x: 1.5, y: -0.5} + - {x: 0.5, y: -1.5} + - {x: 1.5, y: -1.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.36} + - {x: 0.5, y: -1.36} + - {x: 0.5, y: -1.5} + - {x: 0.5, y: -0.5} + - {x: 1.4049541, y: -1.5} + - {x: 1.4049541, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.36} + - {x: 1.4049541, y: -0.5} + - {x: 1.4049541, y: 0.36} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: -1.5, y: -0.5} + - {x: -1.5, y: -1.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: -0.5, y: -0.7378175} + - {x: 0.5, y: -0.7378175} + - {x: -0.5, y: -0.6763962} + - {x: 0.5, y: -0.6763962} + - {x: -1.3818628, y: -0.74444354} + - {x: -0.5, y: -0.7378175} + - {x: -1.3280511, y: -0.6698118} + - {x: -0.5, y: -0.6763962} + - {x: -0.6698119, y: -1.3280511} + - {x: -0.6763963, y: -0.5} + - {x: -0.7444437, y: -1.3818629} + - {x: -0.7378177, y: -0.5} + - {x: -0.73781765, y: 0.5} + - {x: -0.73781765, y: -0.5} + - {x: -0.6763963, y: 0.5} + - {x: -0.6763963, y: -0.5} + - {x: -1.1052747, y: -1.2649541} + - {x: -1.1052747, y: -0.5} + - {x: -1.1731479, y: -1.3280505} + - {x: -1.1791204, y: -0.5} + - {x: -1.0651344, y: -0.5} + - {x: -1.0651344, y: 0.5} + - {x: -1.1390448, y: -0.5} + - {x: -1.1390448, y: 0.5} + - {x: -0.5, y: -1.0651343} + - {x: -1.2649541, y: -1.0651343} + - {x: -0.5, y: -1.1390446} + - {x: -1.3280506, y: -1.1329615} + - {x: 0.5, y: -1.0651343} + - {x: -0.5, y: -1.0651343} + - {x: 0.5, y: -1.1390446} + - {x: -0.5, y: -1.1390446} + - {x: -0.5, y: -0.24142924} + - {x: 0.5, y: -0.24142924} + - {x: -0.5, y: -0.16751885} + - {x: 0.5, y: -0.16751885} + - {x: 0.5, y: -0.24142924} + - {x: 1.4049541, y: -0.24142924} + - {x: 0.5, y: -0.16751885} + - {x: 1.3818623, y: -0.17364052} + - {x: -1.4049541, y: -0.17752111} + - {x: -0.5, y: -0.17752111} + - {x: -1.3818623, y: -0.10968565} + - {x: -0.5, y: -0.103675365} + - {x: -0.5, y: -0.24142924} + - {x: 0.5, y: -0.24142924} + - {x: -0.5, y: -0.16751885} + - {x: 0.5, y: -0.16751885} + - {x: 1.4282843, y: 0.47171572} + - {x: 1.4717157, y: 0.4282843} + - {x: 1.5, y: 0.36} + - {x: 1.5, y: -0.5} + - {x: 0.5, y: -0.5} + - {x: 0.5, y: 0.5} + - {x: 1.36, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -1.5, y: -0.5} + - {x: -1.5, y: 0.36} + - {x: -1.4717157, y: 0.4282843} + - {x: -1.4282843, y: 0.47171572} + - {x: -1.36, y: 0.5} + - {x: -0.5, y: 0.5} + - {x: -1.2285763, y: -1.1542164} + - {x: -1.2952838, y: -1.2183541} + - {x: -1.1944678, y: -1.1894796} + - {x: -1.2607903, y: -1.2540153} + - {x: -1.0876781, y: -0.9215627} + - {x: -1.0158919, y: -0.86350924} + - {x: -1.1184155, y: -0.8840068} + - {x: -1.0473152, y: -0.8251153} + - {x: -0.024265384, y: -0.56292295} + - {x: -0.02452991, y: -0.63441974} + - {x: 0.024265384, y: -0.56292295} + - {x: 0.02452991, y: -0.63441974} + - {x: 0.02452991, y: -0.5} + - {x: 0.02452991, y: 0.36} + - {x: -0.02452991, y: -0.5} + - {x: -0.02452991, y: 0.36} + - {x: 0.02452991, y: -1.5} + - {x: 0.02452991, y: -0.5} + - {x: -0.02452991, y: -1.5} + - {x: -0.02452991, y: -0.5} + - {x: -1.2696378, y: -1.2199181} + - {x: -1.2043798, y: -1.1541193} + - {x: -1.3120561, y: -1.2014921} + - {x: -1.2468138, y: -1.1358646} + - {x: -1.2078325, y: -0.7803645} + - {x: -1.1413902, y: -0.71671677} + - {x: -1.2488372, y: -0.75920403} + - {x: -1.1823184, y: -0.69518304} + - {x: -0.72398293, y: -0.51049566} + - {x: -0.71168023, y: -0.4399011} + - {x: -0.7701769, y: -0.5104957} + - {x: -0.7578227, y: -0.4400739} + - {x: -0.72398293, y: -0.5} + - {x: -0.72398293, y: 0.36} + - {x: -0.7701768, y: -0.5} + - {x: -0.7701768, y: 0.36} + - {x: -0.72398293, y: -1.5} + - {x: -0.72398293, y: -0.5} + - {x: -0.7701769, y: -1.5} + - {x: -0.7701769, y: -0.5} + - {x: 0.72398293, y: -0.5} + - {x: 0.72398293, y: -1.5} + - {x: 0.7701769, y: -0.5} + - {x: 0.7701769, y: -1.5} + - {x: 0.72398293, y: 0.36} + - {x: 0.72398293, y: -0.5} + - {x: 0.7701768, y: 0.36} + - {x: 0.7701768, y: -0.5} + - {x: 0.7140777, y: -0.43913287} + - {x: 0.72641915, y: -0.5097207} + - {x: 0.7602204, y: -0.43928027} + - {x: 0.7726131, y: -0.5096953} + - {x: -0.8900671, y: -1.0126363} + - {x: -0.9635955, y: -1.067946} + - {x: -0.8754146, y: -1.0565013} + - {x: -0.9493239, y: -1.1118262} + - {x: -1.1879203, y: -1.1709758} + - {x: -1.2554675, y: -1.2344226} + - {x: -1.170825, y: -1.21389} + - {x: -1.2382004, y: -1.2773255} + - {x: -0.5, y: -1.36} + - {x: -1.2649541, y: -1.36} + - {x: -1.3076317, y: -1.3423223} + - {x: -1.3423223, y: -1.3076317} + - {x: -1.36, y: -1.2649541} + - {x: -1.36, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 1.5, y: -0.5} + - {x: 1.5, y: -1.4049541} + - {x: 1.4823223, y: -1.4476317} + - {x: 1.4476317, y: -1.4823223} + - {x: 1.4049541, y: -1.5} + - {x: 0.5, y: -1.5} + - {x: 0.5, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} + - {x: 1, y: 6.415568e-10, z: 0.000000019139595, w: -1} + - {x: 1, y: 6.415568e-10, z: 0.000000019139595, w: -1} + - {x: 1, y: 0.000000010912094, z: 0.000000042877907, w: -1} + - {x: 0.7071064, y: 0.7071072, z: -0.0000016183066, w: -1} + - {x: 0.7071065, y: 0.7071071, z: -0.00000080915305, w: -1} + - {x: 0.7071065, y: 0.7071071, z: -0.00000080915305, w: -1} + - {x: 0.7071066, y: 0.707107, z: -1.601328e-16, w: -1} + - {x: 0.7071066, y: 0.70710707, z: 0, w: -1} + - {x: 0.7071066, y: 0.70710707, z: 0, w: -1} + - {x: 0.7071066, y: 0.70710707, z: 0, w: -1} + - {x: 0.7071066, y: 0.70710707, z: 0, w: -1} + - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} + - {x: 0.9308249, y: 0.36546555, z: 0.0000043632626, w: -1} + - {x: 0.9308249, y: 0.36546555, z: 0.0000043632626, w: -1} + - {x: 0.9238795, y: 0.38268352, z: -9.0687645e-11, w: -1} + - {x: 0.9238795, y: 0.38268355, z: 0, w: -1} + - {x: 0.9238795, y: 0.38268355, z: 0, w: -1} + - {x: 0.9238795, y: 0.38268355, z: 0, w: -1} + - {x: 0.9238795, y: 0.38268355, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9999987, y: -0.0015209044, z: 0.0006299705, w: -1} + - {x: 0.9999987, y: -0.0015209044, z: 0.0006299705, w: -1} + - {x: 0.99999464, y: -0.0030426935, z: 0.0012602897, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} + - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} + - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0.9832176, y: 0.1824371, z: -0.00000015692177, w: -1} + - {x: 0.9832176, y: 0.18243709, z: -0.00000023238348, w: -1} + - {x: 0.9832176, y: 0.18243709, z: -0.00000023238348, w: -1} + - {x: 0.98321754, y: 0.18243706, z: -0.00000030784517, w: -1} + - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} + - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: -0.000000027445767, z: -0.7071067, w: -1} + - {x: 0.7071068, y: -0.000000027445767, z: -0.7071067, w: -1} + - {x: 0.7071068, y: 0, z: -0.70710677, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} + - {x: 0.9942907, y: 0.10670496, z: 0.00000075619465, w: -1} + - {x: 0.9942295, y: 0.1072738, z: -0.00014948356, w: -1} + - {x: 0.9942295, y: 0.1072738, z: -0.00014948356, w: -1} + - {x: 0.9941679, y: 0.10784261, z: -0.0002997222, w: -1} + - {x: 0.95994776, y: 0.28017926, z: 0.00000025106792, w: -1} + - {x: 0.9600267, y: 0.2799085, z: 0.00018955446, w: -1} + - {x: 0.9600267, y: 0.2799085, z: 0.00018955446, w: -1} + - {x: 0.96010554, y: 0.27963778, z: 0.00037886552, w: -1} + - {x: 0.92387927, y: -0.0000011624496, z: -0.38268408, w: -1} + - {x: 0.9240765, y: -0.00024889037, z: -0.38220757, w: -1} + - {x: 0.9240765, y: -0.00024889037, z: -0.38220757, w: -1} + - {x: 0.92427343, y: -0.00049657916, z: -0.381731, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} + - {x: 0.9238795, y: 0, z: -0.38268358, w: -1} + - {x: 0.9238795, y: 0, z: -0.38268358, w: -1} + - {x: 0.9238795, y: 0, z: -0.38268358, w: -1} + - {x: 0.9238795, y: 0, z: -0.38268358, w: -1} + - {x: 0.38268358, y: 0, z: -0.9238795, w: -1} + - {x: 0.38268358, y: 0, z: -0.9238795, w: -1} + - {x: 0.38268358, y: 0, z: -0.9238795, w: -1} + - {x: 0.38268358, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} + - {x: 0.38151255, y: -0.00000043828578, z: -0.9243637, w: -1} + - {x: 0.38198808, y: -0.00024795218, z: -0.9241672, w: -1} + - {x: 0.38198808, y: -0.00024795218, z: -0.9241672, w: -1} + - {x: 0.38246346, y: -0.0004954397, z: -0.9239705, w: -1} + - {x: 0.81778896, y: 0.5755183, z: 0.00000027329867, w: -1} + - {x: 0.8178401, y: 0.57544553, z: 0.000021326547, w: -1} + - {x: 0.8178401, y: 0.57544553, z: 0.000021326547, w: -1} + - {x: 0.81789136, y: 0.57537276, z: 0.000042379932, w: -1} + - {x: 0.96705794, y: 0.2545566, z: -0.0000009550045, w: -1} + - {x: 0.966993, y: 0.25480315, z: -0.000027817146, w: -1} + - {x: 0.966993, y: 0.25480315, z: -0.000027817146, w: -1} + - {x: 0.966928, y: 0.2550497, z: -0.000054680506, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 1127 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta b/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta new file mode 100644 index 00000000..5a60aa65 --- /dev/null +++ b/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4de09b2d7dc574acea7f8b2d673e6908 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: From 01ff4dc524cc1b3dac715efed67dea0598a5da79 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 17:57:07 -0400 Subject: [PATCH 05/19] First stab at tiles --- .../Materials/polyperfect/atlas-LPUP.mat | 3 +- .../polyperfect/atlas-night-LPUP.mat | 1 - Assets/New Rule Tile.asset | 294 ++ Assets/New Rule Tile.asset.meta | 8 + .../Ground Tiles/Corner_BottomRight.prefab | 770 ------ .../Ground Tiles/Corner_TopLeft.prefab | 770 ------ .../Ground Tiles/Corner_TopRight.prefab | 770 ------ Assets/Prefabs/Ground Tiles/Edge_Left.prefab | 318 --- Assets/Prefabs/Ground Tiles/Edge_Right.prefab | 318 --- Assets/Prefabs/Ground Tiles/Edge_Top.prefab | 318 --- .../WaterCorner_BottomRight.prefab | 1375 --------- .../Ground Tiles/WaterCorner_TopLeft.prefab | 1375 --------- .../Ground Tiles/WaterCorner_TopRight.prefab | 1375 --------- .../Ground Tiles/WaterEdge_Bottom.prefab | 646 ----- .../Ground Tiles/WaterEdge_Right.prefab | 646 ----- .../Prefabs/Ground Tiles/WaterEdge_Top.prefab | 646 ----- .../{Ground Tiles.meta => _Ground Tiles.meta} | 0 .../_Ground Tiles/Corner_BottomLeft.prefab | 119 + .../Corner_BottomLeft.prefab.meta} | 0 .../_Ground Tiles/Corner_BottomRight.prefab | 119 + .../Corner_BottomRight.prefab.meta | 2 +- .../Corner_Original.prefab} | 88 +- .../Corner_Original.prefab.meta} | 0 .../_Ground Tiles/Corner_TopLeft.prefab | 119 + .../_Ground Tiles/Corner_TopLeft.prefab.meta | 7 + .../_Ground Tiles/Corner_TopRight.prefab | 119 + .../Corner_TopRight.prefab.meta | 2 +- .../Edge_Bottom.prefab | 0 .../Edge_Bottom.prefab.meta | 0 Assets/Prefabs/_Ground Tiles/Edge_Left.prefab | 119 + .../Edge_Left.prefab.meta | 0 .../Prefabs/_Ground Tiles/Edge_Right.prefab | 119 + .../Edge_Right.prefab.meta | 2 +- Assets/Prefabs/_Ground Tiles/Edge_Top.prefab | 119 + .../Edge_Top.prefab.meta | 2 +- .../Middle Tile.prefab | 0 .../Middle Tile.prefab.meta | 0 .../WaterCorner_BottomLeft.prefab | 124 + .../WaterCorner_BottomLeft.prefab.meta | 7 + .../WaterCorner_BottomRight.prefab | 124 + .../WaterCorner_BottomRight.prefab.meta | 0 .../WaterCorner_Original.prefab} | 2 +- .../WaterCorner_Original.prefab.meta} | 0 .../_Ground Tiles/WaterCorner_TopLeft.prefab | 124 + .../WaterCorner_TopLeft.prefab.meta | 2 +- .../_Ground Tiles/WaterCorner_TopRight.prefab | 124 + .../WaterCorner_TopRight.prefab.meta | 2 +- .../_Ground Tiles/WaterEdge_Bottom.prefab | 124 + .../WaterEdge_Bottom.prefab.meta | 2 +- .../_Ground Tiles/WaterEdge_Left.prefab | 124 + .../WaterEdge_Left.prefab.meta | 2 +- .../WaterEdge_Original.prefab} | 4 +- .../WaterEdge_Original.prefab.meta | 7 + .../_Ground Tiles/WaterEdge_Right.prefab | 124 + .../WaterEdge_Right.prefab.meta | 2 +- .../_Ground Tiles/WaterEdge_Top.prefab | 124 + .../WaterEdge_Top.prefab.meta | 2 +- .../_Ground Tiles/Water_T_Oriented.prefab | 124 + .../Water_T_Oriented.prefab.meta | 7 + .../_Ground Tiles/Water_T_Original.prefab | 2464 +++++++++++++++++ .../Water_T_Original.prefab.meta | 7 + .../_Reference Tile.prefab | 0 .../_Reference Tile.prefab.meta | 0 .../{Resources.meta => _Resources.meta} | 0 .../{Resources => _Resources}/Coal.prefab | 0 .../Coal.prefab.meta | 0 .../Copper Ore.prefab | 0 .../Copper Ore.prefab.meta | 0 .../{Resources => _Resources}/Iron Ore.prefab | 0 .../Iron Ore.prefab.meta | 0 .../Japan Tree Tall.prefab | 0 .../Japan Tree Tall.prefab.meta | 0 .../Placeholder.prefab | 0 .../Placeholder.prefab.meta | 0 .../Stone Diamond.prefab | 0 .../Stone Diamond.prefab.meta | 0 .../Stone Flat.prefab | 0 .../Stone Flat.prefab.meta | 0 .../Stone Oval.prefab | 0 .../Stone Oval.prefab.meta | 0 .../Stone Pointy.prefab | 0 .../Stone Pointy.prefab.meta | 0 .../Stone Round.prefab | 0 .../Stone Round.prefab.meta | 0 .../Stone Small.prefab | 0 .../Stone Small.prefab.meta | 0 .../Sugar Cane.prefab | 0 .../Sugar Cane.prefab.meta | 0 .../Transparent Measuring Cube.prefab | 0 .../Transparent Measuring Cube.prefab.meta | 0 .../{Resources => _Resources}/Water.prefab | 0 .../Water.prefab.meta | 0 .../{Resources => _Resources}/Wheat.prefab | 0 .../Wheat.prefab.meta | 0 Assets/Rectangular Palette.prefab | 835 ++++++ Assets/Rectangular Palette.prefab.meta | 7 + Assets/Scenes/Game.unity | 165 ++ Assets/Scenes/Sandbox.unity | 467 +++- .../com.unity.probuilder/Settings.json | 120 + 99 files changed, 6400 insertions(+), 9389 deletions(-) create mode 100644 Assets/New Rule Tile.asset create mode 100644 Assets/New Rule Tile.asset.meta delete mode 100644 Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/Edge_Left.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/Edge_Right.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/Edge_Top.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab delete mode 100644 Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab rename Assets/Prefabs/{Ground Tiles.meta => _Ground Tiles.meta} (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab rename Assets/Prefabs/{Ground Tiles/Corner_TopLeft.prefab.meta => _Ground Tiles/Corner_BottomLeft.prefab.meta} (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Corner_BottomRight.prefab.meta (74%) rename Assets/Prefabs/{Ground Tiles/Corner_BottomLeft.prefab => _Ground Tiles/Corner_Original.prefab} (91%) rename Assets/Prefabs/{Ground Tiles/Corner_BottomLeft.prefab.meta => _Ground Tiles/Corner_Original.prefab.meta} (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Corner_TopRight.prefab.meta (74%) rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Edge_Bottom.prefab (100%) rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Edge_Bottom.prefab.meta (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/Edge_Left.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Edge_Left.prefab.meta (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/Edge_Right.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Edge_Right.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/Edge_Top.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Edge_Top.prefab.meta (74%) rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Middle Tile.prefab (100%) rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/Middle Tile.prefab.meta (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterCorner_BottomRight.prefab.meta (100%) rename Assets/Prefabs/{Ground Tiles/WaterCorner_BottomLeft.prefab => _Ground Tiles/WaterCorner_Original.prefab} (99%) rename Assets/Prefabs/{Ground Tiles/WaterCorner_BottomLeft.prefab.meta => _Ground Tiles/WaterCorner_Original.prefab.meta} (100%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterCorner_TopLeft.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterCorner_TopRight.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterEdge_Bottom.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterEdge_Left.prefab.meta (74%) rename Assets/Prefabs/{Ground Tiles/WaterEdge_Left.prefab => _Ground Tiles/WaterEdge_Original.prefab} (99%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterEdge_Right.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/WaterEdge_Top.prefab.meta (74%) create mode 100644 Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab.meta rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/_Reference Tile.prefab (100%) rename Assets/Prefabs/{Ground Tiles => _Ground Tiles}/_Reference Tile.prefab.meta (100%) rename Assets/Prefabs/{Resources.meta => _Resources.meta} (100%) rename Assets/Prefabs/{Resources => _Resources}/Coal.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Coal.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Copper Ore.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Copper Ore.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Iron Ore.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Iron Ore.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Japan Tree Tall.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Japan Tree Tall.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Placeholder.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Placeholder.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Diamond.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Diamond.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Flat.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Flat.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Oval.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Oval.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Pointy.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Pointy.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Round.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Round.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Small.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Stone Small.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Sugar Cane.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Sugar Cane.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Transparent Measuring Cube.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Transparent Measuring Cube.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Water.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Water.prefab.meta (100%) rename Assets/Prefabs/{Resources => _Resources}/Wheat.prefab (100%) rename Assets/Prefabs/{Resources => _Resources}/Wheat.prefab.meta (100%) create mode 100644 Assets/Rectangular Palette.prefab create mode 100644 Assets/Rectangular Palette.prefab.meta diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat index add644db..2683b35f 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat @@ -24,7 +24,6 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _EMISSION - - _METALLICSPECGLOSSMAP - _SPECGLOSSMAP - _SPECULAR_SETUP m_InvalidKeywords: [] @@ -63,7 +62,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 2800000, guid: 8717fdb6173564f2999931e12864970e, type: 3} + m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat index f65fbdbf..2ebeb3fe 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat @@ -11,7 +11,6 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _EMISSION - - _METALLICSPECGLOSSMAP - _SPECGLOSSMAP - _SPECULAR_SETUP m_InvalidKeywords: [] diff --git a/Assets/New Rule Tile.asset b/Assets/New Rule Tile.asset new file mode 100644 index 00000000..26039cec --- /dev/null +++ b/Assets/New Rule Tile.asset @@ -0,0 +1,294 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9d1514134bc4fbd41bb739b1b9a49231, type: 3} + m_Name: New Rule Tile + m_EditorClassIdentifier: + m_DefaultSprite: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, + type: 3} + m_DefaultGameObject: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + type: 3} + m_DefaultColliderType: 0 + m_TilingRules: + - m_Id: 4 + m_Sprites: + - {fileID: 0} + m_GameObject: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 0100000001000000010000000100000001000000010000000100000001000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 0, y: 1, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 1, y: -1, z: 0} + - {x: 1, y: 1, z: 0} + - {x: -1, y: 1, z: 0} + m_RuleTransform: 0 + - m_Id: 3 + m_Sprites: + - {fileID: 0} + m_GameObject: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 01000000010000000100000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + m_RuleTransform: 0 + - m_Id: 2 + m_Sprites: + - {fileID: 0} + m_GameObject: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 01000000010000000100000002000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: -1, y: 0, z: 0} + m_RuleTransform: 0 + - m_Id: 1 + m_Sprites: + - {fileID: 0} + m_GameObject: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 01000000010000000100000002000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 1, y: 0, z: 0} + m_RuleTransform: 0 + - m_Id: 0 + m_Sprites: + - {fileID: 0} + m_GameObject: {fileID: 804906806462723776, guid: a71a592181633435b8f6bd27de65b23b, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 01000000010000000100000002000000 + m_NeighborPositions: + - {x: 0, y: -1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: -1, y: 0, z: 0} + - {x: 0, y: 1, z: 0} + m_RuleTransform: 0 + - m_Id: 8 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 020000000200000002000000010000000100000001000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: 1, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: -1, y: 0, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + m_RuleTransform: 0 + - m_Id: 7 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 020000000200000002000000010000000100000001000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: -1, y: 1, z: 0} + - {x: -1, y: 0, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + m_RuleTransform: 0 + - m_Id: 6 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000100000001000000020000000200000002000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: -1, y: 1, z: 0} + - {x: -1, y: 0, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + m_RuleTransform: 0 + - m_Id: 5 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000100000001000000020000000200000002000000 + m_NeighborPositions: + - {x: 0, y: 1, z: 0} + - {x: 1, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: -1, y: 0, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + m_RuleTransform: 0 + - m_Id: 13 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000100000001000000010000000200000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 1, y: -1, z: 0} + m_RuleTransform: 1 + - m_Id: 9 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 020000000100000001000000010000000100000001000000 + m_NeighborPositions: + - {x: 1, y: 1, z: 0} + - {x: -1, y: 0, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + m_RuleTransform: 0 + - m_Id: 10 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000100000001000000010000000100000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: -1, z: 0} + - {x: -1, y: 1, z: 0} + m_RuleTransform: 0 + - m_Id: 11 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000100000001000000010000000200000001000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: -1, z: 0} + - {x: -1, y: 1, z: 0} + m_RuleTransform: 0 + - m_Id: 12 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 010000000200000001000000010000000100000001000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: -1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: 1, z: 0} + m_RuleTransform: 0 diff --git a/Assets/New Rule Tile.asset.meta b/Assets/New Rule Tile.asset.meta new file mode 100644 index 00000000..3c48a73b --- /dev/null +++ b/Assets/New Rule Tile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4baf3e9566c9d4c3aa58267b57261acf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab b/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab deleted file mode 100644 index 19fb4306..00000000 --- a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab +++ /dev/null @@ -1,770 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &541306147181673603 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 541306147181673615} - - component: {fileID: 541306147181673612} - - component: {fileID: 541306147181673613} - - component: {fileID: 541306147181673602} - m_Layer: 0 - m_Name: Corner_BottomRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &541306147181673615 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} ---- !u!33 &541306147181673612 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Mesh: {fileID: 0} ---- !u!23 &541306147181673613 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &541306147181673602 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 160000001500000014000000160000001700000015000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 260000002500000024000000260000002700000025000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 320000003100000030000000320000003300000031000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 420000004100000040000000420000004300000041000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 460000004500000044000000460000004700000045000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 56000000 - - m_Vertices: 01000000 - - m_Vertices: 000000001d000000 - - m_Vertices: 0500000018000000 - - m_Vertices: 04000000 - - m_Vertices: 1100000055000000 - - m_Vertices: 020000001c000000380000003d000000 - - m_Vertices: 030000003c000000 - - m_Vertices: 1400000050000000 - - m_Vertices: 0600000041000000 - - m_Vertices: 07000000190000004000000045000000 - - m_Vertices: 090000001f000000 - - m_Vertices: 0b00000016000000 - - m_Vertices: 080000001e0000003400000039000000 - - m_Vertices: 0a000000170000003000000035000000 - - m_Vertices: 0c00000012000000480000004d000000 - - m_Vertices: 0d00000013000000 - - m_Vertices: 0e0000001b0000004400000049000000 - - m_Vertices: 0f0000001a000000 - - m_Vertices: 100000004c00000054000000 - - m_Vertices: 150000003100000051000000 - - m_Vertices: 200000004e00000053000000 - - m_Vertices: 21000000270000004a0000004f000000 - - m_Vertices: 220000003300000052000000 - - m_Vertices: 23000000250000003200000037000000 - - m_Vertices: 240000002a000000360000003b000000 - - m_Vertices: 2600000028000000460000004b000000 - - m_Vertices: 290000002f0000004200000047000000 - - m_Vertices: 2b0000002d0000003a0000003f000000 - - m_Vertices: 2c0000003e000000 - - m_Vertices: 2e00000043000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - m_Textures0: - - {x: -0.5, y: 0.36} - - {x: -0.5, y: -0.5} - - {x: -1.4049541, y: 0.36} - - {x: -1.4049541, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: 0.5, y: 0.36} - - {x: 1.4049541, y: -0.5} - - {x: 1.4049541, y: 0.36} - - {x: -1.3818628, y: -0.74444354} - - {x: -0.5, y: -0.7378175} - - {x: -1.3280511, y: -0.6698118} - - {x: -0.5, y: -0.6763962} - - {x: -0.6698119, y: -1.3280511} - - {x: -0.6763963, y: -0.5} - - {x: -0.7444437, y: -1.3818629} - - {x: -0.7378177, y: -0.5} - - {x: -1.1052747, y: -1.2649541} - - {x: -1.1052747, y: -0.5} - - {x: -1.1731479, y: -1.3280505} - - {x: -1.1791204, y: -0.5} - - {x: -0.5, y: -1.0651343} - - {x: -1.2649541, y: -1.0651343} - - {x: -0.5, y: -1.1390446} - - {x: -1.3280506, y: -1.1329615} - - {x: 0.5, y: -0.24142924} - - {x: 1.4049541, y: -0.24142924} - - {x: 0.5, y: -0.16751885} - - {x: 1.3818623, y: -0.17364052} - - {x: -1.4049541, y: -0.17752111} - - {x: -0.5, y: -0.17752111} - - {x: -1.3818623, y: -0.10968565} - - {x: -0.5, y: -0.103675365} - - {x: -1.2285763, y: -1.1542164} - - {x: -1.2952838, y: -1.2183541} - - {x: -1.1944678, y: -1.1894796} - - {x: -1.2607903, y: -1.2540153} - - {x: -1.0876781, y: -0.9215627} - - {x: -1.0158919, y: -0.86350924} - - {x: -1.1184155, y: -0.8840068} - - {x: -1.0473152, y: -0.8251153} - - {x: -0.024265384, y: -0.56292295} - - {x: -0.02452991, y: -0.63441974} - - {x: 0.024265384, y: -0.56292295} - - {x: 0.02452991, y: -0.63441974} - - {x: 0.02452991, y: -0.5} - - {x: 0.02452991, y: 0.36} - - {x: -0.02452991, y: -0.5} - - {x: -0.02452991, y: 0.36} - - {x: -0.2753473, y: -0.2800855} - - {x: -0.21008927, y: -0.21428655} - - {x: -0.31776556, y: -0.26165944} - - {x: -0.25252327, y: -0.19603199} - - {x: -0.24788493, y: -0.10786152} - - {x: -0.1814428, y: -0.04421392} - - {x: -0.28888977, y: -0.086701095} - - {x: -0.22237101, y: -0.022680104} - - {x: -0.18278697, y: 0.056576} - - {x: -0.17048436, y: 0.1271706} - - {x: -0.22898093, y: 0.056576} - - {x: -0.21662681, y: 0.12699784} - - {x: -0.18278696, y: -0.5} - - {x: -0.18278696, y: 0.36} - - {x: -0.22898091, y: -0.5} - - {x: -0.22898091, y: 0.36} - - {x: 0.18278696, y: 0.36} - - {x: 0.18278696, y: -0.5} - - {x: 0.22898091, y: 0.36} - - {x: 0.22898091, y: -0.5} - - {x: 0.17122716, y: 0.12740643} - - {x: 0.18356861, y: 0.056818604} - - {x: 0.21736975, y: 0.12725906} - - {x: 0.22976252, y: 0.056843996} - - {x: -0.072277874, y: -0.17275615} - - {x: -0.14580624, y: -0.2280658} - - {x: -0.057625443, y: -0.2166211} - - {x: -0.13153471, y: -0.27194607} - - {x: -0.22086251, y: -0.20318142} - - {x: -0.28840965, y: -0.2666282} - - {x: -0.20376718, y: -0.24609563} - - {x: -0.2711426, y: -0.30953118} - - {x: -0.5, y: -1.36} - - {x: -1.2649541, y: -1.36} - - {x: -1.3076317, y: -1.3423223} - - {x: -1.3423223, y: -1.3076317} - - {x: -1.36, y: -1.2649541} - - {x: -1.36, y: -0.5} - - {x: -0.5, y: -0.5} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} - - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} - - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} - - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} - - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} - - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} - - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} - - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} - - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 1169 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab b/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab deleted file mode 100644 index 3efa2129..00000000 --- a/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab +++ /dev/null @@ -1,770 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &541306147181673603 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 541306147181673615} - - component: {fileID: 541306147181673612} - - component: {fileID: 541306147181673613} - - component: {fileID: 541306147181673602} - m_Layer: 0 - m_Name: Corner_TopLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &541306147181673615 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} ---- !u!33 &541306147181673612 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Mesh: {fileID: 0} ---- !u!23 &541306147181673613 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &541306147181673602 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 160000001500000014000000160000001700000015000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 260000002500000024000000260000002700000025000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 320000003100000030000000320000003300000031000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 420000004100000040000000420000004300000041000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 460000004500000044000000460000004700000045000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 56000000 - - m_Vertices: 01000000 - - m_Vertices: 000000001d000000 - - m_Vertices: 0500000018000000 - - m_Vertices: 04000000 - - m_Vertices: 1100000055000000 - - m_Vertices: 020000001c000000380000003d000000 - - m_Vertices: 030000003c000000 - - m_Vertices: 1400000050000000 - - m_Vertices: 0600000041000000 - - m_Vertices: 07000000190000004000000045000000 - - m_Vertices: 090000001f000000 - - m_Vertices: 0b00000016000000 - - m_Vertices: 080000001e0000003400000039000000 - - m_Vertices: 0a000000170000003000000035000000 - - m_Vertices: 0c00000012000000480000004d000000 - - m_Vertices: 0d00000013000000 - - m_Vertices: 0e0000001b0000004400000049000000 - - m_Vertices: 0f0000001a000000 - - m_Vertices: 100000004c00000054000000 - - m_Vertices: 150000003100000051000000 - - m_Vertices: 200000004e00000053000000 - - m_Vertices: 21000000270000004a0000004f000000 - - m_Vertices: 220000003300000052000000 - - m_Vertices: 23000000250000003200000037000000 - - m_Vertices: 240000002a000000360000003b000000 - - m_Vertices: 2600000028000000460000004b000000 - - m_Vertices: 290000002f0000004200000047000000 - - m_Vertices: 2b0000002d0000003a0000003f000000 - - m_Vertices: 2c0000003e000000 - - m_Vertices: 2e00000043000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - m_Textures0: - - {x: -0.5, y: 0.36} - - {x: -0.5, y: -0.5} - - {x: -1.4049541, y: 0.36} - - {x: -1.4049541, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: 0.5, y: 0.36} - - {x: 1.4049541, y: -0.5} - - {x: 1.4049541, y: 0.36} - - {x: -1.3818628, y: -0.74444354} - - {x: -0.5, y: -0.7378175} - - {x: -1.3280511, y: -0.6698118} - - {x: -0.5, y: -0.6763962} - - {x: -0.6698119, y: -1.3280511} - - {x: -0.6763963, y: -0.5} - - {x: -0.7444437, y: -1.3818629} - - {x: -0.7378177, y: -0.5} - - {x: -1.1052747, y: -1.2649541} - - {x: -1.1052747, y: -0.5} - - {x: -1.1731479, y: -1.3280505} - - {x: -1.1791204, y: -0.5} - - {x: -0.5, y: -1.0651343} - - {x: -1.2649541, y: -1.0651343} - - {x: -0.5, y: -1.1390446} - - {x: -1.3280506, y: -1.1329615} - - {x: 0.5, y: -0.24142924} - - {x: 1.4049541, y: -0.24142924} - - {x: 0.5, y: -0.16751885} - - {x: 1.3818623, y: -0.17364052} - - {x: -1.4049541, y: -0.17752111} - - {x: -0.5, y: -0.17752111} - - {x: -1.3818623, y: -0.10968565} - - {x: -0.5, y: -0.103675365} - - {x: -1.2285763, y: -1.1542164} - - {x: -1.2952838, y: -1.2183541} - - {x: -1.1944678, y: -1.1894796} - - {x: -1.2607903, y: -1.2540153} - - {x: -1.0876781, y: -0.9215627} - - {x: -1.0158919, y: -0.86350924} - - {x: -1.1184155, y: -0.8840068} - - {x: -1.0473152, y: -0.8251153} - - {x: -0.024265384, y: -0.56292295} - - {x: -0.02452991, y: -0.63441974} - - {x: 0.024265384, y: -0.56292295} - - {x: 0.02452991, y: -0.63441974} - - {x: 0.02452991, y: -0.5} - - {x: 0.02452991, y: 0.36} - - {x: -0.02452991, y: -0.5} - - {x: -0.02452991, y: 0.36} - - {x: -0.2753473, y: -0.2800855} - - {x: -0.21008927, y: -0.21428655} - - {x: -0.31776556, y: -0.26165944} - - {x: -0.25252327, y: -0.19603199} - - {x: -0.24788493, y: -0.10786152} - - {x: -0.1814428, y: -0.04421392} - - {x: -0.28888977, y: -0.086701095} - - {x: -0.22237101, y: -0.022680104} - - {x: -0.18278697, y: 0.056576} - - {x: -0.17048436, y: 0.1271706} - - {x: -0.22898093, y: 0.056576} - - {x: -0.21662681, y: 0.12699784} - - {x: -0.18278696, y: -0.5} - - {x: -0.18278696, y: 0.36} - - {x: -0.22898091, y: -0.5} - - {x: -0.22898091, y: 0.36} - - {x: 0.18278696, y: 0.36} - - {x: 0.18278696, y: -0.5} - - {x: 0.22898091, y: 0.36} - - {x: 0.22898091, y: -0.5} - - {x: 0.17122716, y: 0.12740643} - - {x: 0.18356861, y: 0.056818604} - - {x: 0.21736975, y: 0.12725906} - - {x: 0.22976252, y: 0.056843996} - - {x: -0.072277874, y: -0.17275615} - - {x: -0.14580624, y: -0.2280658} - - {x: -0.057625443, y: -0.2166211} - - {x: -0.13153471, y: -0.27194607} - - {x: -0.22086251, y: -0.20318142} - - {x: -0.28840965, y: -0.2666282} - - {x: -0.20376718, y: -0.24609563} - - {x: -0.2711426, y: -0.30953118} - - {x: -0.5, y: -1.36} - - {x: -1.2649541, y: -1.36} - - {x: -1.3076317, y: -1.3423223} - - {x: -1.3423223, y: -1.3076317} - - {x: -1.36, y: -1.2649541} - - {x: -1.36, y: -0.5} - - {x: -0.5, y: -0.5} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} - - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} - - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} - - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} - - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} - - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} - - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} - - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} - - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 1169 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab b/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab deleted file mode 100644 index 24b83d22..00000000 --- a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab +++ /dev/null @@ -1,770 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &541306147181673603 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 541306147181673615} - - component: {fileID: 541306147181673612} - - component: {fileID: 541306147181673613} - - component: {fileID: 541306147181673602} - m_Layer: 0 - m_Name: Corner_TopRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &541306147181673615 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!33 &541306147181673612 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Mesh: {fileID: 0} ---- !u!23 &541306147181673613 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &541306147181673602 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 541306147181673603} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 160000001500000014000000160000001700000015000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1a00000019000000180000001a0000001b00000019000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1e0000001d0000001c0000001e0000001f0000001d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 260000002500000024000000260000002700000025000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2e0000002d0000002c0000002e0000002f0000002d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 320000003100000030000000320000003300000031000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 420000004100000040000000420000004300000041000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 460000004500000044000000460000004700000045000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4a00000049000000480000004a0000004b00000049000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4e0000004d0000004c0000004e0000004f0000004d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 560000005000000051000000510000005200000053000000540000005100000053000000540000005500000051000000510000005500000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 56000000 - - m_Vertices: 01000000 - - m_Vertices: 000000001d000000 - - m_Vertices: 0500000018000000 - - m_Vertices: 04000000 - - m_Vertices: 1100000055000000 - - m_Vertices: 020000001c000000380000003d000000 - - m_Vertices: 030000003c000000 - - m_Vertices: 1400000050000000 - - m_Vertices: 0600000041000000 - - m_Vertices: 07000000190000004000000045000000 - - m_Vertices: 090000001f000000 - - m_Vertices: 0b00000016000000 - - m_Vertices: 080000001e0000003400000039000000 - - m_Vertices: 0a000000170000003000000035000000 - - m_Vertices: 0c00000012000000480000004d000000 - - m_Vertices: 0d00000013000000 - - m_Vertices: 0e0000001b0000004400000049000000 - - m_Vertices: 0f0000001a000000 - - m_Vertices: 100000004c00000054000000 - - m_Vertices: 150000003100000051000000 - - m_Vertices: 200000004e00000053000000 - - m_Vertices: 21000000270000004a0000004f000000 - - m_Vertices: 220000003300000052000000 - - m_Vertices: 23000000250000003200000037000000 - - m_Vertices: 240000002a000000360000003b000000 - - m_Vertices: 2600000028000000460000004b000000 - - m_Vertices: 290000002f0000004200000047000000 - - m_Vertices: 2b0000002d0000003a0000003f000000 - - m_Vertices: 2c0000003e000000 - - m_Vertices: 2e00000043000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.4717157, z: -0.4282843} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.5, y: 0.36, z: 0.5} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4717157, y: 0.4282843, z: 0.5} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.37072802, y: 0.4765122, z: -0.40581024} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.4245397, y: 0.4234662, z: -0.4588561} - - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: -0.44763172, y: -0.5, z: -0.48232234} - - {x: -0.44763172, y: 0.36, z: -0.48232234} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.5, y: -0.5, z: -0.40495408} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.48232234, y: -0.5, z: -0.44763172} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.48232234, y: 0.36, z: -0.44763172} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: -0.4588561, y: 0.4234662, z: -0.4245397} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: -0.30763173, y: 0.5, z: -0.34232235} - - {x: -0.34232235, y: 0.5, z: -0.30763173} - - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - m_Textures0: - - {x: -0.5, y: 0.36} - - {x: -0.5, y: -0.5} - - {x: -1.4049541, y: 0.36} - - {x: -1.4049541, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: 0.5, y: 0.36} - - {x: 1.4049541, y: -0.5} - - {x: 1.4049541, y: 0.36} - - {x: -1.3818628, y: -0.74444354} - - {x: -0.5, y: -0.7378175} - - {x: -1.3280511, y: -0.6698118} - - {x: -0.5, y: -0.6763962} - - {x: -0.6698119, y: -1.3280511} - - {x: -0.6763963, y: -0.5} - - {x: -0.7444437, y: -1.3818629} - - {x: -0.7378177, y: -0.5} - - {x: -1.1052747, y: -1.2649541} - - {x: -1.1052747, y: -0.5} - - {x: -1.1731479, y: -1.3280505} - - {x: -1.1791204, y: -0.5} - - {x: -0.5, y: -1.0651343} - - {x: -1.2649541, y: -1.0651343} - - {x: -0.5, y: -1.1390446} - - {x: -1.3280506, y: -1.1329615} - - {x: 0.5, y: -0.24142924} - - {x: 1.4049541, y: -0.24142924} - - {x: 0.5, y: -0.16751885} - - {x: 1.3818623, y: -0.17364052} - - {x: -1.4049541, y: -0.17752111} - - {x: -0.5, y: -0.17752111} - - {x: -1.3818623, y: -0.10968565} - - {x: -0.5, y: -0.103675365} - - {x: -1.2285763, y: -1.1542164} - - {x: -1.2952838, y: -1.2183541} - - {x: -1.1944678, y: -1.1894796} - - {x: -1.2607903, y: -1.2540153} - - {x: -1.0876781, y: -0.9215627} - - {x: -1.0158919, y: -0.86350924} - - {x: -1.1184155, y: -0.8840068} - - {x: -1.0473152, y: -0.8251153} - - {x: -0.024265384, y: -0.56292295} - - {x: -0.02452991, y: -0.63441974} - - {x: 0.024265384, y: -0.56292295} - - {x: 0.02452991, y: -0.63441974} - - {x: 0.02452991, y: -0.5} - - {x: 0.02452991, y: 0.36} - - {x: -0.02452991, y: -0.5} - - {x: -0.02452991, y: 0.36} - - {x: -0.2753473, y: -0.2800855} - - {x: -0.21008927, y: -0.21428655} - - {x: -0.31776556, y: -0.26165944} - - {x: -0.25252327, y: -0.19603199} - - {x: -0.24788493, y: -0.10786152} - - {x: -0.1814428, y: -0.04421392} - - {x: -0.28888977, y: -0.086701095} - - {x: -0.22237101, y: -0.022680104} - - {x: -0.18278697, y: 0.056576} - - {x: -0.17048436, y: 0.1271706} - - {x: -0.22898093, y: 0.056576} - - {x: -0.21662681, y: 0.12699784} - - {x: -0.18278696, y: -0.5} - - {x: -0.18278696, y: 0.36} - - {x: -0.22898091, y: -0.5} - - {x: -0.22898091, y: 0.36} - - {x: 0.18278696, y: 0.36} - - {x: 0.18278696, y: -0.5} - - {x: 0.22898091, y: 0.36} - - {x: 0.22898091, y: -0.5} - - {x: 0.17122716, y: 0.12740643} - - {x: 0.18356861, y: 0.056818604} - - {x: 0.21736975, y: 0.12725906} - - {x: 0.22976252, y: 0.056843996} - - {x: -0.072277874, y: -0.17275615} - - {x: -0.14580624, y: -0.2280658} - - {x: -0.057625443, y: -0.2166211} - - {x: -0.13153471, y: -0.27194607} - - {x: -0.22086251, y: -0.20318142} - - {x: -0.28840965, y: -0.2666282} - - {x: -0.20376718, y: -0.24609563} - - {x: -0.2711426, y: -0.30953118} - - {x: -0.5, y: -1.36} - - {x: -1.2649541, y: -1.36} - - {x: -1.3076317, y: -1.3423223} - - {x: -1.3423223, y: -1.3076317} - - {x: -1.36, y: -1.2649541} - - {x: -1.36, y: -0.5} - - {x: -0.5, y: -0.5} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} - - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} - - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} - - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - - {x: 0.9832176, y: 0.18243684, z: -0.0000003024964, w: -1} - - {x: 0.8957071, y: 0.44464475, z: -0.0000004752527, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464466, z: -0.0000005785918, w: -1} - - {x: 0.8957071, y: 0.44464463, z: -0.00000069403944, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.70710677, y: 0.000000027445758, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.7071068, y: 0, z: -0.7071068, w: -1} - - {x: 0.9942908, y: 0.10670439, z: 0.00000042183314, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.99422956, y: 0.1072733, z: -0.00015026884, w: -1} - - {x: 0.994168, y: 0.10784218, z: -0.0003009587, w: -1} - - {x: 0.9599479, y: 0.28017873, z: 0.00000009474341, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.96002674, y: 0.27990845, z: 0.00019009892, w: -1} - - {x: 0.9601054, y: 0.27963814, z: 0.00038011858, w: -1} - - {x: 0.9238795, y: 0.00000001293474, z: -0.38268358, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.9240767, y: -0.00024830902, z: -0.38220713, w: -1} - - {x: 0.92427355, y: -0.00049659173, z: -0.38173065, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.9238795, y: 0, z: -0.3826836, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3826836, y: 0, z: -0.9238795, w: -1} - - {x: 0.3815123, y: -0.00000037486404, z: -0.9243638, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.381988, y: -0.0002478615, z: -0.9241673, w: -1} - - {x: 0.38246346, y: -0.00049530907, z: -0.92397046, w: -1} - - {x: 0.8177887, y: 0.5755186, z: 0.000000054609455, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.81784, y: 0.5754458, z: 0.000021210422, w: -1} - - {x: 0.8178911, y: 0.57537293, z: 0.00004235951, w: -1} - - {x: 0.9670579, y: 0.25455666, z: -0.00000032419348, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 1169 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Left.prefab b/Assets/Prefabs/Ground Tiles/Edge_Left.prefab deleted file mode 100644 index 3a40b756..00000000 --- a/Assets/Prefabs/Ground Tiles/Edge_Left.prefab +++ /dev/null @@ -1,318 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8488269719562949212 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8488269719562949200} - - component: {fileID: 8488269719562949203} - - component: {fileID: 8488269719562949202} - - component: {fileID: 8488269719562949213} - m_Layer: 0 - m_Name: Edge_Left - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8488269719562949200 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} ---- !u!33 &8488269719562949203 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Mesh: {fileID: 0} ---- !u!23 &8488269719562949202 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &8488269719562949213 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000000000000200000003000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 05000000 - - m_Vertices: 04000000 - - m_Vertices: 0000000011000000 - - m_Vertices: 01000000 - - m_Vertices: 02000000 - - m_Vertices: 0300000010000000 - - m_Vertices: 060000000d000000 - - m_Vertices: 070000000c000000 - - m_Vertices: 0800000012000000 - - m_Vertices: 0900000013000000 - - m_Vertices: 0a0000000f000000 - - m_Vertices: 0b0000000e000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - m_Textures0: - - {x: 0, y: 0.14} - - {x: 0, y: 1} - - {x: 1, y: 1} - - {x: 1, y: 0.14} - - {x: -0.5, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: -1.36} - - {x: 0.5, y: -1.36} - - {x: -0.5, y: -0.7378175} - - {x: 0.5, y: -0.7378175} - - {x: -0.5, y: -0.6763962} - - {x: 0.5, y: -0.6763962} - - {x: 0.5, y: -0.14125484} - - {x: -0.5, y: -0.14125484} - - {x: 0.5, y: -0.21516523} - - {x: -0.5, y: -0.21516523} - - {x: -0.5, y: 0.14125463} - - {x: 0.5, y: 0.14125463} - - {x: -0.5, y: 0.215165} - - {x: 0.5, y: 0.215165} - m_Textures2: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Textures3: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 2583 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab b/Assets/Prefabs/Ground Tiles/Edge_Right.prefab deleted file mode 100644 index 15cae22e..00000000 --- a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab +++ /dev/null @@ -1,318 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8488269719562949212 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8488269719562949200} - - component: {fileID: 8488269719562949203} - - component: {fileID: 8488269719562949202} - - component: {fileID: 8488269719562949213} - m_Layer: 0 - m_Name: Edge_Right - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8488269719562949200 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} ---- !u!33 &8488269719562949203 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Mesh: {fileID: 0} ---- !u!23 &8488269719562949202 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &8488269719562949213 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000000000000200000003000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 05000000 - - m_Vertices: 04000000 - - m_Vertices: 0000000011000000 - - m_Vertices: 01000000 - - m_Vertices: 02000000 - - m_Vertices: 0300000010000000 - - m_Vertices: 060000000d000000 - - m_Vertices: 070000000c000000 - - m_Vertices: 0800000012000000 - - m_Vertices: 0900000013000000 - - m_Vertices: 0a0000000f000000 - - m_Vertices: 0b0000000e000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - m_Textures0: - - {x: 0, y: 0.14} - - {x: 0, y: 1} - - {x: 1, y: 1} - - {x: 1, y: 0.14} - - {x: -0.5, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: -1.36} - - {x: 0.5, y: -1.36} - - {x: -0.5, y: -0.7378175} - - {x: 0.5, y: -0.7378175} - - {x: -0.5, y: -0.6763962} - - {x: 0.5, y: -0.6763962} - - {x: 0.5, y: -0.14125484} - - {x: -0.5, y: -0.14125484} - - {x: 0.5, y: -0.21516523} - - {x: -0.5, y: -0.21516523} - - {x: -0.5, y: 0.14125463} - - {x: 0.5, y: 0.14125463} - - {x: -0.5, y: 0.215165} - - {x: 0.5, y: 0.215165} - m_Textures2: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Textures3: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 2583 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab b/Assets/Prefabs/Ground Tiles/Edge_Top.prefab deleted file mode 100644 index 9a8170e0..00000000 --- a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab +++ /dev/null @@ -1,318 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8488269719562949212 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8488269719562949200} - - component: {fileID: 8488269719562949203} - - component: {fileID: 8488269719562949202} - - component: {fileID: 8488269719562949213} - m_Layer: 0 - m_Name: Edge_Top - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8488269719562949200 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!33 &8488269719562949203 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Mesh: {fileID: 0} ---- !u!23 &8488269719562949202 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &8488269719562949213 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8488269719562949212} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000000000000200000003000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0a00000009000000080000000a0000000b00000009000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0e0000000d0000000c0000000e0000000f0000000d000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 120000001100000010000000120000001300000011000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 05000000 - - m_Vertices: 04000000 - - m_Vertices: 0000000011000000 - - m_Vertices: 01000000 - - m_Vertices: 02000000 - - m_Vertices: 0300000010000000 - - m_Vertices: 060000000d000000 - - m_Vertices: 070000000c000000 - - m_Vertices: 0800000012000000 - - m_Vertices: 0900000013000000 - - m_Vertices: 0a0000000f000000 - - m_Vertices: 0b0000000e000000 - m_SharedTextures: [] - m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: 0.5, y: 0.5, z: -0.36} - - {x: -0.5, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.47171572, z: -0.4282843} - - {x: -0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} - - {x: -0.5, y: 0.4282843, z: -0.4717157} - - {x: 0.5, y: 0.4282843, z: -0.4717157} - m_Textures0: - - {x: 0, y: 0.14} - - {x: 0, y: 1} - - {x: 1, y: 1} - - {x: 1, y: 0.14} - - {x: -0.5, y: -0.5} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: -1.36} - - {x: 0.5, y: -1.36} - - {x: -0.5, y: -0.7378175} - - {x: 0.5, y: -0.7378175} - - {x: -0.5, y: -0.6763962} - - {x: 0.5, y: -0.6763962} - - {x: 0.5, y: -0.14125484} - - {x: -0.5, y: -0.14125484} - - {x: 0.5, y: -0.21516523} - - {x: -0.5, y: -0.21516523} - - {x: -0.5, y: 0.14125463} - - {x: 0.5, y: 0.14125463} - - {x: -0.5, y: 0.215165} - - {x: 0.5, y: 0.215165} - m_Textures2: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Textures3: - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - - {x: 0, y: 0, z: 0, w: 0} - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 2583 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab deleted file mode 100644 index 93edd8e0..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab +++ /dev/null @@ -1,1375 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8340531866825338134 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8340531866825338140} - - component: {fileID: 8340531866825338131} - - component: {fileID: 8340531866825338130} - - component: {fileID: 8340531866825338129} - - component: {fileID: 8340531866825338128} - - component: {fileID: 8340531866825338135} - m_Layer: 0 - m_Name: WaterCorner_BottomRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8340531866825338140 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &8340531866825338131 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000500000006000000070000000400000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 170000001500000016000000170000001400000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 2e0000002f00000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 310000003200000033000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 47000000490000004a000000470000004800000049000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 580000005900000056000000570000005800000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 600000006100000062000000600000006200000063000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 6e0000006f00000070000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 710000007200000073000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 740000007500000076000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 770000007800000079000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7a0000007b0000007c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7d0000007e0000007f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 800000008100000082000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 830000008400000085000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 860000008700000088000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 890000008a0000008b000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8c0000008d0000008e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8f0000009000000091000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 920000009300000094000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 950000009600000097000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 98000000990000009a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 9b0000009c0000009d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 00000000190000004b000000 - - m_Vertices: 010000000c00000050000000 - - m_Vertices: 020000000f00000041000000 - - m_Vertices: 030000001800000040000000 - - m_Vertices: 04000000110000002d000000 - - m_Vertices: 05000000080000002c0000005c000000 - - m_Vertices: 060000000b0000002400000064000000 - - m_Vertices: 070000001200000028000000 - - m_Vertices: 09000000140000005b000000 - - m_Vertices: 0a0000001700000065000000 - - m_Vertices: 0d00000010000000290000004f000000 - - m_Vertices: 0e00000013000000270000003c000000 - - m_Vertices: 150000001c0000005a000000 - - m_Vertices: 160000001d00000066000000 - - m_Vertices: 1a000000350000004c0000007c0000007d000000 - - m_Vertices: 1b000000340000003f0000006e00000079000000 - - m_Vertices: 1e00000039000000670000009400000095000000 - - m_Vertices: 1f000000380000005f0000008600000091000000 - - m_Vertices: 2000000036000000450000007000000071000000 - - m_Vertices: 2100000037000000530000007a00000085000000 - - m_Vertices: 220000003b00000044000000920000009d000000 - - m_Vertices: 230000003a000000540000008800000089000000 - - m_Vertices: 250000002e000000690000006b000000 - - m_Vertices: 26000000300000003d0000004a000000 - - m_Vertices: 2a000000310000004e00000057000000 - - m_Vertices: 2b000000330000005d00000063000000 - - m_Vertices: 2f00000042000000470000006a000000 - - m_Vertices: 32000000510000005600000060000000 - - m_Vertices: 3e000000490000007600000077000000 - - m_Vertices: 430000006d0000009a0000009b000000 - - m_Vertices: 46000000480000007300000074000000 - - m_Vertices: 4d000000580000007f00000080000000 - - m_Vertices: 52000000590000008200000083000000 - - m_Vertices: 55000000610000008b0000008c000000 - - m_Vertices: 5e000000620000008e0000008f000000 - - m_Vertices: 680000006c0000009700000098000000 - - m_Vertices: 6f000000720000007500000078000000 - - m_Vertices: 7b0000007e0000008100000084000000 - - m_Vertices: 870000008a0000008d00000090000000 - - m_Vertices: 9300000096000000990000009c000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071069} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: -0.5, z: 0.07071069} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.25} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: -0.25} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - m_Textures0: - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 1} - - {x: 0, y: 0} - - {x: 0.15, y: 0} - - {x: 0.15, y: 1} - - {x: 1, y: 0} - - {x: 1, y: 1} - - {x: 0.85, y: 1} - - {x: 0.85, y: 0} - - {x: 0.63033015, y: 1} - - {x: 0.63033015, y: 0} - - {x: 0.7838835, y: 1} - - {x: 0.7838835, y: 0} - - {x: 0, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0.25, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.25, y: 0} - - {x: -0, y: -0.25} - - {x: -0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0.25, y: 0} - - {x: -0.25, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.25} - - {x: -0.32335785, y: 0.5} - - {x: -0.32335785, y: -0.5} - - {x: -0.13858193, y: 0.5} - - {x: -0.13858193, y: -0.5} - - {x: 0.32335788, y: -0.5} - - {x: 0.32335788, y: 0.5} - - {x: 0.13858196, y: -0.5} - - {x: 0.13858196, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.25, y: 0} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.35} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.17928934, y: 0.07071069} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.25, y: 0} - - {x: 0, y: 0.5} - - {x: 0, y: 0.35} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.25, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.17928934, y: 0.07071069} - - {x: 0.14999998, y: 0} - - {x: 0, y: 0} - - {x: -0.25, y: 0} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0, y: -0.25} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.35000002, y: 0} - - {x: 0, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: -0, y: -0.25} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0, y: -0.25} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.14999998, y: 0} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464467} - - {x: -0.07071066, y: 0.17928931} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464467} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.35} - - {x: 0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.35} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464464} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464464} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.35000002, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.35000002, y: 0} - - {x: -0.17928934, y: 0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: 0.07071066} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 3584 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &8340531866825338130 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626560 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 3554 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626560 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &8340531866825338129 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &8340531866825338128 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Mesh: {fileID: 0} ---- !u!64 &8340531866825338135 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab deleted file mode 100644 index 0a61b78c..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab +++ /dev/null @@ -1,1375 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8340531866825338134 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8340531866825338140} - - component: {fileID: 8340531866825338131} - - component: {fileID: 8340531866825338130} - - component: {fileID: 8340531866825338129} - - component: {fileID: 8340531866825338128} - - component: {fileID: 8340531866825338135} - m_Layer: 0 - m_Name: WaterCorner_TopLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8340531866825338140 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!114 &8340531866825338131 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000500000006000000070000000400000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 170000001500000016000000170000001400000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 2e0000002f00000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 310000003200000033000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 47000000490000004a000000470000004800000049000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 580000005900000056000000570000005800000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 600000006100000062000000600000006200000063000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 6e0000006f00000070000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 710000007200000073000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 740000007500000076000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 770000007800000079000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7a0000007b0000007c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7d0000007e0000007f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 800000008100000082000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 830000008400000085000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 860000008700000088000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 890000008a0000008b000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8c0000008d0000008e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8f0000009000000091000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 920000009300000094000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 950000009600000097000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 98000000990000009a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 9b0000009c0000009d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 00000000190000004b000000 - - m_Vertices: 010000000c00000050000000 - - m_Vertices: 020000000f00000041000000 - - m_Vertices: 030000001800000040000000 - - m_Vertices: 04000000110000002d000000 - - m_Vertices: 05000000080000002c0000005c000000 - - m_Vertices: 060000000b0000002400000064000000 - - m_Vertices: 070000001200000028000000 - - m_Vertices: 09000000140000005b000000 - - m_Vertices: 0a0000001700000065000000 - - m_Vertices: 0d00000010000000290000004f000000 - - m_Vertices: 0e00000013000000270000003c000000 - - m_Vertices: 150000001c0000005a000000 - - m_Vertices: 160000001d00000066000000 - - m_Vertices: 1a000000350000004c0000007c0000007d000000 - - m_Vertices: 1b000000340000003f0000006e00000079000000 - - m_Vertices: 1e00000039000000670000009400000095000000 - - m_Vertices: 1f000000380000005f0000008600000091000000 - - m_Vertices: 2000000036000000450000007000000071000000 - - m_Vertices: 2100000037000000530000007a00000085000000 - - m_Vertices: 220000003b00000044000000920000009d000000 - - m_Vertices: 230000003a000000540000008800000089000000 - - m_Vertices: 250000002e000000690000006b000000 - - m_Vertices: 26000000300000003d0000004a000000 - - m_Vertices: 2a000000310000004e00000057000000 - - m_Vertices: 2b000000330000005d00000063000000 - - m_Vertices: 2f00000042000000470000006a000000 - - m_Vertices: 32000000510000005600000060000000 - - m_Vertices: 3e000000490000007600000077000000 - - m_Vertices: 430000006d0000009a0000009b000000 - - m_Vertices: 46000000480000007300000074000000 - - m_Vertices: 4d000000580000007f00000080000000 - - m_Vertices: 52000000590000008200000083000000 - - m_Vertices: 55000000610000008b0000008c000000 - - m_Vertices: 5e000000620000008e0000008f000000 - - m_Vertices: 680000006c0000009700000098000000 - - m_Vertices: 6f000000720000007500000078000000 - - m_Vertices: 7b0000007e0000008100000084000000 - - m_Vertices: 870000008a0000008d00000090000000 - - m_Vertices: 9300000096000000990000009c000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071069} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: -0.5, z: 0.07071069} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.25} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: -0.25} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - m_Textures0: - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 1} - - {x: 0, y: 0} - - {x: 0.15, y: 0} - - {x: 0.15, y: 1} - - {x: 1, y: 0} - - {x: 1, y: 1} - - {x: 0.85, y: 1} - - {x: 0.85, y: 0} - - {x: 0.63033015, y: 1} - - {x: 0.63033015, y: 0} - - {x: 0.7838835, y: 1} - - {x: 0.7838835, y: 0} - - {x: 0, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0.25, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.25, y: 0} - - {x: -0, y: -0.25} - - {x: -0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0.25, y: 0} - - {x: -0.25, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.25} - - {x: -0.32335785, y: 0.5} - - {x: -0.32335785, y: -0.5} - - {x: -0.13858193, y: 0.5} - - {x: -0.13858193, y: -0.5} - - {x: 0.32335788, y: -0.5} - - {x: 0.32335788, y: 0.5} - - {x: 0.13858196, y: -0.5} - - {x: 0.13858196, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.25, y: 0} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.35} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.17928934, y: 0.07071069} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.25, y: 0} - - {x: 0, y: 0.5} - - {x: 0, y: 0.35} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.25, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.17928934, y: 0.07071069} - - {x: 0.14999998, y: 0} - - {x: 0, y: 0} - - {x: -0.25, y: 0} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0, y: -0.25} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.35000002, y: 0} - - {x: 0, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: -0, y: -0.25} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0, y: -0.25} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.14999998, y: 0} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464467} - - {x: -0.07071066, y: 0.17928931} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464467} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.35} - - {x: 0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.35} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464464} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464464} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.35000002, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.35000002, y: 0} - - {x: -0.17928934, y: 0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: 0.07071066} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 3584 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &8340531866825338130 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626560 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 3554 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626560 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &8340531866825338129 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &8340531866825338128 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Mesh: {fileID: 0} ---- !u!64 &8340531866825338135 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab b/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab deleted file mode 100644 index d6e84836..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab +++ /dev/null @@ -1,1375 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &8340531866825338134 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8340531866825338140} - - component: {fileID: 8340531866825338131} - - component: {fileID: 8340531866825338130} - - component: {fileID: 8340531866825338129} - - component: {fileID: 8340531866825338128} - - component: {fileID: 8340531866825338135} - m_Layer: 0 - m_Name: WaterCorner_TopRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8340531866825338140 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} - 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: 0 - m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} ---- !u!114 &8340531866825338131 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000500000006000000070000000400000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0c0000000d0000000e0000000f0000000c0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 170000001500000016000000170000001400000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 1b00000019000000180000001b0000001a00000019000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 1c0000001f0000001e0000001d0000001c0000001e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 220000002100000020000000220000002300000021000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 1 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 270000002800000026000000280000002400000025000000280000002500000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 2a0000002b0000002d0000002b0000002c0000002d0000002a0000002d00000029000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 2e0000002f00000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 310000003200000033000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 360000003500000034000000360000003700000035000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 - m_SmoothingGroup: -1 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 410000003c0000003d000000410000003d0000003e0000003e0000003f000000410000003f0000004000000041000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 420000004500000046000000420000004300000044000000440000004500000042000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 47000000490000004a000000470000004800000049000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 500000004b0000004c000000500000004c0000004d0000004d0000004e000000500000004e0000004f00000050000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 510000005300000054000000540000005500000051000000520000005300000051000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 580000005900000056000000570000005800000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 5f0000005a0000005b0000005e0000005f0000005b0000005e0000005b0000005d0000005b0000005c0000005d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 600000006100000062000000600000006200000063000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 690000006400000065000000690000006500000068000000650000006700000068000000650000006600000067000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 6b0000006c0000006a0000006c0000006d0000006a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 6e0000006f00000070000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 710000007200000073000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 740000007500000076000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 770000007800000079000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7a0000007b0000007c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 7d0000007e0000007f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 800000008100000082000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 830000008400000085000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 860000008700000088000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 890000008a0000008b000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8c0000008d0000008e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 8f0000009000000091000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 920000009300000094000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 950000009600000097000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 98000000990000009a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - - m_Indexes: 9b0000009c0000009d000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 00000000190000004b000000 - - m_Vertices: 010000000c00000050000000 - - m_Vertices: 020000000f00000041000000 - - m_Vertices: 030000001800000040000000 - - m_Vertices: 04000000110000002d000000 - - m_Vertices: 05000000080000002c0000005c000000 - - m_Vertices: 060000000b0000002400000064000000 - - m_Vertices: 070000001200000028000000 - - m_Vertices: 09000000140000005b000000 - - m_Vertices: 0a0000001700000065000000 - - m_Vertices: 0d00000010000000290000004f000000 - - m_Vertices: 0e00000013000000270000003c000000 - - m_Vertices: 150000001c0000005a000000 - - m_Vertices: 160000001d00000066000000 - - m_Vertices: 1a000000350000004c0000007c0000007d000000 - - m_Vertices: 1b000000340000003f0000006e00000079000000 - - m_Vertices: 1e00000039000000670000009400000095000000 - - m_Vertices: 1f000000380000005f0000008600000091000000 - - m_Vertices: 2000000036000000450000007000000071000000 - - m_Vertices: 2100000037000000530000007a00000085000000 - - m_Vertices: 220000003b00000044000000920000009d000000 - - m_Vertices: 230000003a000000540000008800000089000000 - - m_Vertices: 250000002e000000690000006b000000 - - m_Vertices: 26000000300000003d0000004a000000 - - m_Vertices: 2a000000310000004e00000057000000 - - m_Vertices: 2b000000330000005d00000063000000 - - m_Vertices: 2f00000042000000470000006a000000 - - m_Vertices: 32000000510000005600000060000000 - - m_Vertices: 3e000000490000007600000077000000 - - m_Vertices: 430000006d0000009a0000009b000000 - - m_Vertices: 46000000480000007300000074000000 - - m_Vertices: 4d000000580000007f00000080000000 - - m_Vertices: 52000000590000008200000083000000 - - m_Vertices: 55000000610000008b0000008c000000 - - m_Vertices: 5e000000620000008e0000008f000000 - - m_Vertices: 680000006c0000009700000098000000 - - m_Vertices: 6f000000720000007500000078000000 - - m_Vertices: 7b0000007e0000008100000084000000 - - m_Vertices: 870000008a0000008d00000090000000 - - m_Vertices: 9300000096000000990000009c000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.5, y: 0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: 0.5, y: 0.5, z: 0} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071069} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.25, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0} - - {x: 0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.17928934, y: -0.5, z: 0.07071069} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: 0.25, y: -0.5, z: 0} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.15} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: -0.25} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: 0, y: -0.5, z: -0.25} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: 0, y: 0.5, z: -0.25} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: -0.25} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.35} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: -0.07071066, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.15} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0.07071069, y: 0.5, z: 0.17928931} - - {x: 0, y: 0.5, z: 0.21464467} - - {x: 0, y: 0.5, z: 0.35} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.35} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0.07071069, y: -0.5, z: 0.17928931} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.15} - - {x: 0, y: -0.5, z: 0.21464464} - - {x: -0.07071066, y: -0.5, z: 0.17928931} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.17928934, y: -0.5, z: 0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.14999998, y: -0.5, z: 0} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.17928934, y: -0.5, z: -0.07071066} - - {x: -0.21464467, y: -0.5, z: 0} - - {x: -0.35000002, y: -0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.35000002, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.17928934, y: 0.5, z: -0.07071066} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.14999998, y: 0.5, z: 0} - - {x: -0.21464467, y: 0.5, z: 0} - - {x: -0.17928934, y: 0.5, z: 0.07071066} - m_Textures0: - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 1} - - {x: 0, y: 0} - - {x: 0.15, y: 0} - - {x: 0.15, y: 1} - - {x: 1, y: 0} - - {x: 1, y: 1} - - {x: 0.85, y: 1} - - {x: 0.85, y: 0} - - {x: 0.63033015, y: 1} - - {x: 0.63033015, y: 0} - - {x: 0.7838835, y: 1} - - {x: 0.7838835, y: 0} - - {x: 0, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0.25, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.25, y: 0} - - {x: -0, y: -0.25} - - {x: -0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0.25, y: 0} - - {x: -0.25, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.25} - - {x: -0.32335785, y: 0.5} - - {x: -0.32335785, y: -0.5} - - {x: -0.13858193, y: 0.5} - - {x: -0.13858193, y: -0.5} - - {x: 0.32335788, y: -0.5} - - {x: 0.32335788, y: 0.5} - - {x: 0.13858196, y: -0.5} - - {x: 0.13858196, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.25, y: 0} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.35} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.17928934, y: 0.07071069} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.25, y: 0} - - {x: 0, y: 0.5} - - {x: 0, y: 0.35} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.25, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.15} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.17928934, y: 0.07071069} - - {x: 0.14999998, y: 0} - - {x: 0, y: 0} - - {x: -0.25, y: 0} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.15} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0, y: -0.25} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.35000002, y: 0} - - {x: 0, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: -0, y: -0.25} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: 0, y: -0.25} - - {x: 0, y: 0} - - {x: 0, y: -0.25} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.14999998, y: 0} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464467} - - {x: -0.07071066, y: 0.17928931} - - {x: -0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464467} - - {x: 0.07071069, y: 0.17928931} - - {x: 0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464467} - - {x: 0, y: 0.35} - - {x: 0.07071066, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.35} - - {x: 0, y: 0.35} - - {x: 0, y: 0.21464464} - - {x: -0.07071069, y: 0.17928931} - - {x: -0.07071069, y: 0.17928931} - - {x: 0, y: 0.21464464} - - {x: 0, y: 0.15} - - {x: 0, y: 0.15} - - {x: 0, y: 0.21464464} - - {x: 0.07071066, y: 0.17928931} - - {x: 0.35000002, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.17928934, y: 0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.14999998, y: 0} - - {x: 0.21464467, y: 0} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.17928934, y: -0.07071066} - - {x: 0.21464467, y: 0} - - {x: 0.35000002, y: 0} - - {x: -0.17928934, y: 0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.35000002, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.17928934, y: -0.07071066} - - {x: -0.21464467, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.14999998, y: 0} - - {x: -0.21464467, y: 0} - - {x: -0.17928934, y: 0.07071066} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: -0.7071069, y: 0, z: -0.7071067, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.38268334, y: 0, z: -0.92387956, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: -0.92387956, y: 0, z: -0.38268334, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 3584 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &8340531866825338130 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626560 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 3554 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626560 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &8340531866825338129 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &8340531866825338128 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Mesh: {fileID: 0} ---- !u!64 &8340531866825338135 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8340531866825338134} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab deleted file mode 100644 index aac3a5e1..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab +++ /dev/null @@ -1,646 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &3615316570346114800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3615316570346114794} - - component: {fileID: 3615316570346114805} - - component: {fileID: 3615316570346114804} - - component: {fileID: 3615316570346114807} - - component: {fileID: 3615316570346114806} - - component: {fileID: 3615316570346114801} - m_Layer: 0 - m_Name: WaterEdge_Bottom - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3615316570346114794 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_LocalRotation: {x: 0, y: 0.7071068, z: -0, w: -0.7071068} - m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 270, z: 0} ---- !u!114 &3615316570346114805 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000400000005000000060000000700000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 170000001400000015000000160000001700000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 200000002100000022000000230000002000000022000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 240000002500000026000000270000002400000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 28000000290000002a0000002b000000280000002a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 320000003000000031000000320000003300000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 350000003700000034000000350000003600000037000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - m_SharedVertices: - - m_Vertices: 000000001e00000030000000 - - m_Vertices: 010000001d00000020000000 - - m_Vertices: 02000000040000002300000028000000 - - m_Vertices: 03000000070000003100000038000000 - - m_Vertices: 05000000160000002b000000 - - m_Vertices: 060000001500000039000000 - - m_Vertices: 080000001b00000036000000 - - m_Vertices: 090000000c000000350000003e000000 - - m_Vertices: 0a0000000f000000260000002d000000 - - m_Vertices: 0b0000001800000025000000 - - m_Vertices: 0d000000110000003d000000 - - m_Vertices: 0e000000100000002e000000 - - m_Vertices: 12000000140000003a0000003c000000 - - m_Vertices: 13000000170000002a0000002f000000 - - m_Vertices: 190000001c0000002100000024000000 - - m_Vertices: 1a0000001f0000003300000037000000 - - m_Vertices: 2200000027000000290000002c000000 - - m_Vertices: 32000000340000003b0000003f000000 - m_SharedTextures: [] - m_Positions: - - {x: -0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0, z: 0} - m_Textures0: - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 5117 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &3615316570346114804 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626562 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 5095 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626562 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &3615316570346114807 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &3615316570346114806 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Mesh: {fileID: 0} ---- !u!64 &3615316570346114801 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab deleted file mode 100644 index d2cad9b1..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab +++ /dev/null @@ -1,646 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &3615316570346114800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3615316570346114794} - - component: {fileID: 3615316570346114805} - - component: {fileID: 3615316570346114804} - - component: {fileID: 3615316570346114807} - - component: {fileID: 3615316570346114806} - - component: {fileID: 3615316570346114801} - m_Layer: 0 - m_Name: WaterEdge_Right - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3615316570346114794 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} ---- !u!114 &3615316570346114805 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000400000005000000060000000700000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 170000001400000015000000160000001700000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 200000002100000022000000230000002000000022000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 240000002500000026000000270000002400000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 28000000290000002a0000002b000000280000002a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 320000003000000031000000320000003300000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 350000003700000034000000350000003600000037000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - m_SharedVertices: - - m_Vertices: 000000001e00000030000000 - - m_Vertices: 010000001d00000020000000 - - m_Vertices: 02000000040000002300000028000000 - - m_Vertices: 03000000070000003100000038000000 - - m_Vertices: 05000000160000002b000000 - - m_Vertices: 060000001500000039000000 - - m_Vertices: 080000001b00000036000000 - - m_Vertices: 090000000c000000350000003e000000 - - m_Vertices: 0a0000000f000000260000002d000000 - - m_Vertices: 0b0000001800000025000000 - - m_Vertices: 0d000000110000003d000000 - - m_Vertices: 0e000000100000002e000000 - - m_Vertices: 12000000140000003a0000003c000000 - - m_Vertices: 13000000170000002a0000002f000000 - - m_Vertices: 190000001c0000002100000024000000 - - m_Vertices: 1a0000001f0000003300000037000000 - - m_Vertices: 2200000027000000290000002c000000 - - m_Vertices: 32000000340000003b0000003f000000 - m_SharedTextures: [] - m_Positions: - - {x: -0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0, z: 0} - m_Textures0: - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 5117 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &3615316570346114804 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626562 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 5095 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626562 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &3615316570346114807 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &3615316570346114806 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Mesh: {fileID: 0} ---- !u!64 &3615316570346114801 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab b/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab deleted file mode 100644 index 3fd6077f..00000000 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab +++ /dev/null @@ -1,646 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &3615316570346114800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3615316570346114794} - - component: {fileID: 3615316570346114805} - - component: {fileID: 3615316570346114804} - - component: {fileID: 3615316570346114807} - - component: {fileID: 3615316570346114806} - - component: {fileID: 3615316570346114801} - m_Layer: 0 - m_Name: WaterEdge_Top - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3615316570346114794 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} ---- !u!114 &3615316570346114805 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 2 - m_Faces: - - m_Indexes: 000000000100000002000000030000000000000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 070000000400000005000000060000000700000005000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 1 - - m_Indexes: 0a00000008000000090000000a0000000b00000008000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 2 - - m_Indexes: 100000001100000012000000130000001000000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 170000001400000015000000160000001700000015000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 3 - - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 1e0000001c0000001d0000001e0000001f0000001c000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 4 - - m_Indexes: 200000002100000022000000230000002000000022000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 240000002500000026000000270000002400000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 28000000290000002a0000002b000000280000002a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 2c0000002d0000002e0000002f0000002c0000002e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 5 - - m_Indexes: 320000003000000031000000320000003300000030000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 350000003700000034000000350000003600000037000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3a00000038000000390000003a0000003b00000038000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - - m_Indexes: 3d0000003f0000003c0000003d0000003e0000003f000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: 0 - m_TextureGroup: 6 - m_SharedVertices: - - m_Vertices: 000000001e00000030000000 - - m_Vertices: 010000001d00000020000000 - - m_Vertices: 02000000040000002300000028000000 - - m_Vertices: 03000000070000003100000038000000 - - m_Vertices: 05000000160000002b000000 - - m_Vertices: 060000001500000039000000 - - m_Vertices: 080000001b00000036000000 - - m_Vertices: 090000000c000000350000003e000000 - - m_Vertices: 0a0000000f000000260000002d000000 - - m_Vertices: 0b0000001800000025000000 - - m_Vertices: 0d000000110000003d000000 - - m_Vertices: 0e000000100000002e000000 - - m_Vertices: 12000000140000003a0000003c000000 - - m_Vertices: 13000000170000002a0000002f000000 - - m_Vertices: 190000001c0000002100000024000000 - - m_Vertices: 1a0000001f0000003300000037000000 - - m_Vertices: 2200000027000000290000002c000000 - - m_Vertices: 32000000340000003b0000003f000000 - m_SharedTextures: [] - m_Positions: - - {x: -0.5, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: -0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: -0.5, z: 0} - - {x: 0, y: -0.5, z: -0.5} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0.5, z: 0} - - {x: 0, y: 0.5, z: 0.5} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: -0.5} - - {x: 0, y: 0.5, z: -0.5} - - {x: 0, y: 0.5, z: 0} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0} - - {x: -0.5, y: 0, z: 0.5} - - {x: -0.5, y: 0.5, z: 0.5} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0, z: 0} - - {x: -0.5, y: 0.5, z: 0} - - {x: -0.5, y: 0.5, z: -0.5} - - {x: -0.5, y: 0, z: -0.5} - - {x: -0.5, y: 0, z: 0} - m_Textures0: - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: 0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: -0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0, y: 0} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: -0.5, y: -0.5} - - {x: -0.5, y: 0} - - {x: 0, y: 0} - - {x: -0, y: -0.5} - - {x: 0, y: 0} - - {x: 0.5, y: 0} - - {x: 0.5, y: -0.5} - - {x: -0, y: -0.5} - - {x: -0.5, y: 0} - - {x: -0.5, y: 0.5} - - {x: 0, y: 0.5} - - {x: 0, y: 0} - - {x: 0, y: 0.5} - - {x: 0.5, y: 0.5} - - {x: 0.5, y: 0} - - {x: 0, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 0} - m_VersionIndex: 5117 - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!114 &3615316570346114804 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Shape: - rid: 2445536435762626562 - m_Size: {x: -1, y: 1, z: -1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_PivotLocation: 1 - m_PivotPosition: {x: 0, y: 0, z: 0} - m_UnmodifiedMeshVersion: 5095 - m_ShapeBox: - m_Center: {x: -0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - references: - version: 2 - RefIds: - - rid: 2445536435762626562 - type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} ---- !u!23 &3615316570346114807 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!33 &3615316570346114806 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Mesh: {fileID: 0} ---- !u!64 &3615316570346114801 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3615316570346114800} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles.meta b/Assets/Prefabs/_Ground Tiles.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles.meta rename to Assets/Prefabs/_Ground Tiles.meta diff --git a/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab b/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab new file mode 100644 index 00000000..26d40665 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2715128023087992215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2715128023087992214} + m_Layer: 0 + m_Name: Corner_BottomLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2715128023087992214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2715128023087992215} + 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: + - {fileID: 2462635153668733847} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2715128023235938072 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2715128023087992214} + m_Modifications: + - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Name + value: Corner_Original + objectReference: {fileID: 0} + - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} +--- !u!4 &2462635153668733847 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/Corner_TopLeft.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab new file mode 100644 index 00000000..ac54dcca --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2715128023087992215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2715128023087992214} + m_Layer: 0 + m_Name: Corner_BottomRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2715128023087992214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2715128023087992215} + 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: + - {fileID: 2462635153668733847} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2715128023235938072 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2715128023087992214} + m_Modifications: + - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Name + value: Corner_Original + objectReference: {fileID: 0} + - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 270 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} +--- !u!4 &2462635153668733847 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab.meta index 2ec5bebc..436032e1 100644 --- a/Assets/Prefabs/Ground Tiles/Corner_BottomRight.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 7821c1cc45bdc44108e5fefd2bce3190 +guid: 902d4a9a88eff44bca7959bb8b2acdc2 PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab b/Assets/Prefabs/_Ground Tiles/Corner_Original.prefab similarity index 91% rename from Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab rename to Assets/Prefabs/_Ground Tiles/Corner_Original.prefab index f49afc12..52980e73 100644 --- a/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab +++ b/Assets/Prefabs/_Ground Tiles/Corner_Original.prefab @@ -13,7 +13,7 @@ GameObject: - component: {fileID: 541306147181673613} - component: {fileID: 541306147181673602} m_Layer: 0 - m_Name: Corner_BottomLeft + m_Name: Corner_Original m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -489,38 +489,38 @@ MonoBehaviour: - m_Vertices: 2e00000043000000 m_SharedTextures: [] m_Positions: - - {x: 0.5, y: 0.36, z: -0.5} - - {x: 0.5, y: -0.5, z: -0.5} + - {x: 0, y: 0.36, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} - {x: -0.40495408, y: 0.36, z: -0.5} - {x: -0.40495408, y: -0.5, z: -0.5} - - {x: -0.5, y: -0.5, z: 0.5} - - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.36, z: 0} - {x: -0.5, y: -0.5, z: -0.40495408} - {x: -0.5, y: 0.36, z: -0.40495408} - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: 0, y: 0.4282843, z: -0.4717157} - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: 0, y: 0.4717157, z: -0.4282843} - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} + - {x: -0.4282843, y: 0.4717157, z: 0} - {x: -0.47640097, y: 0.423599, z: -0.38186276} - - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.4717157, y: 0.4282843, z: 0} - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} + - {x: -0.36, y: 0.5, z: 0} - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - - {x: -0.4282843, y: 0.4717157, z: 0.5} - - {x: 0.5, y: 0.5, z: -0.36} + - {x: -0.4282843, y: 0.4717157, z: 0} + - {x: 0, y: 0.5, z: -0.36} - {x: -0.2649541, y: 0.5, z: -0.36} - - {x: 0.5, y: 0.4717157, z: -0.4282843} + - {x: 0, y: 0.4717157, z: -0.4282843} - {x: -0.3280511, y: 0.4763716, z: -0.42362845} - - {x: -0.5, y: 0.36, z: 0.5} + - {x: -0.5, y: 0.36, z: 0} - {x: -0.5, y: 0.36, z: -0.40495408} - - {x: -0.4717157, y: 0.4282843, z: 0.5} + - {x: -0.4717157, y: 0.4282843, z: 0} - {x: -0.47640097, y: 0.423599, z: -0.38186276} - {x: -0.40495408, y: 0.36, z: -0.5} - - {x: 0.5, y: 0.36, z: -0.5} + - {x: 0, y: 0.36, z: -0.5} - {x: -0.38186276, y: 0.423599, z: -0.47640097} - - {x: 0.5, y: 0.4282843, z: -0.4717157} + - {x: 0, y: 0.4282843, z: -0.4717157} - {x: -0.34232235, y: 0.5, z: -0.30763173} - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - {x: -0.30763173, y: 0.5, z: -0.34232235} @@ -569,13 +569,13 @@ MonoBehaviour: - {x: -0.42362845, y: 0.4763716, z: -0.3280511} - {x: -0.34232235, y: 0.5, z: -0.30763173} - {x: -0.40581024, y: 0.4765122, z: -0.37072802} - - {x: 0.5, y: 0.5, z: -0.36} + - {x: 0, y: 0.5, z: -0.36} - {x: -0.2649541, y: 0.5, z: -0.36} - {x: -0.30763173, y: 0.5, z: -0.34232235} - {x: -0.34232235, y: 0.5, z: -0.30763173} - {x: -0.36, y: 0.5, z: -0.2649541} - - {x: -0.36, y: 0.5, z: 0.5} - - {x: 0.5, y: 0.5, z: 0.5} + - {x: -0.36, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} m_Textures0: - {x: -0.5, y: 0.36} - {x: -0.5, y: -0.5} @@ -675,30 +675,30 @@ MonoBehaviour: - {x: 0, y: 0, z: -1, w: -1} - {x: 0, y: 0, z: -1, w: -1} - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: -0.000000009628983, z: -0.0000000045987174, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000019244107, z: 0.000000019283183, w: -1} - - {x: 1, y: -0.000000028859237, z: 0.000000043165088, w: -1} - - {x: 0.70710635, y: 0.7071072, z: -0.0000016183064, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} - - {x: 0.7071066, y: 0.707107, z: -0.00000080915316, w: -1} + - {x: 1, y: -0.000000022396634, z: -0.000000010696435, w: -1} + - {x: 1, y: -0.000000048327845, z: 0.00000004842245, w: -1} + - {x: 1, y: -0.000000048327845, z: 0.00000004842245, w: -1} + - {x: 1, y: -0.00000007284512, z: 0.000000108955284, w: -1} + - {x: 0.64891315, y: 0.6489139, z: 0.3972689, w: -1} + - {x: 0.691103, y: 0.6911034, z: 0.2115488, w: -1} + - {x: 0.691103, y: 0.6911034, z: 0.2115488, w: -1} - {x: 0.7071068, y: 0.7071068, z: 0, w: -1} - - {x: 0.9374494, y: 0.34812173, z: 0.000008753489, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9308248, y: 0.36546576, z: 0.000004363308, w: -1} - - {x: 0.9238794, y: 0.38268387, z: 0, w: -1} + - {x: 0.8011454, y: 0.2975053, z: 0.51928484, w: -1} + - {x: 0.8910555, y: 0.3486519, z: 0.29062352, w: -1} + - {x: 0.8910555, y: 0.3486519, z: 0.29062352, w: -1} + - {x: 0.9238793, y: 0.38268396, z: 6.8671824e-10, w: -1} - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.9999987, y: -0.0015209224, z: 0.00062997063, w: -1} - - {x: 0.99999464, y: -0.0030427293, z: 0.0012602899, w: -1} + - {x: 0.99999154, y: -0.0037983144, z: 0.001578001, w: -1} + - {x: 0.99999154, y: -0.0037983144, z: 0.001578001, w: -1} + - {x: 0.9999662, y: -0.007601456, z: 0.0031485017, w: -1} - {x: 0, y: 0, z: -1, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0014510537, y: 0.0006010903, z: -0.9999988, w: -1} - - {x: -0.0029031867, y: 0.0012026035, z: -0.9999951, w: -1} + - {x: -0.0033617802, y: 0.0013911885, z: -0.9999934, w: -1} + - {x: -0.0033617802, y: 0.0013911885, z: -0.9999934, w: -1} + - {x: -0.0067252624, y: 0.0027858436, z: -0.99997354, w: -1} - {x: 1, y: 0, z: 0, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999905, y: -0.00049438176, z: 0.0013506643, w: -1} - - {x: 0.99999595, y: -0.000989217, z: 0.0027024837, w: -1} + - {x: 0.9999945, y: -0.0011428697, z: 0.003118683, w: -1} + - {x: 0.9999945, y: -0.0011428697, z: 0.003118683, w: -1} + - {x: 0.99997795, y: -0.0022844283, z: 0.0062409258, w: -1} - {x: 0.9832176, y: 0.18243687, z: -0.00000015424739, w: -1} - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} - {x: 0.9832176, y: 0.18243685, z: -0.00000022703473, w: -1} @@ -748,11 +748,11 @@ MonoBehaviour: - {x: 0.966993, y: 0.25480327, z: -0.000027267484, w: -1} - {x: 0.96692795, y: 0.2550499, z: -0.00005421199, w: -1} - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9852622, y: 0, z: -0.1710507, w: -1} - {x: 1, y: 0, z: 0, w: -1} - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.9505251, y: 0, z: -0.31064776, w: -1} + - {x: 0.9082288, y: 0, z: -0.41847402, w: -1} - {x: 1, y: 0, z: 0, w: -1} m_Colors: [] m_UnwrapParameters: @@ -763,7 +763,7 @@ MonoBehaviour: m_PreserveMeshAssetOnDestroy: 0 assetGuid: m_Mesh: {fileID: 0} - m_VersionIndex: 1169 + m_VersionIndex: 1723 m_IsSelectable: 1 m_SelectedFaces: m_SelectedEdges: [] diff --git a/Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_Original.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/Corner_BottomLeft.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Corner_Original.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab new file mode 100644 index 00000000..d10ce77c --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2715128023087992215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2715128023087992214} + m_Layer: 0 + m_Name: Corner_TopLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2715128023087992214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2715128023087992215} + 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: + - {fileID: 2462635153668733847} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2715128023235938072 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2715128023087992214} + m_Modifications: + - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Name + value: Corner_Original + objectReference: {fileID: 0} + - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} +--- !u!4 &2462635153668733847 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab.meta new file mode 100644 index 00000000..b3148878 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 439cf7ada71a9427a8fd01e29360ecdb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab new file mode 100644 index 00000000..b7d65500 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2715128023087992215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2715128023087992214} + m_Layer: 0 + m_Name: Corner_TopRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2715128023087992214 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2715128023087992215} + 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: + - {fileID: 2462635153668733847} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2715128023235938072 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2715128023087992214} + m_Modifications: + - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Name + value: Corner_Original + objectReference: {fileID: 0} + - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.5 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} +--- !u!4 &2462635153668733847 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + type: 3} + m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab.meta index 7f950ccc..896e4888 100644 --- a/Assets/Prefabs/Ground Tiles/Corner_TopRight.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 68bb104bc7c7d43e38b7eb54c85bc24d +guid: c966b1ac05b324f7d8d6a3698186376c PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab b/Assets/Prefabs/_Ground Tiles/Edge_Bottom.prefab similarity index 100% rename from Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab rename to Assets/Prefabs/_Ground Tiles/Edge_Bottom.prefab diff --git a/Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta b/Assets/Prefabs/_Ground Tiles/Edge_Bottom.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/Edge_Bottom.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Edge_Bottom.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/Edge_Left.prefab b/Assets/Prefabs/_Ground Tiles/Edge_Left.prefab new file mode 100644 index 00000000..e06cb4f7 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Edge_Left.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1900582776661273061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1900582776661273062} + m_Layer: 0 + m_Name: Edge_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1900582776661273062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1900582776661273061} + 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: + - {fileID: 8046909580586098485} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1900582776890232165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1900582776661273062} + m_Modifications: + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949203, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949212, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Name + value: Edge_Bottom + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949213, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3e087dfee206e4550b36f286e8fcde97, type: 3} +--- !u!4 &8046909580586098485 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + m_PrefabInstance: {fileID: 1900582776890232165} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta b/Assets/Prefabs/_Ground Tiles/Edge_Left.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/Edge_Left.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Edge_Left.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/Edge_Right.prefab b/Assets/Prefabs/_Ground Tiles/Edge_Right.prefab new file mode 100644 index 00000000..ae50ec1e --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Edge_Right.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1900582776661273061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1900582776661273062} + m_Layer: 0 + m_Name: Edge_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1900582776661273062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1900582776661273061} + 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: + - {fileID: 8046909580586098485} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1900582776890232165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1900582776661273062} + m_Modifications: + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 270 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949203, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949212, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Name + value: Edge_Bottom + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949213, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3e087dfee206e4550b36f286e8fcde97, type: 3} +--- !u!4 &8046909580586098485 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + m_PrefabInstance: {fileID: 1900582776890232165} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta b/Assets/Prefabs/_Ground Tiles/Edge_Right.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Edge_Right.prefab.meta index 4b2eedb7..0f20bef7 100644 --- a/Assets/Prefabs/Ground Tiles/Edge_Right.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/Edge_Right.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a55015d5fd5764a3e92c509d7314d26f +guid: 18d4bd20351394b478ea10e5d982bfd0 PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/Edge_Top.prefab b/Assets/Prefabs/_Ground Tiles/Edge_Top.prefab new file mode 100644 index 00000000..748d5903 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Edge_Top.prefab @@ -0,0 +1,119 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1900582776661273061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1900582776661273062} + m_Layer: 0 + m_Name: Edge_Top + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1900582776661273062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1900582776661273061} + 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: + - {fileID: 8046909580586098485} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1900582776890232165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1900582776661273062} + m_Modifications: + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949203, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949212, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Name + value: Edge_Bottom + objectReference: {fileID: 0} + - target: {fileID: 8488269719562949213, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3e087dfee206e4550b36f286e8fcde97, type: 3} +--- !u!4 &8046909580586098485 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8488269719562949200, guid: 3e087dfee206e4550b36f286e8fcde97, + type: 3} + m_PrefabInstance: {fileID: 1900582776890232165} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta b/Assets/Prefabs/_Ground Tiles/Edge_Top.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Edge_Top.prefab.meta index 23f84132..036768b4 100644 --- a/Assets/Prefabs/Ground Tiles/Edge_Top.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/Edge_Top.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 977868cb10524431984b67c681cb70c6 +guid: 737bdf50f1042462cb3f8f7874df99ac PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/Ground Tiles/Middle Tile.prefab b/Assets/Prefabs/_Ground Tiles/Middle Tile.prefab similarity index 100% rename from Assets/Prefabs/Ground Tiles/Middle Tile.prefab rename to Assets/Prefabs/_Ground Tiles/Middle Tile.prefab diff --git a/Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta b/Assets/Prefabs/_Ground Tiles/Middle Tile.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/Middle Tile.prefab.meta rename to Assets/Prefabs/_Ground Tiles/Middle Tile.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab new file mode 100644 index 00000000..0ec2e43c --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6745226722579863149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6745226722579863148} + m_Layer: 0 + m_Name: WaterCorner_BottomLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6745226722579863148 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745226722579863149} + 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: + - {fileID: 3324886319721692025} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &6745226721129272933 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6745226722579863148} + m_Modifications: + - target: {fileID: 8340531866825338128, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338131, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338134, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Name + value: WaterCorner_Original + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338135, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f10d81e3e475145ff9e5caf18c16fce9, type: 3} +--- !u!4 &3324886319721692025 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + m_PrefabInstance: {fileID: 6745226721129272933} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab.meta new file mode 100644 index 00000000..36914f41 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomLeft.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 497c3d04a3a23429a815495377f8f641 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab new file mode 100644 index 00000000..0ef58f85 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6745226722579863149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6745226722579863148} + m_Layer: 0 + m_Name: WaterCorner_BottomRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6745226722579863148 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745226722579863149} + 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: + - {fileID: 3324886319721692025} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &6745226721129272933 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6745226722579863148} + m_Modifications: + - target: {fileID: 8340531866825338128, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338131, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338134, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Name + value: WaterCorner_Original + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338135, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f10d81e3e475145ff9e5caf18c16fce9, type: 3} +--- !u!4 &3324886319721692025 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + m_PrefabInstance: {fileID: 6745226721129272933} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/WaterCorner_BottomRight.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterCorner_BottomRight.prefab.meta diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab b/Assets/Prefabs/_Ground Tiles/WaterCorner_Original.prefab similarity index 99% rename from Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab rename to Assets/Prefabs/_Ground Tiles/WaterCorner_Original.prefab index 5a72ddac..f7f7c91f 100644 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_Original.prefab @@ -15,7 +15,7 @@ GameObject: - component: {fileID: 8340531866825338128} - component: {fileID: 8340531866825338135} m_Layer: 0 - m_Name: WaterCorner_BottomLeft + m_Name: WaterCorner_Original m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterCorner_Original.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/WaterCorner_BottomLeft.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterCorner_Original.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab new file mode 100644 index 00000000..e84f277d --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6745226722579863149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6745226722579863148} + m_Layer: 0 + m_Name: WaterCorner_TopLeft + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6745226722579863148 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745226722579863149} + 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: + - {fileID: 3324886319721692025} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &6745226721129272933 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6745226722579863148} + m_Modifications: + - target: {fileID: 8340531866825338128, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338131, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338134, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Name + value: WaterCorner_Original + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338135, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f10d81e3e475145ff9e5caf18c16fce9, type: 3} +--- !u!4 &3324886319721692025 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + m_PrefabInstance: {fileID: 6745226721129272933} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab.meta index 480e26a2..468202dc 100644 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_TopLeft.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopLeft.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b57c2ed759c29448bb348402ac58455f +guid: f42ef66b5f3ec48a895a128eed7a950e PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab new file mode 100644 index 00000000..fdb32555 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6745226722579863149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6745226722579863148} + m_Layer: 0 + m_Name: WaterCorner_TopRight + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6745226722579863148 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745226722579863149} + 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: + - {fileID: 3324886319721692025} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &6745226721129272933 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6745226722579863148} + m_Modifications: + - target: {fileID: 8340531866825338128, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338131, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338134, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Name + value: WaterCorner_Original + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338135, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 270 + objectReference: {fileID: 0} + - target: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f10d81e3e475145ff9e5caf18c16fce9, type: 3} +--- !u!4 &3324886319721692025 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8340531866825338140, guid: f10d81e3e475145ff9e5caf18c16fce9, + type: 3} + m_PrefabInstance: {fileID: 6745226721129272933} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab.meta index 073f57fd..02cd3211 100644 --- a/Assets/Prefabs/Ground Tiles/WaterCorner_TopRight.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterCorner_TopRight.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 40e1bc6bd26ba42e19e53773e65b8654 +guid: 2f98cd67cb54342ef8cb921e383706ce PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab b/Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab new file mode 100644 index 00000000..e68db416 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &804906806462723776 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804906806462723839} + m_Layer: 0 + m_Name: WaterEdge_Bottom + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &804906806462723839 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804906806462723776} + 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: + - {fileID: 3256288654445282147} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2241814063045201289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 804906806462723839} + m_Modifications: + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114800, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Name + value: WaterEdge_Original + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114801, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114805, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114806, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 75aee5d9f95dc40a49862cbc66bf2f78, type: 3} +--- !u!4 &3256288654445282147 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + m_PrefabInstance: {fileID: 2241814063045201289} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab.meta index 489835ba..a2ef8a0b 100644 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Bottom.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Bottom.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: de9aca4273b2c4f4996e6ef0ce4e2a97 +guid: 534f1e6021587442a9b34ccebc7774ed PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab b/Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab new file mode 100644 index 00000000..3a8130c0 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &804906806462723776 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804906806462723839} + m_Layer: 0 + m_Name: WaterEdge_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &804906806462723839 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804906806462723776} + 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: + - {fileID: 3256288654445282147} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2241814063045201289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 804906806462723839} + m_Modifications: + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114800, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Name + value: WaterEdge_Original + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114801, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114805, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114806, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 75aee5d9f95dc40a49862cbc66bf2f78, type: 3} +--- !u!4 &3256288654445282147 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + m_PrefabInstance: {fileID: 2241814063045201289} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab.meta index ff1b1aab..ed88c395 100644 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Left.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 39b81eba48eeb4da3acdb6bdde8595e9 +guid: a109c880fb15d4783aa39b2463bb2a6f PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab b/Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab similarity index 99% rename from Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab rename to Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab index afdd9d71..b4e3efea 100644 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Left.prefab +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab @@ -15,7 +15,7 @@ GameObject: - component: {fileID: 3615316570346114806} - component: {fileID: 3615316570346114801} m_Layer: 0 - m_Name: WaterEdge_Left + m_Name: WaterEdge_Original m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -29,7 +29,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3615316570346114800} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 5.5, y: 0.75, z: 1.5} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] diff --git a/Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab.meta new file mode 100644 index 00000000..ea707425 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Original.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 75aee5d9f95dc40a49862cbc66bf2f78 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab b/Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab new file mode 100644 index 00000000..1d2c36d0 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &804906806462723776 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804906806462723839} + m_Layer: 0 + m_Name: WaterEdge_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &804906806462723839 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804906806462723776} + 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: + - {fileID: 3256288654445282147} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2241814063045201289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 804906806462723839} + m_Modifications: + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114800, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Name + value: WaterEdge_Original + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114801, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114805, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114806, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 75aee5d9f95dc40a49862cbc66bf2f78, type: 3} +--- !u!4 &3256288654445282147 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + m_PrefabInstance: {fileID: 2241814063045201289} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab.meta index 98c495c9..214a0755 100644 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Right.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Right.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2d86b4c9b86f644c3a6f357a034a1aa1 +guid: 3e937bf6d21fc417190055991c96643a PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab b/Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab new file mode 100644 index 00000000..7e25d04b --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &804906806462723776 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804906806462723839} + m_Layer: 0 + m_Name: WaterEdge_Top + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &804906806462723839 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804906806462723776} + 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: + - {fileID: 3256288654445282147} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2241814063045201289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 804906806462723839} + m_Modifications: + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 270 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114800, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Name + value: WaterEdge_Original + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114801, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114805, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 3615316570346114806, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 75aee5d9f95dc40a49862cbc66bf2f78, type: 3} +--- !u!4 &3256288654445282147 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3615316570346114794, guid: 75aee5d9f95dc40a49862cbc66bf2f78, + type: 3} + m_PrefabInstance: {fileID: 2241814063045201289} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta b/Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab.meta similarity index 74% rename from Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta rename to Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab.meta index 7a82ae0c..89bfd4f0 100644 --- a/Assets/Prefabs/Ground Tiles/WaterEdge_Top.prefab.meta +++ b/Assets/Prefabs/_Ground Tiles/WaterEdge_Top.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: fb1ec66424c0441df9b457a21856ad90 +guid: a71a592181633435b8f6bd27de65b23b PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab b/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab new file mode 100644 index 00000000..c30fb161 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5287334994973151369 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5287334994973151370} + m_Layer: 0 + m_Name: Water_T_Oriented + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5287334994973151370 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5287334994973151369} + 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: + - {fileID: 626362580976581385} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &5287334995652071745 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 5287334994973151370} + m_Modifications: + - target: {fileID: 4742618442792823362, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Name + value: Water_T_Original + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823369, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823372, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823373, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7133ce9ac68d745508e5cf7a1050582b, type: 3} +--- !u!4 &626362580976581385 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + m_PrefabInstance: {fileID: 5287334995652071745} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab.meta new file mode 100644 index 00000000..a119b5ee --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_T_Oriented.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6e0ed67442edd4d1abba8dc86da06ece +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab b/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab new file mode 100644 index 00000000..7752f5de --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab @@ -0,0 +1,2464 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4742618442792823362 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4742618442792823368} + - component: {fileID: 4742618442792823369} + - component: {fileID: 4742618442792823374} + - component: {fileID: 4742618442792823375} + - component: {fileID: 4742618442792823372} + - component: {fileID: 4742618442792823373} + m_Layer: 0 + m_Name: Water_T_Original + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4742618442792823368 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.5, y: 0.5, z: -0.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4742618442792823369 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 070000000500000006000000070000000400000005000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 08000000090000000a0000000b000000080000000a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0e0000000c0000000d0000000e0000000f0000000c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 110000001300000010000000110000001200000013000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 140000001500000016000000170000001400000016000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 1a00000018000000190000001a0000001b00000018000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 1d0000001f0000001c0000001d0000001e0000001f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 210000002300000022000000210000002000000023000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 260000002500000024000000270000002600000024000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 2a00000029000000280000002a0000002b00000029000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2d0000002f0000002c0000002f000000300000002c0000002d0000002e0000002f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 350000003100000032000000330000003400000035000000330000003500000032000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 360000003700000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 390000003a0000003b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 3e0000003d0000003c0000003e0000003f0000003d000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 420000004100000040000000420000004300000041000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 440000004500000049000000490000004500000046000000470000004900000046000000470000004800000049000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 4d0000004e0000004a0000004c0000004d0000004a0000004c0000004a0000004b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 4f00000050000000510000004f0000005100000052000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 580000005300000054000000550000005800000054000000550000005600000058000000580000005600000057000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 5d000000590000005c000000590000005b0000005c000000590000005a0000005b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 5f000000600000005e00000060000000610000005e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 670000006200000065000000620000006400000065000000620000006300000064000000650000006600000067000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 6a0000006b000000680000006a0000006800000069000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 6e0000006f00000070000000710000006c0000006d00000070000000710000006d000000700000006d0000006e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 750000007200000074000000720000007300000074000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 760000007700000078000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 790000007a0000007b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7c0000007d0000007e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 7f0000008000000081000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 820000008300000084000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 850000008600000087000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 88000000890000008a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8b0000008c0000008d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 8e0000008f00000090000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 910000009200000093000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 940000009500000096000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 970000009800000099000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9a0000009b0000009c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 9d0000009e0000009f000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: a0000000a1000000a2000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: a3000000a4000000a5000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: a6000000a9000000a8000000a7000000a6000000a8000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: ac000000ab000000aa000000ad000000ac000000aa000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: b0000000af000000ae000000b0000000b1000000af000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: b3000000b4000000b5000000b3000000b5000000b6000000b6000000b2000000b3000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: b9000000ba000000bb000000bb000000b7000000b9000000b7000000b8000000b9000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: bc000000bd000000be000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: bf000000c0000000c1000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: c4000000c3000000c2000000c4000000c5000000c3000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: c8000000c7000000c6000000c8000000c9000000c7000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: ca000000cc000000cf000000cf000000cc000000ce000000cc000000cd000000ce000000ca000000cb000000cc000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: d0000000d3000000d4000000d2000000d3000000d0000000d2000000d0000000d1000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: d7000000d8000000d5000000d6000000d7000000d5000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: de000000d9000000da000000dc000000dd000000de000000dc000000de000000db000000db000000de000000da000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: e3000000df000000e2000000df000000e1000000e2000000e0000000e1000000df000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: e4000000e6000000e7000000e4000000e5000000e6000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: ed000000e8000000ec000000e9000000ec000000e8000000eb000000ec000000e9000000e9000000ea000000eb000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: f0000000f1000000ee000000f0000000ee000000ef000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: f7000000f2000000f3000000f3000000f6000000f7000000f4000000f6000000f3000000f6000000f4000000f5000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: fb000000f8000000fa000000f8000000f9000000fa000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: fc000000fd000000fe000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: ff0000000001000001010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 020100000301000004010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 050100000601000007010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 08010000090100000a010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 0b0100000c0100000d010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 0e0100000f01000010010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 110100001201000013010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 140100001501000016010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 170100001801000019010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1a0100001b0100001c010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1d0100001e0100001f010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 200100002101000022010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 230100002401000025010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 260100002701000028010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 290100002a0100002b010000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 0000000018000000ca000000 + - m_Vertices: 01000000a6000000cf000000 + - m_Vertices: 02000000a7000000db000000 + - m_Vertices: 0300000019000000da000000 + - m_Vertices: 040000002500000055000000 + - m_Vertices: 050000001200000054000000 + - m_Vertices: 060000001100000047000000 + - m_Vertices: 070000002400000046000000 + - m_Vertices: 080000001500000067000000f4000000 + - m_Vertices: 090000002000000066000000 + - m_Vertices: 0a000000210000006f000000 + - m_Vertices: 0b000000160000006e000000e8000000 + - m_Vertices: 0c0000001e0000002d000000b5000000 + - m_Vertices: 0d0000001d00000032000000b7000000 + - m_Vertices: 0e000000100000003100000048000000 + - m_Vertices: 0f000000130000002e00000053000000 + - m_Vertices: 14000000ab000000f5000000 + - m_Vertices: 17000000aa000000ed000000 + - m_Vertices: 1a0000001c000000b8000000d9000000 + - m_Vertices: 1b0000001f000000b4000000cb000000 + - m_Vertices: 2200000041000000700000009c0000009d000000 + - m_Vertices: 2300000040000000650000008e00000099000000 + - m_Vertices: 260000003d000000560000008400000085000000 + - m_Vertices: 270000003c000000450000007600000081000000 + - m_Vertices: 28000000420000005c0000009000000091000000 + - m_Vertices: 29000000430000004c0000009a000000a5000000 + - m_Vertices: 2a0000003f0000005b000000820000008d000000 + - m_Vertices: 2b0000003e0000004d0000007800000079000000 + - m_Vertices: 2c00000062000000b6000000f3000000 + - m_Vertices: 2f00000036000000580000005f000000 + - m_Vertices: 3000000038000000630000006b000000 + - m_Vertices: 330000006d000000bb000000e9000000 + - m_Vertices: 34000000390000006c00000073000000 + - m_Vertices: 350000003b0000004900000052000000 + - m_Vertices: 37000000590000005e00000068000000 + - m_Vertices: 3a0000004a0000004f00000072000000 + - m_Vertices: 44000000510000007e0000007f000000 + - m_Vertices: 4b00000075000000a2000000a3000000 + - m_Vertices: 4e000000500000007b0000007c000000 + - m_Vertices: 57000000600000008700000088000000 + - m_Vertices: 5a000000610000008a0000008b000000 + - m_Vertices: 5d000000690000009300000094000000 + - m_Vertices: 640000006a0000009600000097000000 + - m_Vertices: 71000000740000009f000000a0000000 + - m_Vertices: 770000007a0000007d00000080000000 + - m_Vertices: 8300000086000000890000008c000000 + - m_Vertices: 8f000000920000009500000098000000 + - m_Vertices: 9b0000009e000000a1000000a4000000 + - m_Vertices: a8000000c3000000dc0000000a0100000b010000 + - m_Vertices: a9000000c2000000ce000000fc00000007010000 + - m_Vertices: ac000000c7000000f60000002201000023010000 + - m_Vertices: ad000000c6000000ec000000140100001f010000 + - m_Vertices: ae000000c4000000d3000000fe000000ff000000 + - m_Vertices: af000000c5000000e10000000801000013010000 + - m_Vertices: b0000000c9000000d2000000200100002b010000 + - m_Vertices: b1000000c8000000e20000001601000017010000 + - m_Vertices: b2000000bc000000f2000000f9000000 + - m_Vertices: b3000000be000000cc000000d8000000 + - m_Vertices: b9000000bf000000de000000e5000000 + - m_Vertices: ba000000c1000000ea000000f1000000 + - m_Vertices: bd000000d0000000d5000000f8000000 + - m_Vertices: c0000000df000000e4000000ee000000 + - m_Vertices: cd000000d70000000401000005010000 + - m_Vertices: d1000000fb0000002801000029010000 + - m_Vertices: d4000000d60000000101000002010000 + - m_Vertices: dd000000e60000000d0100000e010000 + - m_Vertices: e0000000e70000001001000011010000 + - m_Vertices: e3000000ef000000190100001a010000 + - m_Vertices: eb000000f00000001c0100001d010000 + - m_Vertices: f7000000fa0000002501000026010000 + - m_Vertices: fd000000000100000301000006010000 + - m_Vertices: 090100000c0100000f01000012010000 + - m_Vertices: 15010000180100001b0100001e010000 + - m_Vertices: 2101000024010000270100002a010000 + m_SharedTextures: [] + m_Positions: + - {x: -0.5, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.25} + - {x: 0.5, y: 0.5, z: -0.25} + - {x: 0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: -0.25} + - {x: -0.5, y: -0.5, z: -0.25} + - {x: -0.5, y: 0.5, z: -0.25} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: -0.5, y: -0.5, z: -0.25} + - {x: 0.5, y: -0.5, z: 0.25} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0.25} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: -0.5, y: 0.5, z: 0.25} + - {x: -0.5, y: -0.5, z: 0.25} + - {x: -0.5, y: 0.5, z: 0.25} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0.25} + - {x: 0.5, y: -0.5, z: -0.25} + - {x: 0.5, y: 0.5, z: -0.25} + - {x: 0.14000005, y: 0.5, z: -0.25} + - {x: 0.14000005, y: -0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.39000005} + - {x: 0, y: 0.5, z: -0.39000005} + - {x: 0.07171577, y: -0.5, z: -0.27828425} + - {x: 0.07171577, y: 0.5, z: -0.27828425} + - {x: 0.028284252, y: -0.5, z: -0.32171577} + - {x: 0.028284252, y: 0.5, z: -0.32171577} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: 0} + - {x: -0.5, y: -0.5, z: -0.25} + - {x: -0.099999994, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.14999998} + - {x: -0.5, y: 0.5, z: -0.25} + - {x: -0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.14999998} + - {x: -0.099999994, y: 0.5, z: -0.25} + - {x: -0.099999994, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.14999998} + - {x: 0, y: 0.5, z: -0.14999998} + - {x: 0, y: 0.5, z: -0.25} + - {x: -0.099999994, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.39000005} + - {x: 0, y: -0.5, z: -0.39000005} + - {x: 0.028284252, y: 0.5, z: -0.32171577} + - {x: 0.028284252, y: -0.5, z: -0.32171577} + - {x: 0.14000005, y: -0.5, z: -0.25} + - {x: 0.14000005, y: 0.5, z: -0.25} + - {x: 0.07171577, y: -0.5, z: -0.27828425} + - {x: 0.07171577, y: 0.5, z: -0.27828425} + - {x: -0.028284281, y: 0.5, z: -0.32171577} + - {x: 0, y: 0.5, z: -0.39000005} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.5} + - {x: -0.5, y: 0.5, z: -0.25} + - {x: -0.099999994, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0.060000002, y: 0.5, z: -0.25} + - {x: 0.07171577, y: 0.5, z: -0.27828425} + - {x: 0.028284252, y: 0.5, z: -0.32171577} + - {x: 0, y: 0.5, z: -0.31} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.31} + - {x: -0.028284281, y: 0.5, z: -0.32171577} + - {x: -0.099999994, y: 0.5, z: -0.25} + - {x: -0.5, y: -0.5, z: -0.25} + - {x: -0.5, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.39000005} + - {x: -0.028284281, y: -0.5, z: -0.32171577} + - {x: -0.099999994, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.31} + - {x: 0.028284252, y: -0.5, z: -0.32171577} + - {x: 0.07171577, y: -0.5, z: -0.27828425} + - {x: 0.060000002, y: -0.5, z: -0.25} + - {x: 0, y: -0.5, z: -0.25} + - {x: -0.099999994, y: -0.5, z: -0.25} + - {x: -0.028284281, y: -0.5, z: -0.32171577} + - {x: 0, y: -0.5, z: -0.31} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.14999998} + - {x: 0.07171577, y: -0.5, z: -0.22171575} + - {x: 0.14000005, y: -0.5, z: -0.25} + - {x: 0.5, y: -0.5, z: -0.25} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.25} + - {x: 0.060000002, y: -0.5, z: -0.25} + - {x: 0.07171577, y: -0.5, z: -0.22171575} + - {x: 0, y: -0.5, z: -0.14999998} + - {x: 0, y: 0.5, z: -0.14999998} + - {x: 0, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.25} + - {x: 0.14000005, y: 0.5, z: -0.25} + - {x: 0.07171577, y: 0.5, z: -0.22171575} + - {x: 0, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.14999998} + - {x: 0.07171577, y: 0.5, z: -0.22171575} + - {x: 0.060000002, y: 0.5, z: -0.25} + - {x: 0, y: 0.5, z: -0.39000005} + - {x: 0, y: 0.5, z: -0.33585793} + - {x: 0.028284252, y: 0.5, z: -0.32171577} + - {x: 0.028284252, y: 0.5, z: -0.32171577} + - {x: 0, y: 0.5, z: -0.33585793} + - {x: 0, y: 0.5, z: -0.31} + - {x: 0, y: 0.5, z: -0.31} + - {x: 0, y: 0.5, z: -0.33585793} + - {x: -0.028284281, y: 0.5, z: -0.32171577} + - {x: -0.028284281, y: 0.5, z: -0.32171577} + - {x: 0, y: 0.5, z: -0.33585793} + - {x: 0, y: 0.5, z: -0.39000005} + - {x: 0.028284252, y: -0.5, z: -0.32171577} + - {x: 0, y: -0.5, z: -0.33585787} + - {x: 0, y: -0.5, z: -0.39000005} + - {x: 0, y: -0.5, z: -0.39000005} + - {x: 0, y: -0.5, z: -0.33585787} + - {x: -0.028284281, y: -0.5, z: -0.32171577} + - {x: -0.028284281, y: -0.5, z: -0.32171577} + - {x: 0, y: -0.5, z: -0.33585787} + - {x: 0, y: -0.5, z: -0.31} + - {x: 0, y: -0.5, z: -0.31} + - {x: 0, y: -0.5, z: -0.33585787} + - {x: 0.028284252, y: -0.5, z: -0.32171577} + - {x: 0.14000005, y: -0.5, z: -0.25} + - {x: 0.08585793, y: -0.5, z: -0.25} + - {x: 0.07171577, y: -0.5, z: -0.27828425} + - {x: 0.07171577, y: -0.5, z: -0.27828425} + - {x: 0.08585793, y: -0.5, z: -0.25} + - {x: 0.060000002, y: -0.5, z: -0.25} + - {x: 0.060000002, y: -0.5, z: -0.25} + - {x: 0.08585793, y: -0.5, z: -0.25} + - {x: 0.07171577, y: -0.5, z: -0.22171575} + - {x: 0.07171577, y: -0.5, z: -0.22171575} + - {x: 0.08585793, y: -0.5, z: -0.25} + - {x: 0.14000005, y: -0.5, z: -0.25} + - {x: 0.07171577, y: 0.5, z: -0.27828425} + - {x: 0.08585787, y: 0.5, z: -0.25} + - {x: 0.14000005, y: 0.5, z: -0.25} + - {x: 0.14000005, y: 0.5, z: -0.25} + - {x: 0.08585787, y: 0.5, z: -0.25} + - {x: 0.07171577, y: 0.5, z: -0.22171575} + - {x: 0.07171577, y: 0.5, z: -0.22171575} + - {x: 0.08585787, y: 0.5, z: -0.25} + - {x: 0.060000002, y: 0.5, z: -0.25} + - {x: 0.060000002, y: 0.5, z: -0.25} + - {x: 0.08585787, y: 0.5, z: -0.25} + - {x: 0.07171577, y: 0.5, z: -0.27828425} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.39} + - {x: 0, y: -0.5, z: 0.39} + - {x: 0.5, y: 0.5, z: 0.25} + - {x: 0.5, y: -0.5, z: 0.25} + - {x: 0.14000005, y: -0.5, z: 0.25} + - {x: 0.14000005, y: 0.5, z: 0.25} + - {x: 0.028284252, y: -0.5, z: 0.3217157} + - {x: 0.028284252, y: 0.5, z: 0.3217157} + - {x: 0.07171577, y: -0.5, z: 0.27828425} + - {x: 0.07171577, y: 0.5, z: 0.27828425} + - {x: 0, y: -0.5, z: 0.15} + - {x: -0.099999994, y: -0.5, z: 0.25} + - {x: -0.5, y: -0.5, z: 0.25} + - {x: -0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0} + - {x: -0.5, y: 0.5, z: 0.25} + - {x: -0.099999994, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.25} + - {x: -0.099999994, y: -0.5, z: 0.25} + - {x: -0.099999994, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.39} + - {x: 0, y: 0.5, z: 0.39} + - {x: 0.028284252, y: -0.5, z: 0.3217157} + - {x: 0.028284252, y: 0.5, z: 0.3217157} + - {x: 0.14000005, y: 0.5, z: 0.25} + - {x: 0.14000005, y: -0.5, z: 0.25} + - {x: 0.07171577, y: 0.5, z: 0.27828425} + - {x: 0.07171577, y: -0.5, z: 0.27828425} + - {x: -0.5, y: -0.5, z: 0.5} + - {x: -0.5, y: -0.5, z: 0.25} + - {x: -0.099999994, y: -0.5, z: 0.25} + - {x: -0.028284281, y: -0.5, z: 0.3217157} + - {x: 0, y: -0.5, z: 0.39} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.25} + - {x: 0.060000002, y: -0.5, z: 0.25} + - {x: 0.07171577, y: -0.5, z: 0.27828425} + - {x: 0.028284252, y: -0.5, z: 0.3217157} + - {x: 0, y: -0.5, z: 0.31} + - {x: 0, y: -0.5, z: 0.25} + - {x: 0, y: -0.5, z: 0.31} + - {x: -0.028284281, y: -0.5, z: 0.3217157} + - {x: -0.099999994, y: -0.5, z: 0.25} + - {x: -0.5, y: 0.5, z: 0.25} + - {x: -0.5, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.39} + - {x: -0.028284281, y: 0.5, z: 0.3217157} + - {x: -0.099999994, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.31} + - {x: 0.028284252, y: 0.5, z: 0.3217157} + - {x: 0.07171577, y: 0.5, z: 0.27828425} + - {x: 0.060000002, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.25} + - {x: -0.099999994, y: 0.5, z: 0.25} + - {x: -0.028284281, y: 0.5, z: 0.3217157} + - {x: 0, y: 0.5, z: 0.31} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0.07171577, y: 0.5, z: 0.22171572} + - {x: 0.14000005, y: 0.5, z: 0.25} + - {x: 0.5, y: 0.5, z: 0.25} + - {x: 0, y: 0.5, z: 0.25} + - {x: 0.060000002, y: 0.5, z: 0.25} + - {x: 0.07171577, y: 0.5, z: 0.22171572} + - {x: 0, y: 0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0.25} + - {x: 0.14000005, y: -0.5, z: 0.25} + - {x: 0.07171577, y: -0.5, z: 0.22171572} + - {x: 0, y: -0.5, z: 0.25} + - {x: 0, y: -0.5, z: 0.15} + - {x: 0.07171577, y: -0.5, z: 0.22171572} + - {x: 0.060000002, y: -0.5, z: 0.25} + - {x: 0, y: -0.5, z: 0.39} + - {x: 0, y: -0.5, z: 0.33585787} + - {x: 0.028284252, y: -0.5, z: 0.3217157} + - {x: 0.028284252, y: -0.5, z: 0.3217157} + - {x: 0, y: -0.5, z: 0.33585787} + - {x: 0, y: -0.5, z: 0.31} + - {x: 0, y: -0.5, z: 0.31} + - {x: 0, y: -0.5, z: 0.33585787} + - {x: -0.028284281, y: -0.5, z: 0.3217157} + - {x: -0.028284281, y: -0.5, z: 0.3217157} + - {x: 0, y: -0.5, z: 0.33585787} + - {x: 0, y: -0.5, z: 0.39} + - {x: 0.028284252, y: 0.5, z: 0.3217157} + - {x: 0, y: 0.5, z: 0.33585787} + - {x: 0, y: 0.5, z: 0.39} + - {x: 0, y: 0.5, z: 0.39} + - {x: 0, y: 0.5, z: 0.33585787} + - {x: -0.028284281, y: 0.5, z: 0.3217157} + - {x: -0.028284281, y: 0.5, z: 0.3217157} + - {x: 0, y: 0.5, z: 0.33585787} + - {x: 0, y: 0.5, z: 0.31} + - {x: 0, y: 0.5, z: 0.31} + - {x: 0, y: 0.5, z: 0.33585787} + - {x: 0.028284252, y: 0.5, z: 0.3217157} + - {x: 0.14000005, y: 0.5, z: 0.25} + - {x: 0.08585793, y: 0.5, z: 0.25} + - {x: 0.07171577, y: 0.5, z: 0.27828425} + - {x: 0.07171577, y: 0.5, z: 0.27828425} + - {x: 0.08585793, y: 0.5, z: 0.25} + - {x: 0.060000002, y: 0.5, z: 0.25} + - {x: 0.060000002, y: 0.5, z: 0.25} + - {x: 0.08585793, y: 0.5, z: 0.25} + - {x: 0.07171577, y: 0.5, z: 0.22171572} + - {x: 0.07171577, y: 0.5, z: 0.22171572} + - {x: 0.08585793, y: 0.5, z: 0.25} + - {x: 0.14000005, y: 0.5, z: 0.25} + - {x: 0.07171577, y: -0.5, z: 0.27828425} + - {x: 0.08585787, y: -0.5, z: 0.25} + - {x: 0.14000005, y: -0.5, z: 0.25} + - {x: 0.14000005, y: -0.5, z: 0.25} + - {x: 0.08585787, y: -0.5, z: 0.25} + - {x: 0.07171577, y: -0.5, z: 0.22171572} + - {x: 0.07171577, y: -0.5, z: 0.22171572} + - {x: 0.08585787, y: -0.5, z: 0.25} + - {x: 0.060000002, y: -0.5, z: 0.25} + - {x: 0.060000002, y: -0.5, z: 0.25} + - {x: 0.08585787, y: -0.5, z: 0.25} + - {x: 0.07171577, y: -0.5, z: 0.27828425} + m_Textures0: + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: -0.25, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: 0.25, y: -0.5} + - {x: 0.25, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0.25, y: -0.5} + - {x: 0.25, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: -0.25, y: 0.5} + - {x: -0.25, y: -0.5} + - {x: -0.25, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: 1, y: 0} + - {x: 1, y: 1} + - {x: 0.64000005, y: 1} + - {x: 0.64000005, y: 0} + - {x: -1, y: 1} + - {x: -1, y: 0} + - {x: -0.89000005, y: 0} + - {x: -0.89000005, y: 1} + - {x: -0.14606601, y: 0} + - {x: -0.14606601, y: 1} + - {x: -0.20748743, y: 0} + - {x: -0.20748743, y: 1} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.25} + - {x: 0.099999994, y: -0.25} + - {x: -0, y: -0.14999998} + - {x: -0.5, y: -0.25} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.14999998} + - {x: -0.099999994, y: -0.25} + - {x: 0.099999994, y: -0.25} + - {x: -0, y: -0.25} + - {x: -0, y: -0.14999998} + - {x: 0, y: -0.14999998} + - {x: 0, y: -0.25} + - {x: -0.099999994, y: -0.25} + - {x: -0.3603131, y: 0.5} + - {x: -0.3603131, y: -0.5} + - {x: -0.28640273, y: 0.5} + - {x: -0.28640273, y: -0.5} + - {x: 0.033672377, y: -0.5} + - {x: 0.033672377, y: 0.5} + - {x: -0.04023797, y: -0.5} + - {x: -0.04023797, y: 0.5} + - {x: -0.028284281, y: -0.32171577} + - {x: 0, y: -0.39000005} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: -0.25} + - {x: -0.099999994, y: -0.25} + - {x: 0, y: -0.25} + - {x: 0.060000002, y: -0.25} + - {x: 0.07171577, y: -0.27828425} + - {x: 0.028284252, y: -0.32171577} + - {x: 0, y: -0.31} + - {x: 0, y: -0.25} + - {x: 0, y: -0.31} + - {x: -0.028284281, y: -0.32171577} + - {x: -0.099999994, y: -0.25} + - {x: 0.5, y: -0.25} + - {x: 0.5, y: -0.5} + - {x: -0, y: -0.5} + - {x: -0, y: -0.39000005} + - {x: 0.028284281, y: -0.32171577} + - {x: 0.099999994, y: -0.25} + - {x: -0, y: -0.25} + - {x: -0, y: -0.31} + - {x: -0.028284252, y: -0.32171577} + - {x: -0.07171577, y: -0.27828425} + - {x: -0.060000002, y: -0.25} + - {x: -0, y: -0.25} + - {x: 0.099999994, y: -0.25} + - {x: 0.028284281, y: -0.32171577} + - {x: -0, y: -0.31} + - {x: 0, y: 0} + - {x: -0, y: -0.14999998} + - {x: -0.07171577, y: -0.22171575} + - {x: -0.14000005, y: -0.25} + - {x: -0.5, y: -0.25} + - {x: -0.5, y: 0} + - {x: -0, y: -0.25} + - {x: -0.060000002, y: -0.25} + - {x: -0.07171577, y: -0.22171575} + - {x: -0, y: -0.14999998} + - {x: 0, y: -0.14999998} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.25} + - {x: 0.14000005, y: -0.25} + - {x: 0.07171577, y: -0.22171575} + - {x: 0, y: -0.25} + - {x: 0, y: -0.14999998} + - {x: 0.07171577, y: -0.22171575} + - {x: 0.060000002, y: -0.25} + - {x: 0, y: -0.39000005} + - {x: 0, y: -0.33585793} + - {x: 0.028284252, y: -0.32171577} + - {x: 0.028284252, y: -0.32171577} + - {x: 0, y: -0.33585793} + - {x: 0, y: -0.31} + - {x: 0, y: -0.31} + - {x: 0, y: -0.33585793} + - {x: -0.028284281, y: -0.32171577} + - {x: -0.028284281, y: -0.32171577} + - {x: 0, y: -0.33585793} + - {x: 0, y: -0.39000005} + - {x: -0.028284252, y: -0.32171577} + - {x: -0, y: -0.33585787} + - {x: -0, y: -0.39000005} + - {x: -0, y: -0.39000005} + - {x: -0, y: -0.33585787} + - {x: 0.028284281, y: -0.32171577} + - {x: 0.028284281, y: -0.32171577} + - {x: -0, y: -0.33585787} + - {x: -0, y: -0.31} + - {x: -0, y: -0.31} + - {x: -0, y: -0.33585787} + - {x: -0.028284252, y: -0.32171577} + - {x: -0.14000005, y: -0.25} + - {x: -0.08585793, y: -0.25} + - {x: -0.07171577, y: -0.27828425} + - {x: -0.07171577, y: -0.27828425} + - {x: -0.08585793, y: -0.25} + - {x: -0.060000002, y: -0.25} + - {x: -0.060000002, y: -0.25} + - {x: -0.08585793, y: -0.25} + - {x: -0.07171577, y: -0.22171575} + - {x: -0.07171577, y: -0.22171575} + - {x: -0.08585793, y: -0.25} + - {x: -0.14000005, y: -0.25} + - {x: 0.07171577, y: -0.27828425} + - {x: 0.08585787, y: -0.25} + - {x: 0.14000005, y: -0.25} + - {x: 0.14000005, y: -0.25} + - {x: 0.08585787, y: -0.25} + - {x: 0.07171577, y: -0.22171575} + - {x: 0.07171577, y: -0.22171575} + - {x: 0.08585787, y: -0.25} + - {x: 0.060000002, y: -0.25} + - {x: 0.060000002, y: -0.25} + - {x: 0.08585787, y: -0.25} + - {x: 0.07171577, y: -0.27828425} + - {x: 0, y: 0} + - {x: 0, y: 1} + - {x: -0.11000001, y: 1} + - {x: -0.11000001, y: 0} + - {x: -1, y: 1} + - {x: -1, y: 0} + - {x: -0.64000005, y: 0} + - {x: -0.64000005, y: 1} + - {x: -0.49961945, y: 0} + - {x: -0.49961945, y: 1} + - {x: -0.5610408, y: 0} + - {x: -0.5610408, y: 1} + - {x: 0, y: 0.15} + - {x: 0.099999994, y: 0.25} + - {x: 0.5, y: 0.25} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.25} + - {x: -0.099999994, y: 0.25} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0, y: 0.25} + - {x: 0.099999994, y: 0.25} + - {x: -0.099999994, y: 0.25} + - {x: 0, y: 0.25} + - {x: 0, y: 0.15} + - {x: 0.36031303, y: -0.5} + - {x: 0.36031303, y: 0.5} + - {x: 0.28640267, y: -0.5} + - {x: 0.28640267, y: 0.5} + - {x: -0.033672377, y: 0.5} + - {x: -0.033672377, y: -0.5} + - {x: 0.04023797, y: 0.5} + - {x: 0.04023797, y: -0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0.25} + - {x: 0.099999994, y: 0.25} + - {x: 0.028284281, y: 0.3217157} + - {x: 0, y: 0.39} + - {x: 0, y: 0.5} + - {x: 0, y: 0.25} + - {x: -0.060000002, y: 0.25} + - {x: -0.07171577, y: 0.27828425} + - {x: -0.028284252, y: 0.3217157} + - {x: 0, y: 0.31} + - {x: 0, y: 0.25} + - {x: 0, y: 0.31} + - {x: 0.028284281, y: 0.3217157} + - {x: 0.099999994, y: 0.25} + - {x: -0.5, y: 0.25} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0.39} + - {x: -0.028284281, y: 0.3217157} + - {x: -0.099999994, y: 0.25} + - {x: 0, y: 0.25} + - {x: 0, y: 0.31} + - {x: 0.028284252, y: 0.3217157} + - {x: 0.07171577, y: 0.27828425} + - {x: 0.060000002, y: 0.25} + - {x: 0, y: 0.25} + - {x: -0.099999994, y: 0.25} + - {x: -0.028284281, y: 0.3217157} + - {x: 0, y: 0.31} + - {x: 0.5, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.15} + - {x: 0.07171577, y: 0.22171572} + - {x: 0.14000005, y: 0.25} + - {x: 0.5, y: 0.25} + - {x: 0, y: 0.25} + - {x: 0.060000002, y: 0.25} + - {x: 0.07171577, y: 0.22171572} + - {x: 0, y: 0.15} + - {x: 0, y: 0.15} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.25} + - {x: -0.14000005, y: 0.25} + - {x: -0.07171577, y: 0.22171572} + - {x: 0, y: 0.25} + - {x: 0, y: 0.15} + - {x: -0.07171577, y: 0.22171572} + - {x: -0.060000002, y: 0.25} + - {x: 0, y: 0.39} + - {x: 0, y: 0.33585787} + - {x: -0.028284252, y: 0.3217157} + - {x: -0.028284252, y: 0.3217157} + - {x: 0, y: 0.33585787} + - {x: 0, y: 0.31} + - {x: 0, y: 0.31} + - {x: 0, y: 0.33585787} + - {x: 0.028284281, y: 0.3217157} + - {x: 0.028284281, y: 0.3217157} + - {x: 0, y: 0.33585787} + - {x: 0, y: 0.39} + - {x: 0.028284252, y: 0.3217157} + - {x: 0, y: 0.33585787} + - {x: 0, y: 0.39} + - {x: 0, y: 0.39} + - {x: 0, y: 0.33585787} + - {x: -0.028284281, y: 0.3217157} + - {x: -0.028284281, y: 0.3217157} + - {x: 0, y: 0.33585787} + - {x: 0, y: 0.31} + - {x: 0, y: 0.31} + - {x: 0, y: 0.33585787} + - {x: 0.028284252, y: 0.3217157} + - {x: 0.14000005, y: 0.25} + - {x: 0.08585793, y: 0.25} + - {x: 0.07171577, y: 0.27828425} + - {x: 0.07171577, y: 0.27828425} + - {x: 0.08585793, y: 0.25} + - {x: 0.060000002, y: 0.25} + - {x: 0.060000002, y: 0.25} + - {x: 0.08585793, y: 0.25} + - {x: 0.07171577, y: 0.22171572} + - {x: 0.07171577, y: 0.22171572} + - {x: 0.08585793, y: 0.25} + - {x: 0.14000005, y: 0.25} + - {x: -0.07171577, y: 0.27828425} + - {x: -0.08585787, y: 0.25} + - {x: -0.14000005, y: 0.25} + - {x: -0.14000005, y: 0.25} + - {x: -0.08585787, y: 0.25} + - {x: -0.07171577, y: 0.22171572} + - {x: -0.07171577, y: 0.22171572} + - {x: -0.08585787, y: 0.25} + - {x: -0.060000002, y: 0.25} + - {x: -0.060000002, y: 0.25} + - {x: -0.08585787, y: 0.25} + - {x: -0.07171577, y: 0.27828425} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: 0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: 0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: 0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: 0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: 0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: 0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: 0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -0.70710725, y: 0, z: 0.7071063, w: -1} + - {x: -0.70710725, y: 0, z: 0.7071063, w: -1} + - {x: -0.70710725, y: 0, z: 0.7071063, w: -1} + - {x: -0.70710725, y: 0, z: 0.7071063, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: -0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: -0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: -0.38268322, y: 0, z: 0.9238797, w: -1} + - {x: -0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: -0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: -0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: -0.9238796, y: 0, z: 0.38268322, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 4623 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &4742618442792823374 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536480235094019 + m_Size: {x: 1, y: 1, z: -1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 4566 + m_ShapeBox: + m_Center: {x: 0.5, y: 0.5, z: -0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536480235094019 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &4742618442792823375 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &4742618442792823372 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_Mesh: {fileID: 0} +--- !u!64 &4742618442792823373 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4742618442792823362} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab.meta new file mode 100644 index 00000000..73bed744 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_T_Original.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7133ce9ac68d745508e5cf7a1050582b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab b/Assets/Prefabs/_Ground Tiles/_Reference Tile.prefab similarity index 100% rename from Assets/Prefabs/Ground Tiles/_Reference Tile.prefab rename to Assets/Prefabs/_Ground Tiles/_Reference Tile.prefab diff --git a/Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta b/Assets/Prefabs/_Ground Tiles/_Reference Tile.prefab.meta similarity index 100% rename from Assets/Prefabs/Ground Tiles/_Reference Tile.prefab.meta rename to Assets/Prefabs/_Ground Tiles/_Reference Tile.prefab.meta diff --git a/Assets/Prefabs/Resources.meta b/Assets/Prefabs/_Resources.meta similarity index 100% rename from Assets/Prefabs/Resources.meta rename to Assets/Prefabs/_Resources.meta diff --git a/Assets/Prefabs/Resources/Coal.prefab b/Assets/Prefabs/_Resources/Coal.prefab similarity index 100% rename from Assets/Prefabs/Resources/Coal.prefab rename to Assets/Prefabs/_Resources/Coal.prefab diff --git a/Assets/Prefabs/Resources/Coal.prefab.meta b/Assets/Prefabs/_Resources/Coal.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Coal.prefab.meta rename to Assets/Prefabs/_Resources/Coal.prefab.meta diff --git a/Assets/Prefabs/Resources/Copper Ore.prefab b/Assets/Prefabs/_Resources/Copper Ore.prefab similarity index 100% rename from Assets/Prefabs/Resources/Copper Ore.prefab rename to Assets/Prefabs/_Resources/Copper Ore.prefab diff --git a/Assets/Prefabs/Resources/Copper Ore.prefab.meta b/Assets/Prefabs/_Resources/Copper Ore.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Copper Ore.prefab.meta rename to Assets/Prefabs/_Resources/Copper Ore.prefab.meta diff --git a/Assets/Prefabs/Resources/Iron Ore.prefab b/Assets/Prefabs/_Resources/Iron Ore.prefab similarity index 100% rename from Assets/Prefabs/Resources/Iron Ore.prefab rename to Assets/Prefabs/_Resources/Iron Ore.prefab diff --git a/Assets/Prefabs/Resources/Iron Ore.prefab.meta b/Assets/Prefabs/_Resources/Iron Ore.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Iron Ore.prefab.meta rename to Assets/Prefabs/_Resources/Iron Ore.prefab.meta diff --git a/Assets/Prefabs/Resources/Japan Tree Tall.prefab b/Assets/Prefabs/_Resources/Japan Tree Tall.prefab similarity index 100% rename from Assets/Prefabs/Resources/Japan Tree Tall.prefab rename to Assets/Prefabs/_Resources/Japan Tree Tall.prefab diff --git a/Assets/Prefabs/Resources/Japan Tree Tall.prefab.meta b/Assets/Prefabs/_Resources/Japan Tree Tall.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Japan Tree Tall.prefab.meta rename to Assets/Prefabs/_Resources/Japan Tree Tall.prefab.meta diff --git a/Assets/Prefabs/Resources/Placeholder.prefab b/Assets/Prefabs/_Resources/Placeholder.prefab similarity index 100% rename from Assets/Prefabs/Resources/Placeholder.prefab rename to Assets/Prefabs/_Resources/Placeholder.prefab diff --git a/Assets/Prefabs/Resources/Placeholder.prefab.meta b/Assets/Prefabs/_Resources/Placeholder.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Placeholder.prefab.meta rename to Assets/Prefabs/_Resources/Placeholder.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Diamond.prefab b/Assets/Prefabs/_Resources/Stone Diamond.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Diamond.prefab rename to Assets/Prefabs/_Resources/Stone Diamond.prefab diff --git a/Assets/Prefabs/Resources/Stone Diamond.prefab.meta b/Assets/Prefabs/_Resources/Stone Diamond.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Diamond.prefab.meta rename to Assets/Prefabs/_Resources/Stone Diamond.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Flat.prefab b/Assets/Prefabs/_Resources/Stone Flat.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Flat.prefab rename to Assets/Prefabs/_Resources/Stone Flat.prefab diff --git a/Assets/Prefabs/Resources/Stone Flat.prefab.meta b/Assets/Prefabs/_Resources/Stone Flat.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Flat.prefab.meta rename to Assets/Prefabs/_Resources/Stone Flat.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Oval.prefab b/Assets/Prefabs/_Resources/Stone Oval.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Oval.prefab rename to Assets/Prefabs/_Resources/Stone Oval.prefab diff --git a/Assets/Prefabs/Resources/Stone Oval.prefab.meta b/Assets/Prefabs/_Resources/Stone Oval.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Oval.prefab.meta rename to Assets/Prefabs/_Resources/Stone Oval.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Pointy.prefab b/Assets/Prefabs/_Resources/Stone Pointy.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Pointy.prefab rename to Assets/Prefabs/_Resources/Stone Pointy.prefab diff --git a/Assets/Prefabs/Resources/Stone Pointy.prefab.meta b/Assets/Prefabs/_Resources/Stone Pointy.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Pointy.prefab.meta rename to Assets/Prefabs/_Resources/Stone Pointy.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Round.prefab b/Assets/Prefabs/_Resources/Stone Round.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Round.prefab rename to Assets/Prefabs/_Resources/Stone Round.prefab diff --git a/Assets/Prefabs/Resources/Stone Round.prefab.meta b/Assets/Prefabs/_Resources/Stone Round.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Round.prefab.meta rename to Assets/Prefabs/_Resources/Stone Round.prefab.meta diff --git a/Assets/Prefabs/Resources/Stone Small.prefab b/Assets/Prefabs/_Resources/Stone Small.prefab similarity index 100% rename from Assets/Prefabs/Resources/Stone Small.prefab rename to Assets/Prefabs/_Resources/Stone Small.prefab diff --git a/Assets/Prefabs/Resources/Stone Small.prefab.meta b/Assets/Prefabs/_Resources/Stone Small.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Stone Small.prefab.meta rename to Assets/Prefabs/_Resources/Stone Small.prefab.meta diff --git a/Assets/Prefabs/Resources/Sugar Cane.prefab b/Assets/Prefabs/_Resources/Sugar Cane.prefab similarity index 100% rename from Assets/Prefabs/Resources/Sugar Cane.prefab rename to Assets/Prefabs/_Resources/Sugar Cane.prefab diff --git a/Assets/Prefabs/Resources/Sugar Cane.prefab.meta b/Assets/Prefabs/_Resources/Sugar Cane.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Sugar Cane.prefab.meta rename to Assets/Prefabs/_Resources/Sugar Cane.prefab.meta diff --git a/Assets/Prefabs/Resources/Transparent Measuring Cube.prefab b/Assets/Prefabs/_Resources/Transparent Measuring Cube.prefab similarity index 100% rename from Assets/Prefabs/Resources/Transparent Measuring Cube.prefab rename to Assets/Prefabs/_Resources/Transparent Measuring Cube.prefab diff --git a/Assets/Prefabs/Resources/Transparent Measuring Cube.prefab.meta b/Assets/Prefabs/_Resources/Transparent Measuring Cube.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Transparent Measuring Cube.prefab.meta rename to Assets/Prefabs/_Resources/Transparent Measuring Cube.prefab.meta diff --git a/Assets/Prefabs/Resources/Water.prefab b/Assets/Prefabs/_Resources/Water.prefab similarity index 100% rename from Assets/Prefabs/Resources/Water.prefab rename to Assets/Prefabs/_Resources/Water.prefab diff --git a/Assets/Prefabs/Resources/Water.prefab.meta b/Assets/Prefabs/_Resources/Water.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Water.prefab.meta rename to Assets/Prefabs/_Resources/Water.prefab.meta diff --git a/Assets/Prefabs/Resources/Wheat.prefab b/Assets/Prefabs/_Resources/Wheat.prefab similarity index 100% rename from Assets/Prefabs/Resources/Wheat.prefab rename to Assets/Prefabs/_Resources/Wheat.prefab diff --git a/Assets/Prefabs/Resources/Wheat.prefab.meta b/Assets/Prefabs/_Resources/Wheat.prefab.meta similarity index 100% rename from Assets/Prefabs/Resources/Wheat.prefab.meta rename to Assets/Prefabs/_Resources/Wheat.prefab.meta diff --git a/Assets/Rectangular Palette.prefab b/Assets/Rectangular Palette.prefab new file mode 100644 index 00000000..d0f6d1ec --- /dev/null +++ b/Assets/Rectangular Palette.prefab @@ -0,0 +1,835 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &285899484623475514 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 642154420852432965} + - component: {fileID: 2256905254214179148} + m_Layer: 0 + m_Name: Rectangular Palette + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &642154420852432965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 285899484623475514} + 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: + - {fileID: 3804329553100681790} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!156049354 &2256905254214179148 +Grid: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 285899484623475514} + m_Enabled: 1 + m_CellSize: {x: 1, y: 1, z: 0} + m_CellGap: {x: 0, y: 0, z: 0} + m_CellLayout: 0 + m_CellSwizzle: 1 +--- !u!1 &4804474798393341255 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3804329553100681790} + - component: {fileID: 2377329782553167490} + - component: {fileID: 1920695427638032632} + m_Layer: 0 + m_Name: Layer1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3804329553100681790 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4804474798393341255} + 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: 642154420852432965} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1839735485 &2377329782553167490 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4804474798393341255} + m_Enabled: 1 + m_Tiles: + - first: {x: -3, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 0 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 0 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 0 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 59 + m_Data: {fileID: 11400000, guid: 4baf3e9566c9d4c3aa58267b57261acf, type: 2} + m_TileSpriteArray: + - m_RefCount: 34 + m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, + type: 3} + m_TileMatrixArray: + - m_RefCount: 59 + m_Data: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_TileColorArray: + - m_RefCount: 59 + m_Data: {r: 1, g: 1, b: 1, a: 1} + m_TileObjectToInstantiateArray: + - m_RefCount: 3 + m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, + type: 3} + - m_RefCount: 6 + m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} + - m_RefCount: 2 + m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, + type: 3} + - m_RefCount: 5 + m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} + - m_RefCount: 12 + m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + type: 3} + - m_RefCount: 6 + m_Data: {fileID: 804906806462723776, guid: a71a592181633435b8f6bd27de65b23b, type: 3} + - m_RefCount: 3 + m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, + type: 3} + - m_RefCount: 7 + m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, + type: 3} + - m_RefCount: 4 + m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, + type: 3} + - m_RefCount: 3 + m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, + type: 3} + - m_RefCount: 3 + m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, + type: 3} + - m_RefCount: 2 + m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, + type: 3} + - m_RefCount: 2 + m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, + type: 3} + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: -14, y: -12, z: 0} + m_Size: {x: 15, y: 13, z: 1} + m_TileAnchor: {x: 0.5, y: 0.5, z: 0} + m_TileOrientation: 0 + m_TileOrientationMatrix: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 +--- !u!483693784 &1920695427638032632 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4804474798393341255} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 0 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_ChunkSize: {x: 32, y: 32, z: 32} + m_ChunkCullingBounds: {x: 0, y: 0, z: 0} + m_MaxChunkCount: 16 + m_MaxFrameAge: 16 + m_SortOrder: 0 + m_Mode: 0 + m_DetectChunkCullingBounds: 0 + m_MaskInteraction: 0 +--- !u!114 &2481203379987797181 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12395, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Palette Settings + m_EditorClassIdentifier: + cellSizing: 0 + m_TransparencySortMode: 0 + m_TransparencySortAxis: {x: 0, y: 0, z: 1} diff --git a/Assets/Rectangular Palette.prefab.meta b/Assets/Rectangular Palette.prefab.meta new file mode 100644 index 00000000..868b9950 --- /dev/null +++ b/Assets/Rectangular Palette.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8e16803bd65024fda882c58c89fe05ba +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Game.unity b/Assets/Scenes/Game.unity index 8ea4173f..31a4a196 100644 --- a/Assets/Scenes/Game.unity +++ b/Assets/Scenes/Game.unity @@ -135,6 +135,51 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: bded502519dc440569d76f4453e3eea3, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1 &713287264 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 713287266} + - component: {fileID: 713287265} + m_Layer: 0 + m_Name: Grid + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!156049354 &713287265 +Grid: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 713287264} + m_Enabled: 1 + m_CellSize: {x: 1, y: 1, z: 0} + m_CellGap: {x: 0, y: 0, z: 0} + m_CellLayout: 0 + m_CellSwizzle: 1 +--- !u!4 &713287266 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 713287264} + 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: + - {fileID: 2023361367} + m_Father: {fileID: 0} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1190826614 PrefabInstance: m_ObjectHideFlags: 0 @@ -307,6 +352,126 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 73cf13b3777d14754a309abecc385ecf, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1 &2023361366 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2023361367} + - component: {fileID: 2023361369} + - component: {fileID: 2023361368} + m_Layer: 0 + m_Name: Tilemap + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2023361367 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2023361366} + 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: 713287266} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!483693784 &2023361368 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2023361366} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_ChunkSize: {x: 32, y: 32, z: 32} + m_ChunkCullingBounds: {x: 0, y: 0, z: 0} + m_MaxChunkCount: 16 + m_MaxFrameAge: 16 + m_SortOrder: 0 + m_Mode: 0 + m_DetectChunkCullingBounds: 0 + m_MaskInteraction: 0 +--- !u!1839735485 &2023361369 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2023361366} + m_Enabled: 1 + m_Tiles: {} + m_AnimatedTiles: {} + m_TileAssetArray: [] + m_TileSpriteArray: [] + m_TileMatrixArray: [] + m_TileColorArray: [] + m_TileObjectToInstantiateArray: [] + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: 0, y: 0, z: 0} + m_Size: {x: 0, y: 0, z: 1} + m_TileAnchor: {x: 0.5, y: 0.5, z: 0} + m_TileOrientation: 0 + m_TileOrientationMatrix: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 --- !u!1001 &448395041739114491 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/Assets/Scenes/Sandbox.unity b/Assets/Scenes/Sandbox.unity index d1fd598a..159c90a4 100644 --- a/Assets/Scenes/Sandbox.unity +++ b/Assets/Scenes/Sandbox.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.12731689, g: 0.13414702, b: 0.1210784, a: 1} + m_IndirectSpecularColor: {r: 0.18028305, g: 0.22571313, b: 0.3069213, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -98,7 +98,7 @@ LightmapSettings: m_TrainingDataDestination: TrainingData m_LightProbeSampleCountMultiplier: 4 m_LightingDataAsset: {fileID: 0} - m_LightingSettings: {fileID: 0} + m_LightingSettings: {fileID: 1806278405} --- !u!196 &4 NavMeshSettings: serializedVersion: 2 @@ -123,3 +123,466 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1001 &58756293 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1409813774} + m_Modifications: + - target: {fileID: 4742618442792823362, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Name + value: Water_T_Original + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4742618442792823369, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 685102193} + - target: {fileID: 4742618442792823372, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 685102193} + - target: {fileID: 4742618442792823373, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 685102193} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7133ce9ac68d745508e5cf7a1050582b, type: 3} +--- !u!4 &58756294 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, + type: 3} + m_PrefabInstance: {fileID: 58756293} + m_PrefabAsset: {fileID: 0} +--- !u!1 &447607632 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 447607635} + - component: {fileID: 447607634} + - component: {fileID: 447607633} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &447607633 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 447607632} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!108 &447607634 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 447607632} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &447607635 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 447607632} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: -1.0263481, y: 0.8717613, z: 0.15994644} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!43 &685102193 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: pb_Mesh-48640 + serializedVersion: 10 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 432 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 138 + localAABB: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_BonesAABB: [] + m_VariableBoneCountWeights: + m_Data: + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200030000000200040005000600040007000500080009000a000b0008000a000c000d000e000c000f000d0010000f000c00100011000f00120008000b00130012000b001400150016001400170015000e00170014000e000d001700180019001a0018001b0019001c001d001e001f001c001e0020002100220020002300210024002500260025002700260024002800250029002a002b002c002d0029002c0029002b0025002e0027002d002f002900300031003200300033003100340035003600340037003500380039002900290039003a003b0029003a003b002a0029003c003d002f003e003c002f003e002f003f002f003d0038002f003800290025002800400041002500400041004200250025004200430044002e0045002e00460045002e0047004600250043002e00430047002e0048002600490026004a004900260027004a0049004b0048004a0027002e004a002e0044004c004d004e004f002d002c004e004f002c004e002c004c003f002f004f002f002d004f00390050003c003c0050003d003d0050003800380050003900460051004200420051004300430051004700470051004600490052004500450052004400440052004a004a00520049003e0053004e004e0053004f004f0053003f003f0053003e00540055005600570054005600580059005a005b0058005a005c005d005e005c005f005d00600061002400600024002600260062006000630064002c002c002b0063002b0065006300620066006000630067006400680069006a0068006b0069006c006d006e006c006f006d0070006000710071006000720060007300720070006100600066007400750076007400660076006600770073006000660075007300660063006500780079007a006300790063007b007b00630078007c0067007d0067007e007d007f007e00670067007a007f00670063007a0080004c0081002c0081004c00820081002c002c0064008200820064006700820067007c008300620026002600840083004800840026008400480085007700660083006600620083007200860074007400860075007500860073007300860072007e0087007900790087007a007a0087007f007f0087007e00810088007d007d0088007c007c0088008200820088008100760089008400840089008300830089007700770089007600 + m_VertexData: + serializedVersion: 3 + m_VertexCount: 138 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 12 + format: 0 + dimension: 3 + - stream: 0 + offset: 24 + format: 0 + dimension: 4 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 40 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 6624 + _typelessdata: 000000bf000000bf0000003f00000000000000000000803f000080bf0000000000000000000080bf0000003f000000bf00000000000000bf0000003f00000000000000000000803f000080bf0000000000000000000080bf00000000000000bf000000000000003f0000003f00000000000000000000803f000080bf0000000000000000000080bf000000000000003f000000bf0000003f0000003f00000000000000000000803f000080bf0000000000000000000080bf0000003f0000003f000000000000003f000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000000000003f000000bf000000bf000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000bf000000bf000000bf0000003f000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000bf0000003f00000000000000bf000000bf0000000000000000000080bf0000803f0000000000000000000080bf00000000000000bf0000003f000000bf000000000000803f000000000000000000000000000000000000803f000080bf00000000000000bf0000003f000000bf000080be0000803f000000000000000000000000000000000000803f000080bf000080be000000bf0000003f0000003f000080be0000803f000000000000000000000000000000000000803f000080bf000080be0000003f0000003f0000003f000000000000803f000000000000000000000000000000000000803f000080bf000000000000003f000000bf0000003f000080be000080bf00000000000000000000000000000000000080bf000080bf0000803e0000003f000000bf000000bf00000000000080bf00000000000000000000000000000000000080bf000080bf00000080000000bf000000bf0000003f00000000000080bf00000000000000000000000000000000000080bf000080bf000000000000003f000000bf000000bf000080be000080bf00000000000000000000000000000000000080bf000080bf0000803e000000bf000000bf0000003f000000bf000080bf00000000000000000000000000000000000080bf000080bf0000003f0000003f000000bf000000bf000000bf000080bf00000000000000000000000000000000000080bf000080bf0000003f000000bf0000003f000000bf0000803e0000803f000000000000000000000000000000000000803f000080bf0000803e000000bf0000003f0000003f0000803e0000803f000000000000000000000000000000000000803f000080bf0000803e0000003f000000bf0000003f0000803e000080bf00000000000000000000000000000000000080bf000080bf000080be0000003f000000bf000000bf0000003f000080bf00000000000000000000000000000000000080bf000080bf000000bf000000bf000000bf0000003f0000003f000080bf00000000000000000000000000000000000080bf000080bf000000bf0000003f000000bf000000bf0000803e000080bf00000000000000000000000000000000000080bf000080bf000080be000000bf0000003f0000003f000080be0000000000000000000080bf0000803f0000000000000000000080bf0000803f0000803f2c5c0f3e000000bf000080be0000000000000000000080bf0000803f0000000000000000000080bf0bd7233f000000002c5c0f3e0000003f000080be0000000000000000000080bf0000803f0000000000000000000080bf0bd7233f0000803f0000003f000000bf000080be0000000000000000000080bf0000803f0000000000000000000080bf0000803f0000000000000000000000bf16aec7be0000803f000000000000000000000000000000000000803f000080bf0bd763bf0000000000000000000000bf000000bf0000803f000000000000000000000000000000000000803f000080bf000080bf00000000000000000000003f000000bf0000803f000000000000000000000000000000000000803f000080bf000080bf0000803f000000000000003f16aec7be0000803f000000000000000000000000000000000000803f000080bf0bd763bf0000803f60b4e73c000000bfeeb7a4bef404353f00000000f40435bff404353f00000000f404353f000080bf967754be00000000b8df923d0000003f467b8ebef404353f00000000f40435bff404353f00000000f404353f000080bf549215be0000803fb8df923d000000bf467b8ebef404353f00000000f40435bff404353f00000000f404353f000080bf549215be0000000060b4e73c0000003feeb7a4bef404353f00000000f40435bff404353f00000000f404353f000080bf967754be0000803f000000bf000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf0000003f00000000ccccccbd000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bfcccccc3d000080be00000000000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf000000000000000000000000000000bf989919be00000000000080bf00000000000080bf0000000000000000000080bf00000080989919be000000bf000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf0000003f000080beccccccbd0000003f000080be000000000000803f000000000000803f0000000000000000000080bfccccccbd000080be000000bf0000003f000080be000000000000803f000000000000803f0000000000000000000080bf000000bf000080be000000bf0000003f00000000000000000000803f000000000000803f0000000000000000000080bf000000bf00000000000000000000003f00000000000000000000803f000000000000803f0000000000000000000080bf0000000000000000000000000000003f989919be000000000000803f000000000000803f0000000000000000000080bf00000000989919be00000000000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf00000080000080be000000000000003f000080be000000000000803f000000000000803f0000000000000000000080bf00000000000080be60b4e73c0000003feeb7a4be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bf61a392be0000003f00000000000000bf16aec7be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bff57ab8be000000bf000000000000003f16aec7be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bff57ab8be0000003f60b4e73c000000bfeeb7a4be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bf61a392be000000bfb8df923d000000bf467b8ebe0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf92d024bd000000bf2c5c0f3e0000003f000080be0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf0cec093d0000003f2c5c0f3e000000bf000080be0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf0cec093d000000bfb8df923d0000003f467b8ebe0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf92d024bd0000003f70b4e7bc0000003feeb7a4be000000000000803f000000000000803f0000000000000000000080bf70b4e7bceeb7a4be000000000000003f16aec7be000000000000803f000000000000803f0000000000000000000080bf0000000016aec7be000000000000003f000000bf000000000000803f000000000000803f0000000000000000000080bf00000000000000bf000000bf0000003f000000bf000000000000803f000000000000803f0000000000000000000080bf000000bf000000bf60b4e73c0000003feeb7a4be000000000000803f000000000000803f0000000000000000000080bf60b4e73ceeb7a4be000000000000003f52b89ebe000000000000803f000000000000803f0000000000000000000080bf0000000052b89ebeb8df923d0000003f467b8ebe000000000000803f000000000000803f0000000000000000000080bfb8df923d467b8ebe90c2753d0000003f000080be000000000000803f000000000000803f0000000000000000000080bf90c2753d000080be000000bf000000bf000000bf00000000000080bf00000000000080bf0000000000000000000080bf0000003f000000bf00000000000000bf000000bf00000000000080bf00000000000080bf0000000000000000000080bf00000080000000bf00000000000000bf16aec7be00000000000080bf00000000000080bf0000000000000000000080bf0000008016aec7be70b4e7bc000000bfeeb7a4be00000000000080bf00000000000080bf0000000000000000000080bf70b4e73ceeb7a4be90c2753d000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf90c275bd000080beb8df923d000000bf467b8ebe00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd467b8ebe60b4e73c000000bfeeb7a4be00000000000080bf00000000000080bf0000000000000000000080bf60b4e7bceeb7a4be00000000000000bf52b89ebe00000000000080bf00000000000080bf0000000000000000000080bf0000008052b89ebe0000003f000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf000000bf000000002c5c0f3e000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf2c5c0fbe000080beb8df923d000000bf740963be00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd740963be0000003f000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf000000bf000080be0000003f0000003f00000000000000000000803f000000000000803f0000000000000000000080bf0000003f000000000000003f0000003f000080be000000000000803f000000000000803f0000000000000000000080bf0000003f000080be2c5c0f3e0000003f000080be000000000000803f000000000000803f0000000000000000000080bf2c5c0f3e000080beb8df923d0000003f740963be000000000000803f000000000000803f0000000000000000000080bfb8df923d740963be000000000000003f92f5abbe000000000000803f000000000000803f0000000000000000000080bf0000000092f5abbe00000000000000bf90f5abbe00000000000080bf00000000000080bf0000000000000000000080bf0000008090f5abbe48d6af3d000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf48d6afbd000080be40d6af3d0000003f000080be000000000000803f000000000000803f0000000000000000000080bf40d6af3d000080be00000000000000bf0000003f0000803f000000000000000000000000000000000000803f000080bf000000000000000000000000000000bf14aec73e0000803f000000000000000000000000000000000000803f000080bfaf47e1bd00000000000000000000003f14aec73e0000803f000000000000000000000000000000000000803f000080bfaf47e1bd0000803f000000000000003f0000003f0000803f000000000000000000000000000000000000803f000080bf000000000000803f2c5c0f3e000000bf0000803e00000000000000000000803f000080bf0000000000000000000080bf0bd723bf000000000000003f000000bf0000803e00000000000000000000803f000080bf0000000000000000000080bf000080bf000000000000003f0000003f0000803e00000000000000000000803f000080bf0000000000000000000080bf000080bf0000803f2c5c0f3e0000003f0000803e00000000000000000000803f000080bf0000000000000000000080bf0bd723bf0000803fb8df923d000000bf467b8e3eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf5fa00fbf0000000060b4e73c0000003fecb7a43eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf1fceffbe0000803f60b4e73c000000bfecb7a43eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf1fceffbe00000000b8df923d0000003f467b8e3eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf5fa00fbf0000803fccccccbd000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bfcccccc3d0000803e000000bf000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf0000003f0000803e00000000000000bf9a99193e00000000000080bf00000000000080bf0000000000000000000080bf000000009a99193eccccccbd0000003f0000803e000000000000803f000000000000803f0000000000000000000080bfccccccbd0000803e000000000000003f9a99193e000000000000803f000000000000803f0000000000000000000080bf000000009a99193e000000bf0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf000000bf0000803e00000000000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf000000000000803e000000000000003f0000803e000000000000803f000000000000803f0000000000000000000080bf000000000000803e60b4e73c000000bfecb7a43e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bf5fa3923e000000bf000000000000003f14aec73e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bff37ab83e0000003f00000000000000bf14aec73e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bff37ab83e000000bf60b4e73c0000003fecb7a43e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bf5fa3923e0000003fb8df923d0000003f467b8e3e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf92d0243d0000003f2c5c0f3e000000bf0000803e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf0cec09bd000000bf2c5c0f3e0000003f0000803e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf0cec09bd0000003fb8df923d000000bf467b8e3e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf92d0243d000000bf000000bf000000bf0000003f00000000000080bf00000000000080bf0000000000000000000080bf0000003f0000003f00000000000000bf0000003f00000000000080bf00000000000080bf0000000000000000000080bf000000000000003f00000000000000bf14aec73e00000000000080bf00000000000080bf0000000000000000000080bf0000000014aec73e70b4e7bc000000bfecb7a43e00000000000080bf00000000000080bf0000000000000000000080bf70b4e73cecb7a43e60b4e73c000000bfecb7a43e00000000000080bf00000000000080bf0000000000000000000080bf60b4e7bcecb7a43e00000000000000bf52b89e3e00000000000080bf00000000000080bf0000000000000000000080bf0000000052b89e3eb8df923d000000bf467b8e3e00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd467b8e3e90c2753d000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf90c275bd0000803e000000bf0000003f0000003f000000000000803f000000000000803f0000000000000000000080bf000000bf0000003f000000000000003f14aec73e000000000000803f000000000000803f0000000000000000000080bf0000000014aec73e70b4e7bc0000003fecb7a43e000000000000803f000000000000803f0000000000000000000080bf70b4e7bcecb7a43e000000000000003f0000003f000000000000803f000000000000803f0000000000000000000080bf000000000000003f90c2753d0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf90c2753d0000803eb8df923d0000003f467b8e3e000000000000803f000000000000803f0000000000000000000080bfb8df923d467b8e3e60b4e73c0000003fecb7a43e000000000000803f000000000000803f0000000000000000000080bf60b4e73cecb7a43e000000000000003f52b89e3e000000000000803f000000000000803f0000000000000000000080bf0000000052b89e3e0000003f0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf0000003f0000803e2c5c0f3e0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf2c5c0f3e0000803eb8df923d0000003f7209633e000000000000803f000000000000803f0000000000000000000080bfb8df923d7209633eb8df923d000000bf7209633e00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd7209633e2c5c0f3e000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf2c5c0fbe0000803e0000003f000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf000000bf0000803e00000000000000bf90f5ab3e00000000000080bf00000000000080bf0000000000000000000080bf0000000090f5ab3e000000000000003f90f5ab3e000000000000803f000000000000803f0000000000000000000080bf0000000090f5ab3e48d6af3d0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf48d6af3d0000803e40d6af3d000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf40d6afbd0000803e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1.0000001 + m_MeshMetrics[1]: 1 + m_MeshOptimizationFlags: 1 + m_StreamData: + serializedVersion: 2 + offset: 0 + size: 0 + path: +--- !u!1 &1409813773 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1409813774} + m_Layer: 0 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1409813774 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1409813773} + 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: + - {fileID: 58756294} + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!850595691 &1806278405 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 2 + m_LightmapMaxSize: 1024 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 3 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 1 + m_PVREnvironmentMIS: 1 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json index 45763cca..1737e908 100644 --- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -18,6 +18,56 @@ "key": "experimental.enabled", "value": "{\"m_Value\":false}" }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "editor.showSceneInfo", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "lightmapping.autoUnwrapLightmapUV", + "value": "{\"m_Value\":true}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "editor.autoRecalculateCollisions", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "ShapeComponent.ResetSettings", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "UnityEngine.ProBuilder.ProBuilderEditor-isUtilityWindow", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "editor.showEditorNotifications", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "ShapeComponent.SettingsEnabled", + "value": "{\"m_Value\":true}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "mesh.newShapesSnapToGrid", + "value": "{\"m_Value\":true}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "mesh.meshColliderIsConvex", + "value": "{\"m_Value\":false}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "FillHole.selectEntirePath", + "value": "{\"m_Value\":false}" + }, { "type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "editor.dragSelectRectMode", @@ -33,6 +83,11 @@ "key": "editor.selectMode", "value": "{\"m_Value\":1}" }, + { + "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "editor.lastMeshSelectMode", + "value": "{\"m_Value\":4}" + }, { "type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "log.level", @@ -57,6 +112,71 @@ "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "preferences.version", "value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":0,\"m_Patch\":7,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" + }, + { + "type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "ShapeBuilder.ActiveShapeIndex", + "value": "{\"m_Value\":2}" + }, + { + "type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "ShapeBuilder.LastPivotLocation", + "value": "{\"m_Value\":1}" + }, + { + "type": "UnityEngine.ProBuilder.PivotLocation, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "mesh.newShapePivotLocation", + "value": "{\"m_Value\":1}" + }, + { + "type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "ShapeBuilder.LastPivotPosition", + "value": "{\"m_Value\":{\"x\":0.0,\"y\":0.0,\"z\":0.0}}" + }, + { + "type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "ShapeBuilder.LastSize", + "value": "{\"m_Value\":{\"x\":1.0,\"y\":1.0,\"z\":-1.0}}" + }, + { + "type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "ShapeBuilder.LastRotation", + "value": "{\"m_Value\":{\"x\":0.0,\"y\":0.0,\"z\":0.0,\"w\":1.0}}" + }, + { + "type": "UnityEngine.Rendering.ShadowCastingMode, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "mesh.shadowCastingMode", + "value": "{\"m_Value\":1}" + }, + { + "type": "UnityEngine.Material, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "mesh.userMaterial", + "value": "{\"m_Value\":{\"instanceID\":0}}" + }, + { + "type": "UnityEditor.StaticEditorFlags, UnityEditor.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "mesh.defaultStaticEditorFlags", + "value": "{\"m_Value\":0}" + }, + { + "type": "UnityEngine.ProBuilder.ColliderType, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "mesh.newShapeColliderType", + "value": "{\"m_Value\":2}" + }, + { + "type": "UnityEngine.ProBuilder.UnwrapParameters, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "lightmapping.defaultLightmapUnwrapParameters", + "value": "{\"m_Value\":{\"m_HardAngle\":88.0,\"m_PackMargin\":20.0,\"m_AngleError\":8.0,\"m_AreaError\":15.0}}" + }, + { + "type": "UnityEngine.ProBuilder.Shapes.Shape, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "ShapeBuilder.Cube", + "value": "{}" + }, + { + "type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "BevelEdges.size", + "value": "{\"m_Value\":0.03999999910593033}" } ] } From 3e6f6258ab32ca5863062c4d224309deea41607b Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 18:22:29 -0400 Subject: [PATCH 06/19] Fix up some more cells --- Assets/New Rule Tile.asset | 94 ++ .../Prefabs/_Ground Tiles/Water_Dash.prefab | 124 ++ .../_Ground Tiles/Water_Dash.prefab.meta | 7 + .../Water_Endpoint_Horizontal.prefab | 124 ++ .../Water_Endpoint_Horizontal.prefab.meta | 7 + .../Water_Endpoint_Original.prefab | 868 +++++++++++ .../Water_Endpoint_Original.prefab.meta | 7 + .../_Ground Tiles/Water_I_Original.prefab | 346 +++++ .../Water_I_Original.prefab.meta | 7 + .../Water_SoloCell_Original.prefab | 1384 +++++++++++++++++ .../Water_SoloCell_Original.prefab.meta | 7 + .../Water_SoloCell_Scaled.prefab | 124 ++ .../Water_SoloCell_Scaled.prefab.meta | 7 + Assets/Rectangular Palette.prefab | 207 ++- Assets/Scenes/Sandbox.unity | 416 +++-- .../com.unity.probuilder/Settings.json | 21 +- 16 files changed, 3439 insertions(+), 311 deletions(-) create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Dash.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Dash.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab.meta create mode 100644 Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab.meta diff --git a/Assets/New Rule Tile.asset b/Assets/New Rule Tile.asset index 26039cec..3dcce1eb 100644 --- a/Assets/New Rule Tile.asset +++ b/Assets/New Rule Tile.asset @@ -212,6 +212,78 @@ MonoBehaviour: - {x: -1, y: -1, z: 0} - {x: 1, y: -1, z: 0} m_RuleTransform: 1 + - m_Id: 14 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 02000000010000000100000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + m_RuleTransform: 0 + - m_Id: 16 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 02000000020000000100000001000000 + m_NeighborPositions: + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: -1, y: 0, z: 0} + m_RuleTransform: 0 + - m_Id: 15 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 02000000020000000100000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + m_RuleTransform: 3 + - m_Id: 17 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 3438898853049723420, guid: d835d59ae6d1d409c8c82a39b90d1f10, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 02000000020000000200000001000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: -1, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + m_RuleTransform: 2 - m_Id: 9 m_Sprites: - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} @@ -292,3 +364,25 @@ MonoBehaviour: - {x: 1, y: 0, z: 0} - {x: 1, y: 1, z: 0} m_RuleTransform: 0 + - m_Id: 18 + m_Sprites: + - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + m_GameObject: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + m_MinAnimationSpeed: 1 + m_MaxAnimationSpeed: 1 + m_PerlinScale: 0.5 + m_Output: 0 + m_ColliderType: 0 + m_RandomTransform: 0 + m_Neighbors: 0200000002000000020000000200000002000000020000000200000002000000 + m_NeighborPositions: + - {x: -1, y: 0, z: 0} + - {x: 0, y: 1, z: 0} + - {x: 1, y: 0, z: 0} + - {x: 1, y: 1, z: 0} + - {x: 1, y: -1, z: 0} + - {x: 0, y: -1, z: 0} + - {x: -1, y: -1, z: 0} + - {x: -1, y: 1, z: 0} + m_RuleTransform: 0 diff --git a/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab b/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab new file mode 100644 index 00000000..4ed8dcc7 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3251317057576711351 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3251317057576711350} + m_Layer: 0 + m_Name: Water_Dash + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3251317057576711350 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3251317057576711351} + 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: + - {fileID: 6871872565094985067} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &3251317058555435676 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3251317057576711350} + m_Modifications: + - target: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_Name + value: Water_I_Original + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184306, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184307, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184310, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ef9c705a0d1af4322acb17b05a7d54b9, type: 3} +--- !u!4 &6871872565094985067 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8233481800096184311, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} + m_PrefabInstance: {fileID: 3251317058555435676} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab.meta new file mode 100644 index 00000000..9a4493e9 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Dash.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df441313164664e419deb0f1eff7d7ee +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab new file mode 100644 index 00000000..77661bee --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3438898853049723420 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3438898853049723419} + m_Layer: 0 + m_Name: Water_Endpoint_Horizontal + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3438898853049723419 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3438898853049723420} + 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: + - {fileID: 6771822135329528266} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &3438898853360823869 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3438898853049723419} + m_Modifications: + - target: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_Name + value: Water_Endpoint_Original + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184306, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184307, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184310, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1bf4e64cd70964b77af781c0a7de4c9c, type: 3} +--- !u!4 &6771822135329528266 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8233481800096184311, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + m_PrefabInstance: {fileID: 3438898853360823869} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab.meta new file mode 100644 index 00000000..5acdaba1 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Horizontal.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d835d59ae6d1d409c8c82a39b90d1f10 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab new file mode 100644 index 00000000..7f98cc5f --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab @@ -0,0 +1,868 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8233481800096184305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8233481800096184311} + - component: {fileID: 8233481800096184310} + - component: {fileID: 8233481800096184309} + - component: {fileID: 8233481800096184308} + - component: {fileID: 8233481800096184307} + - component: {fileID: 8233481800096184306} + m_Layer: 0 + m_Name: Water_Endpoint_Original + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8233481800096184311 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8233481800096184310 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000030000000000000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 040000000500000006000000070000000400000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 0b000000090000000a0000000b0000000800000009000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 0f0000000d0000000e0000000f0000000c0000000d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 100000001100000012000000130000001000000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 140000001500000016000000170000001400000016000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1b000000190000001a0000001b0000001800000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: -1 + - m_Indexes: 1f0000001d0000001e0000001f0000001c0000001d000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 230000002000000021000000220000002300000021000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 270000002400000025000000260000002700000025000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 2a00000028000000290000002a0000002b00000028000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 2e0000002c0000002d0000002e0000002f0000002c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 320000003100000030000000320000003300000031000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 360000003500000034000000360000003700000035000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3a00000039000000380000003a0000003b00000039000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3c0000003d0000003e0000003e000000420000003c0000003e0000003f000000420000003f00000041000000420000003f0000004000000041000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 490000004300000044000000480000004900000044000000480000004400000045000000470000004800000045000000450000004600000047000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 4c0000004b0000004a0000004c0000004d0000004b000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 500000004f0000004e00000050000000510000004f000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 540000005300000052000000540000005500000053000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 570000005c0000005600000057000000580000005c0000005c000000580000005b000000590000005b000000580000005a0000005b00000059000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 6300000061000000620000005d0000006100000063000000610000005d00000060000000600000005d0000005e0000005f000000600000005e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 3 + m_SharedVertices: + - m_Vertices: 000000001d0000002a000000 + - m_Vertices: 0100000004000000290000002e000000 + - m_Vertices: 02000000070000002200000025000000 + - m_Vertices: 030000001e00000021000000 + - m_Vertices: 05000000100000002d000000 + - m_Vertices: 060000001300000026000000 + - m_Vertices: 080000005300000059000000 + - m_Vertices: 090000000c0000004800000058000000 + - m_Vertices: 0a0000000f000000420000005d000000 + - m_Vertices: 0b0000005200000063000000 + - m_Vertices: 0d0000003800000047000000 + - m_Vertices: 0e000000390000003c000000 + - m_Vertices: 11000000140000002c00000056000000 + - m_Vertices: 1200000017000000270000005f000000 + - m_Vertices: 150000004e0000005c000000 + - m_Vertices: 160000004f00000060000000 + - m_Vertices: 180000003500000044000000 + - m_Vertices: 190000001c0000002b00000043000000 + - m_Vertices: 1a0000001f0000002000000040000000 + - m_Vertices: 1b000000340000003f000000 + - m_Vertices: 2300000024000000410000005e000000 + - m_Vertices: 280000002f0000004900000057000000 + - m_Vertices: 300000003a00000046000000 + - m_Vertices: 310000003b0000003d000000 + - m_Vertices: 320000003700000045000000 + - m_Vertices: 33000000360000003e000000 + - m_Vertices: 4a0000005400000062000000 + - m_Vertices: 4b000000550000005a000000 + - m_Vertices: 4c0000005100000061000000 + - m_Vertices: 4d000000500000005b000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.25, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.11000001, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.11000001, y: 0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: -0.11000001, y: -0.5, z: -0.5} + - {x: -0.11000001, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.25, y: -0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: -0.36} + - {x: 0.25, y: 0.5, z: -0.36} + - {x: 0.25, y: 0.5, z: 0} + - {x: -0.25, y: -0.5, z: -0.36} + - {x: -0.25, y: -0.5, z: 0} + - {x: -0.25, y: 0.5, z: 0} + - {x: -0.25, y: 0.5, z: -0.36} + - {x: -0.25, y: -0.5, z: 0} + - {x: -0.25, y: -0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: 0} + - {x: -0.25, y: 0.5, z: 0} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0.5} + - {x: -0.25, y: -0.5, z: 0.5} + - {x: -0.25, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0.25, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0.5} + - {x: 0, y: -0.5, z: 0} + - {x: -0.17828429, y: -0.5, z: -0.47171572} + - {x: -0.17828429, y: 0.5, z: -0.47171572} + - {x: -0.22171573, y: -0.5, z: -0.4282843} + - {x: -0.22171573, y: 0.5, z: -0.4282843} + - {x: -0.25, y: 0.5, z: -0.36} + - {x: -0.25, y: -0.5, z: -0.36} + - {x: -0.22171573, y: 0.5, z: -0.4282843} + - {x: -0.22171573, y: -0.5, z: -0.4282843} + - {x: -0.11000001, y: -0.5, z: -0.5} + - {x: -0.11000001, y: 0.5, z: -0.5} + - {x: -0.17828429, y: -0.5, z: -0.47171572} + - {x: -0.17828429, y: 0.5, z: -0.47171572} + - {x: -0.11000001, y: 0.5, z: -0.5} + - {x: -0.17828427, y: 0.5, z: -0.47171572} + - {x: -0.22171573, y: 0.5, z: -0.4282843} + - {x: -0.25, y: 0.5, z: -0.36} + - {x: -0.25, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: 0} + - {x: -0.25, y: -0.5, z: -0.36} + - {x: -0.22171573, y: -0.5, z: -0.4282843} + - {x: -0.17828427, y: -0.5, z: -0.47171572} + - {x: -0.11000001, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: -0.5, z: 0} + - {x: 0.17828429, y: 0.5, z: -0.47171572} + - {x: 0.17828429, y: -0.5, z: -0.47171572} + - {x: 0.22171573, y: 0.5, z: -0.4282843} + - {x: 0.22171573, y: -0.5, z: -0.4282843} + - {x: 0.25, y: -0.5, z: -0.36} + - {x: 0.25, y: 0.5, z: -0.36} + - {x: 0.22171573, y: -0.5, z: -0.4282843} + - {x: 0.22171573, y: 0.5, z: -0.4282843} + - {x: 0.11000001, y: 0.5, z: -0.5} + - {x: 0.11000001, y: -0.5, z: -0.5} + - {x: 0.17828429, y: 0.5, z: -0.47171572} + - {x: 0.17828429, y: -0.5, z: -0.47171572} + - {x: 0.25, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.11000001, y: -0.5, z: -0.5} + - {x: 0.17828427, y: -0.5, z: -0.47171572} + - {x: 0.22171573, y: -0.5, z: -0.4282843} + - {x: 0.25, y: -0.5, z: -0.36} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: 0} + - {x: 0.25, y: 0.5, z: -0.36} + - {x: 0.22171573, y: 0.5, z: -0.4282843} + - {x: 0.17828427, y: 0.5, z: -0.47171572} + - {x: 0.11000001, y: 0.5, z: -0.5} + m_Textures0: + - {x: 0.25, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: -0.25, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.11000001, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.11000001, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.11000001, y: -0.5} + - {x: -0.11000001, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: 0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0, y: -0.5} + - {x: -0.36, y: -0.5} + - {x: -0.36, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0.36, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0.5} + - {x: 0.36, y: 0.5} + - {x: -0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: -0.25, y: 0} + - {x: -0.25, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: 0.25, y: 0} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: 0.25, y: 0} + - {x: -0.25, y: 0} + - {x: -0.25, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0.2074874, y: -0.5} + - {x: 0.2074874, y: 0.5} + - {x: 0.14606601, y: -0.5} + - {x: 0.14606601, y: 0.5} + - {x: 0.23692581, y: 0.5} + - {x: 0.23692581, y: -0.5} + - {x: 0.3108362, y: 0.5} + - {x: 0.3108362, y: -0.5} + - {x: 0.089715, y: -0.5} + - {x: 0.089715, y: 0.5} + - {x: 0.015804619, y: -0.5} + - {x: 0.015804619, y: 0.5} + - {x: -0.11000001, y: -0.5} + - {x: -0.17828427, y: -0.47171572} + - {x: -0.22171573, y: -0.4282843} + - {x: -0.25, y: -0.36} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: 0.25, y: 0} + - {x: 0.25, y: -0.36} + - {x: 0.22171573, y: -0.4282843} + - {x: 0.17828427, y: -0.47171572} + - {x: 0.11000001, y: -0.5} + - {x: -0, y: -0.5} + - {x: 0, y: 0} + - {x: -0.2074874, y: 0.5} + - {x: -0.2074874, y: -0.5} + - {x: -0.14606601, y: 0.5} + - {x: -0.14606601, y: -0.5} + - {x: -0.23692581, y: -0.5} + - {x: -0.23692581, y: 0.5} + - {x: -0.3108362, y: -0.5} + - {x: -0.3108362, y: 0.5} + - {x: -0.089715, y: 0.5} + - {x: -0.089715, y: -0.5} + - {x: -0.015804619, y: 0.5} + - {x: -0.015804619, y: -0.5} + - {x: -0.25, y: 0} + - {x: 0, y: 0} + - {x: -0, y: -0.5} + - {x: -0.11000001, y: -0.5} + - {x: -0.17828427, y: -0.47171572} + - {x: -0.22171573, y: -0.4282843} + - {x: -0.25, y: -0.36} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.25, y: 0} + - {x: 0.25, y: -0.36} + - {x: 0.22171573, y: -0.4282843} + - {x: 0.17828427, y: -0.47171572} + - {x: 0.11000001, y: -0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0.7071069, y: 0, z: -0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: -0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: -0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: -0.70710665, w: -1} + - {x: 0.3826834, y: 0, z: -0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: -0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: -0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: -0.9238796, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: -0.3826835, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0.7071069, y: 0, z: 0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: 0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: 0.70710665, w: -1} + - {x: 0.7071069, y: 0, z: 0.70710665, w: -1} + - {x: 0.3826834, y: 0, z: 0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: 0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: 0.9238796, w: -1} + - {x: 0.3826834, y: 0, z: 0.9238796, w: -1} + - {x: 0.9238795, y: 0, z: 0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: 0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: 0.3826835, w: -1} + - {x: 0.9238795, y: 0, z: 0.3826835, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5064 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8233481800096184309 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536480235094022 + m_Size: {x: 1, y: 1, z: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 4967 + m_ShapeBox: + m_Center: {x: 0.5, y: 0.5, z: 0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536480235094022 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8233481800096184308 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8233481800096184307 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Mesh: {fileID: 0} +--- !u!64 &8233481800096184306 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab.meta new file mode 100644 index 00000000..be49dc83 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_Endpoint_Original.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1bf4e64cd70964b77af781c0a7de4c9c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab b/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab new file mode 100644 index 00000000..e2f529fa --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab @@ -0,0 +1,346 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8233481800096184305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8233481800096184311} + - component: {fileID: 8233481800096184310} + - component: {fileID: 8233481800096184309} + - component: {fileID: 8233481800096184308} + - component: {fileID: 8233481800096184307} + - component: {fileID: 8233481800096184306} + m_Layer: 0 + m_Name: Water_I_Original + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8233481800096184311 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8233481800096184310 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 000000000100000002000000010000000300000002000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000050000000700000006000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 08000000090000000a000000090000000b0000000a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 100000001100000012000000110000001300000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 140000001500000016000000150000001700000016000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 000000000d00000016000000 + - m_Vertices: 010000000400000017000000 + - m_Vertices: 020000000f00000010000000 + - m_Vertices: 030000000600000011000000 + - m_Vertices: 050000000800000015000000 + - m_Vertices: 070000000a00000013000000 + - m_Vertices: 090000000c00000014000000 + - m_Vertices: 0b0000000e00000012000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.25, y: -0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: -0.5} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: -0.5} + - {x: 0.25, y: -0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: -0.5} + - {x: 0.25, y: 0.5, z: -0.5} + - {x: -0.25, y: 0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: -0.5} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: 0.5} + - {x: 0.25, y: 0.5, z: 0.5} + - {x: -0.25, y: 0.5, z: -0.5} + - {x: 0.25, y: 0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: -0.5} + - {x: 0.25, y: -0.5, z: -0.5} + - {x: -0.25, y: -0.5, z: 0.5} + - {x: 0.25, y: -0.5, z: 0.5} + m_Textures0: + - {x: 0.25, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: 0.25, y: 0.5} + - {x: -0.25, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: 0.5} + - {x: -0.5, y: 0.5} + - {x: 0.25, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: 0.25, y: 0.5} + - {x: -0.25, y: 0.5} + - {x: 0.5, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: 0.5, y: 0.5} + - {x: -0.5, y: 0.5} + - {x: -0.25, y: 0.5} + - {x: 0.25, y: 0.5} + - {x: -0.25, y: -0.5} + - {x: 0.25, y: -0.5} + - {x: 0.25, y: -0.5} + - {x: -0.25, y: -0.5} + - {x: 0.25, y: 0.5} + - {x: -0.25, y: 0.5} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: 1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 5040 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: +--- !u!114 &8233481800096184309 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Shape: + rid: 2445536480235094022 + m_Size: {x: 1, y: 1, z: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_PivotLocation: 1 + m_PivotPosition: {x: 0, y: 0, z: 0} + m_UnmodifiedMeshVersion: 4967 + m_ShapeBox: + m_Center: {x: 0.5, y: 0.5, z: 0.5} + m_Extent: {x: 0.5, y: 0.5, z: 0.5} + references: + version: 2 + RefIds: + - rid: 2445536480235094022 + type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder} +--- !u!23 &8233481800096184308 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &8233481800096184307 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Mesh: {fileID: 0} +--- !u!64 &8233481800096184306 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8233481800096184305} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab.meta new file mode 100644 index 00000000..cb08e8ae --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_I_Original.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ef9c705a0d1af4322acb17b05a7d54b9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab new file mode 100644 index 00000000..12c86001 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab @@ -0,0 +1,1384 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1172287436018783935 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1172287436018783930} + - component: {fileID: 1172287436018783931} + - component: {fileID: 1172287436018783932} + - component: {fileID: 1172287436018783933} + - component: {fileID: 1172287436018783934} + m_Layer: 0 + m_Name: Water_SoloCell_Original + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1172287436018783930 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1172287436018783935} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.000000029802322, y: 0.5, z: -0.000000044703484} + m_LocalScale: {x: 0.5, y: 1, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1172287436018783931 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1172287436018783935} + m_Mesh: {fileID: 0} +--- !u!23 &1172287436018783932 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1172287436018783935} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &1172287436018783933 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1172287436018783935} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5000001 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0.000000059604645, y: 0, z: -0.00000008940697} +--- !u!114 &1172287436018783934 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1172287436018783935} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 640000006500000066000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 770000007800000079000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 8d0000008e0000008f000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: a1000000a2000000a3000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 000000000100000002000000000000000200000003000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 040000000500000006000000040000000600000007000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 08000000090000000a000000080000000a0000000b000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 0c0000000d0000000e0000000c0000000e0000000f000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 100000001100000012000000100000001200000013000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 140000001500000016000000140000001600000017000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 18000000190000001a000000180000001a0000001b000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 1c0000001d0000001e0000001c0000001e0000001f000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 200000002100000022000000200000002200000023000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 240000002500000026000000240000002600000027000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 28000000290000002a000000280000002a0000002b000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 2c0000002d0000002e0000002c0000002e0000002f000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 300000003100000032000000300000003200000033000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 340000003500000036000000340000003600000037000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 38000000390000003a000000380000003a0000003b000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 3c0000003d0000003e0000003c0000003e0000003f000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 400000004100000042000000400000004200000043000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 440000004500000046000000440000004600000047000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 48000000490000004a000000480000004a0000004b000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 4c0000004d0000004e0000004c0000004e0000004f000000 + m_SmoothingGroup: 3 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 500000005100000052000000530000005100000050000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 54000000550000005600000056000000550000005a000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 5700000058000000590000005b0000005800000057000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 5c0000005d0000005e0000005e0000005d00000062000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 5f000000600000006100000063000000600000005f000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 6700000068000000690000006d0000006800000067000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 6a0000006b0000006c0000006c0000006b0000006e000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 6f000000700000007100000075000000700000006f000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 720000007300000074000000740000007300000076000000 + m_SmoothingGroup: 1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 7a0000007b0000007c0000007c0000007b00000080000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 7d0000007e0000007f000000810000007e0000007d000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 820000008300000084000000840000008300000088000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 850000008600000087000000890000008600000085000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 8a0000008b0000008c0000008c0000008b00000090000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 910000009200000093000000970000009200000091000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 940000009500000096000000960000009500000098000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 990000009a0000009b0000009f0000009a00000099000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + - m_Indexes: 9c0000009d0000009e0000009e0000009d000000a0000000 + m_SmoothingGroup: 2 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 0} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: -1 + m_TextureGroup: -1 + m_SharedVertices: + - m_Vertices: 000000004f0000007d000000 + - m_Vertices: 010000004e00000056000000 + - m_Vertices: 02000000050000005a0000005c000000 + - m_Vertices: 03000000040000008100000087000000 + - m_Vertices: 06000000090000005e000000 + - m_Vertices: 070000000800000085000000 + - m_Vertices: 0a0000000d0000006200000064000000 + - m_Vertices: 0b0000000c000000890000008f000000 + - m_Vertices: 0e00000011000000660000006a000000 + - m_Vertices: 0f000000100000008d00000093000000 + - m_Vertices: 12000000150000006c000000 + - m_Vertices: 130000001400000091000000 + - m_Vertices: 16000000190000006e00000072000000 + - m_Vertices: 1700000018000000970000009b000000 + - m_Vertices: 1a0000001d00000074000000 + - m_Vertices: 1b0000001c00000099000000 + - m_Vertices: 1e000000210000007600000077000000 + - m_Vertices: 1f000000200000009f000000a3000000 + - m_Vertices: 22000000250000007500000079000000 + - m_Vertices: 2300000024000000a0000000a1000000 + - m_Vertices: 26000000290000006f000000 + - m_Vertices: 27000000280000009e000000 + - m_Vertices: 2a0000002d0000006d00000071000000 + - m_Vertices: 2b0000002c000000980000009c000000 + - m_Vertices: 2e0000003100000067000000 + - m_Vertices: 2f0000003000000096000000 + - m_Vertices: 32000000350000006300000069000000 + - m_Vertices: 33000000340000009000000094000000 + - m_Vertices: 36000000390000005f000000 + - m_Vertices: 37000000380000008c000000 + - m_Vertices: 3a0000003d0000005b00000061000000 + - m_Vertices: 3b0000003c000000880000008a000000 + - m_Vertices: 3e0000004100000057000000 + - m_Vertices: 3f0000004000000084000000 + - m_Vertices: 42000000450000005300000059000000 + - m_Vertices: 43000000440000008000000082000000 + - m_Vertices: 460000004900000050000000 + - m_Vertices: 47000000480000007c000000 + - m_Vertices: 4a0000004d0000005200000054000000 + - m_Vertices: 4b0000004c0000007a0000007f000000 + - m_Vertices: 5100000055000000580000005d0000006000000065000000680000006b000000700000007300000078000000 + - m_Vertices: 7b0000007e00000083000000860000008b0000008e00000092000000950000009a0000009d000000a2000000 + m_SharedTextures: [] + m_Positions: + - {x: -0.47552863, y: -0.5, z: -0.1545085} + - {x: -0.47552863, y: 0.5, z: -0.1545085} + - {x: -0.40450883, y: 0.5, z: -0.2938927} + - {x: -0.40450883, y: -0.5, z: -0.2938927} + - {x: -0.40450883, y: -0.5, z: -0.2938927} + - {x: -0.40450883, y: 0.5, z: -0.2938927} + - {x: -0.29389286, y: 0.5, z: -0.40450865} + - {x: -0.29389286, y: -0.5, z: -0.40450865} + - {x: -0.29389286, y: -0.5, z: -0.40450865} + - {x: -0.29389286, y: 0.5, z: -0.40450865} + - {x: -0.15450864, y: 0.5, z: -0.47552842} + - {x: -0.15450864, y: -0.5, z: -0.47552842} + - {x: -0.15450864, y: -0.5, z: -0.47552842} + - {x: -0.15450864, y: 0.5, z: -0.47552842} + - {x: -0.000000059604645, y: 0.5, z: -0.5000001} + - {x: -0.000000059604645, y: -0.5, z: -0.5000001} + - {x: -0.000000059604645, y: -0.5, z: -0.5000001} + - {x: -0.000000059604645, y: 0.5, z: -0.5000001} + - {x: 0.15450852, y: 0.5, z: -0.4755284} + - {x: 0.15450852, y: -0.5, z: -0.4755284} + - {x: 0.15450852, y: -0.5, z: -0.4755284} + - {x: 0.15450852, y: 0.5, z: -0.4755284} + - {x: 0.29389268, y: 0.5, z: -0.40450856} + - {x: 0.29389268, y: -0.5, z: -0.40450856} + - {x: 0.29389268, y: -0.5, z: -0.40450856} + - {x: 0.29389268, y: 0.5, z: -0.40450856} + - {x: 0.40450856, y: 0.5, z: -0.29389262} + - {x: 0.40450856, y: -0.5, z: -0.29389262} + - {x: 0.40450856, y: -0.5, z: -0.29389262} + - {x: 0.40450856, y: 0.5, z: -0.29389262} + - {x: 0.47552833, y: 0.5, z: -0.15450844} + - {x: 0.47552833, y: -0.5, z: -0.15450844} + - {x: 0.47552833, y: -0.5, z: -0.15450844} + - {x: 0.47552833, y: 0.5, z: -0.15450844} + - {x: 0.50000006, y: 0.5, z: 0.00000008940697} + - {x: 0.50000006, y: -0.5, z: 0.00000008940697} + - {x: 0.50000006, y: -0.5, z: 0.00000008940697} + - {x: 0.50000006, y: 0.5, z: 0.00000008940697} + - {x: 0.47552833, y: 0.5, z: 0.15450862} + - {x: 0.47552833, y: -0.5, z: 0.15450862} + - {x: 0.47552833, y: -0.5, z: 0.15450862} + - {x: 0.47552833, y: 0.5, z: 0.15450862} + - {x: 0.40450853, y: 0.5, z: 0.29389277} + - {x: 0.40450853, y: -0.5, z: 0.29389277} + - {x: 0.40450853, y: -0.5, z: 0.29389277} + - {x: 0.40450853, y: 0.5, z: 0.29389277} + - {x: 0.29389262, y: 0.5, z: 0.40450865} + - {x: 0.29389262, y: -0.5, z: 0.40450865} + - {x: 0.29389262, y: -0.5, z: 0.40450865} + - {x: 0.29389262, y: 0.5, z: 0.40450865} + - {x: 0.15450847, y: 0.5, z: 0.47552842} + - {x: 0.15450847, y: -0.5, z: 0.47552842} + - {x: 0.15450847, y: -0.5, z: 0.47552842} + - {x: 0.15450847, y: 0.5, z: 0.47552842} + - {x: -0.000000044703484, y: 0.5, z: 0.5000001} + - {x: -0.000000044703484, y: -0.5, z: 0.5000001} + - {x: -0.000000044703484, y: -0.5, z: 0.5000001} + - {x: -0.000000044703484, y: 0.5, z: 0.5000001} + - {x: -0.15450855, y: 0.5, z: 0.4755284} + - {x: -0.15450855, y: -0.5, z: 0.4755284} + - {x: -0.15450855, y: -0.5, z: 0.4755284} + - {x: -0.15450855, y: 0.5, z: 0.4755284} + - {x: -0.29389268, y: 0.5, z: 0.40450862} + - {x: -0.29389268, y: -0.5, z: 0.40450862} + - {x: -0.29389268, y: -0.5, z: 0.40450862} + - {x: -0.29389268, y: 0.5, z: 0.40450862} + - {x: -0.40450856, y: 0.5, z: 0.29389274} + - {x: -0.40450856, y: -0.5, z: 0.29389274} + - {x: -0.40450856, y: -0.5, z: 0.29389274} + - {x: -0.40450856, y: 0.5, z: 0.29389274} + - {x: -0.47552833, y: 0.5, z: 0.15450859} + - {x: -0.47552833, y: -0.5, z: 0.15450859} + - {x: -0.47552833, y: -0.5, z: 0.15450859} + - {x: -0.47552833, y: 0.5, z: 0.15450859} + - {x: -0.50000006, y: 0.5, z: 0.00000008940697} + - {x: -0.50000006, y: -0.5, z: 0.00000008940697} + - {x: -0.50000006, y: -0.5, z: 0.00000008940697} + - {x: -0.50000006, y: 0.5, z: 0.00000008940697} + - {x: -0.47552863, y: 0.5, z: -0.1545085} + - {x: -0.47552863, y: -0.5, z: -0.1545085} + - {x: -0.47552833, y: 0.5, z: 0.15450859} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.50000006, y: 0.5, z: 0.00000008940697} + - {x: -0.40450856, y: 0.5, z: 0.29389274} + - {x: -0.50000006, y: 0.5, z: 0.00000008940697} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.47552863, y: 0.5, z: -0.1545085} + - {x: -0.29389268, y: 0.5, z: 0.40450862} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.40450856, y: 0.5, z: 0.29389274} + - {x: -0.40450883, y: 0.5, z: -0.2938927} + - {x: -0.15450855, y: 0.5, z: 0.4755284} + - {x: -0.40450883, y: 0.5, z: -0.2938927} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.29389286, y: 0.5, z: -0.40450865} + - {x: -0.000000044703484, y: 0.5, z: 0.5000001} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.15450855, y: 0.5, z: 0.4755284} + - {x: -0.15450864, y: 0.5, z: -0.47552842} + - {x: 0.15450847, y: 0.5, z: 0.47552842} + - {x: -0.15450864, y: 0.5, z: -0.47552842} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: -0.000000059604645, y: 0.5, z: -0.5000001} + - {x: 0.29389262, y: 0.5, z: 0.40450865} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: 0.15450847, y: 0.5, z: 0.47552842} + - {x: -0.000000059604645, y: 0.5, z: -0.5000001} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: 0.15450852, y: 0.5, z: -0.4755284} + - {x: 0.40450853, y: 0.5, z: 0.29389277} + - {x: 0.29389268, y: 0.5, z: -0.40450856} + - {x: 0.47552833, y: 0.5, z: 0.15450862} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: 0.40450853, y: 0.5, z: 0.29389277} + - {x: 0.29389268, y: 0.5, z: -0.40450856} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: 0.40450856, y: 0.5, z: -0.29389262} + - {x: 0.50000006, y: 0.5, z: 0.00000008940697} + - {x: 0.47552833, y: 0.5, z: -0.15450844} + - {x: 0.47552833, y: 0.5, z: -0.15450844} + - {x: -0.000000059604645, y: 0.5, z: 0.00000008940697} + - {x: 0.50000006, y: 0.5, z: 0.00000008940697} + - {x: -0.50000006, y: -0.5, z: 0.00000008940697} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.47552833, y: -0.5, z: 0.15450859} + - {x: -0.47552863, y: -0.5, z: -0.1545085} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.50000006, y: -0.5, z: 0.00000008940697} + - {x: -0.40450856, y: -0.5, z: 0.29389274} + - {x: -0.40450883, y: -0.5, z: -0.2938927} + - {x: -0.40450856, y: -0.5, z: 0.29389274} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.29389268, y: -0.5, z: 0.40450862} + - {x: -0.29389286, y: -0.5, z: -0.40450865} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.40450883, y: -0.5, z: -0.2938927} + - {x: -0.15450855, y: -0.5, z: 0.4755284} + - {x: -0.15450864, y: -0.5, z: -0.47552842} + - {x: -0.15450855, y: -0.5, z: 0.4755284} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.000000044703484, y: -0.5, z: 0.5000001} + - {x: -0.000000059604645, y: -0.5, z: -0.5000001} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.15450864, y: -0.5, z: -0.47552842} + - {x: 0.15450847, y: -0.5, z: 0.47552842} + - {x: 0.15450852, y: -0.5, z: -0.4755284} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: -0.000000059604645, y: -0.5, z: -0.5000001} + - {x: 0.15450847, y: -0.5, z: 0.47552842} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: 0.29389262, y: -0.5, z: 0.40450865} + - {x: 0.29389268, y: -0.5, z: -0.40450856} + - {x: 0.40450853, y: -0.5, z: 0.29389277} + - {x: 0.40450856, y: -0.5, z: -0.29389262} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: 0.29389268, y: -0.5, z: -0.40450856} + - {x: 0.40450853, y: -0.5, z: 0.29389277} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: 0.47552833, y: -0.5, z: 0.15450862} + - {x: 0.47552833, y: -0.5, z: -0.15450844} + - {x: 0.50000006, y: -0.5, z: 0.00000008940697} + - {x: 0.50000006, y: -0.5, z: 0.00000008940697} + - {x: -0.000000059604645, y: -0.5, z: 0.00000008940697} + - {x: 0.47552833, y: -0.5, z: -0.15450844} + m_Textures0: + - {x: 0.100599855, y: 0.00045373812} + - {x: 0.100599565, y: 0.9994308} + - {x: 0.20050527, y: 0.9994308} + - {x: 0.20050539, y: 0.00045373812} + - {x: 0.20050539, y: 0.00045373812} + - {x: 0.20050527, y: 0.9994308} + - {x: 0.300411, y: 0.9994308} + - {x: 0.300411, y: 0.00045373812} + - {x: 0.300411, y: 0.00045373812} + - {x: 0.300411, y: 0.9994308} + - {x: 0.4003165, y: 0.9994308} + - {x: 0.4003165, y: 0.00045373812} + - {x: 0.4003165, y: 0.00045373812} + - {x: 0.4003165, y: 0.9994308} + - {x: 0.50022197, y: 0.9994308} + - {x: 0.50022197, y: 0.00045373812} + - {x: 0.50022197, y: 0.00045373812} + - {x: 0.50022197, y: 0.9994308} + - {x: 0.6001273, y: 0.9994308} + - {x: 0.6001273, y: 0.00045373812} + - {x: 0.6001273, y: 0.00045373812} + - {x: 0.6001273, y: 0.9994308} + - {x: 0.7000328, y: 0.9994308} + - {x: 0.7000327, y: 0.00045373812} + - {x: 0.7000327, y: 0.00045373812} + - {x: 0.7000328, y: 0.9994308} + - {x: 0.79993814, y: 0.9994308} + - {x: 0.79993796, y: 0.00045373812} + - {x: 0.79993796, y: 0.00045373812} + - {x: 0.79993814, y: 0.9994308} + - {x: 0.89984345, y: 0.9994308} + - {x: 0.8998432, y: 0.00045373812} + - {x: 0.8998432, y: 0.00045373812} + - {x: 0.89984345, y: 0.9994308} + - {x: 0.9997491, y: 0.9994308} + - {x: 0.999749, y: 0.00045373812} + - {x: 0.0006936856, y: 0.00045373812} + - {x: 0.00069404463, y: 0.9994308} + - {x: 0.10059965, y: 0.9994308} + - {x: 0.10059935, y: 0.00045373812} + - {x: 0.10059935, y: 0.00045373812} + - {x: 0.10059965, y: 0.9994308} + - {x: 0.2005051, y: 0.9994308} + - {x: 0.20050502, y: 0.00045373812} + - {x: 0.20050502, y: 0.00045373812} + - {x: 0.2005051, y: 0.9994308} + - {x: 0.30041057, y: 0.9994308} + - {x: 0.30041057, y: 0.00045373812} + - {x: 0.30041057, y: 0.00045373812} + - {x: 0.30041057, y: 0.9994308} + - {x: 0.400316, y: 0.9994308} + - {x: 0.400316, y: 0.00045373812} + - {x: 0.400316, y: 0.00045373812} + - {x: 0.400316, y: 0.9994308} + - {x: 0.5002215, y: 0.9994308} + - {x: 0.5002215, y: 0.00045373812} + - {x: 0.5002215, y: 0.00045373812} + - {x: 0.5002215, y: 0.9994308} + - {x: 0.6001268, y: 0.9994308} + - {x: 0.6001268, y: 0.00045373812} + - {x: 0.6001268, y: 0.00045373812} + - {x: 0.6001268, y: 0.9994308} + - {x: 0.7000321, y: 0.9994308} + - {x: 0.7000322, y: 0.00045373812} + - {x: 0.7000322, y: 0.00045373812} + - {x: 0.7000321, y: 0.9994308} + - {x: 0.7999371, y: 0.9994308} + - {x: 0.7999375, y: 0.00045373812} + - {x: 0.7999375, y: 0.00045373812} + - {x: 0.7999371, y: 0.9994308} + - {x: 0.89984244, y: 0.9994308} + - {x: 0.8998428, y: 0.00045373812} + - {x: 0.8998428, y: 0.00045373812} + - {x: 0.89984244, y: 0.9994308} + - {x: 0.9997478, y: 0.9994308} + - {x: 0.99974805, y: 0.00045373812} + - {x: 0.00069427, y: 0.00045373812} + - {x: 0.0006939089, y: 0.9994308} + - {x: 0.100599565, y: 0.9994308} + - {x: 0.100599855, y: 0.00045373812} + - {x: 0.9720591, y: 0.34663567} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.9963408, y: 0.4999439} + - {x: 0.901591, y: 0.20833425} + - {x: 0.9963408, y: 0.4999439} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.9720596, y: 0.6532523} + - {x: 0.7918344, y: 0.09857755} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.901591, y: 0.20833425} + - {x: 0.9015915, y: 0.7915539} + - {x: 0.6535327, y: 0.028109413} + - {x: 0.9015915, y: 0.7915539} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.79183465, y: 0.90131074} + - {x: 0.5002242, y: 0.0038277227} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.6535327, y: 0.028109413} + - {x: 0.653533, y: 0.97177905} + - {x: 0.34691587, y: 0.028109383} + - {x: 0.653533, y: 0.97177905} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.5002243, y: 0.99606085} + - {x: 0.20861442, y: 0.09857755} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.34691587, y: 0.028109383} + - {x: 0.5002243, y: 0.99606085} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.34691566, y: 0.97177905} + - {x: 0.09885782, y: 0.20833413} + - {x: 0.20861419, y: 0.9013106} + - {x: 0.028389715, y: 0.34663555} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.09885782, y: 0.20833413} + - {x: 0.20861419, y: 0.9013106} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.098857604, y: 0.7915537} + - {x: 0.0041080266, y: 0.49994385} + - {x: 0.028389595, y: 0.6532522} + - {x: 0.028389595, y: 0.6532522} + - {x: 0.5002245, y: 0.49994415} + - {x: 0.0041080266, y: 0.49994385} + - {x: 0.004107505, y: 0.49994415} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.028389134, y: 0.34663606} + - {x: 0.028388768, y: 0.6532523} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.004107505, y: 0.49994415} + - {x: 0.09885708, y: 0.20833468} + - {x: 0.0988569, y: 0.7915539} + - {x: 0.09885708, y: 0.20833468} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.20861363, y: 0.09857795} + - {x: 0.20861363, y: 0.90131074} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.0988569, y: 0.7915539} + - {x: 0.346915, y: 0.028109718} + - {x: 0.34691536, y: 0.97177905} + - {x: 0.346915, y: 0.028109718} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.5002234, y: 0.0038278755} + - {x: 0.500224, y: 0.99606085} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.34691536, y: 0.97177905} + - {x: 0.65353197, y: 0.028109442} + - {x: 0.6535327, y: 0.97177905} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.500224, y: 0.99606085} + - {x: 0.65353197, y: 0.028109442} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.7918337, y: 0.09857755} + - {x: 0.7918344, y: 0.9013106} + - {x: 0.9015904, y: 0.20833413} + - {x: 0.901591, y: 0.79155356} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.7918344, y: 0.9013106} + - {x: 0.9015904, y: 0.20833413} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.9720586, y: 0.3466355} + - {x: 0.97205883, y: 0.65325207} + - {x: 0.99634045, y: 0.49994373} + - {x: 0.99634045, y: 0.49994373} + - {x: 0.5002239, y: 0.49994427} + - {x: 0.97205883, y: 0.65325207} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: 0.30901602, y: 0, z: -0.9510568, w: -1} + - {x: 0.30901602, y: 0, z: -0.9510568, w: -1} + - {x: 0.5877853, y: 0, z: -0.809017, w: -1} + - {x: 0.58778536, y: 0, z: -0.80901694, w: -1} + - {x: 0.5877853, y: 0, z: -0.809017, w: -1} + - {x: 0.5877853, y: 0, z: -0.80901694, w: -1} + - {x: 0.8090171, y: 0, z: -0.5877852, w: -1} + - {x: 0.8090171, y: 0, z: -0.5877852, w: -1} + - {x: 0.80901706, y: 0, z: -0.5877852, w: -1} + - {x: 0.80901706, y: 0, z: -0.5877852, w: -1} + - {x: 0.9510566, y: 0, z: -0.3090168, w: -1} + - {x: 0.9510566, y: 0, z: -0.3090168, w: -1} + - {x: 0.9510566, y: 0, z: -0.3090168, w: -1} + - {x: 0.9510566, y: 0, z: -0.3090168, w: -1} + - {x: 1, y: 0, z: 0.00000009052143, w: -1} + - {x: 1, y: 0, z: 0.00000009052143, w: -1} + - {x: 1, y: 0, z: 0.00000009052143, w: -1} + - {x: 1, y: 0, z: 0.00000009052143, w: -1} + - {x: 0.9510565, y: 0, z: 0.3090171, w: -1} + - {x: 0.9510565, y: 0, z: 0.3090171, w: -1} + - {x: 0.9510565, y: 0, z: 0.30901706, w: -1} + - {x: 0.9510565, y: 0, z: 0.30901706, w: -1} + - {x: 0.8090169, y: 0, z: 0.5877855, w: -1} + - {x: 0.8090169, y: 0, z: 0.5877855, w: -1} + - {x: 0.8090168, y: 0, z: 0.58778554, w: -1} + - {x: 0.8090168, y: 0, z: 0.58778554, w: -1} + - {x: 0.5877851, y: 0, z: 0.8090171, w: -1} + - {x: 0.5877852, y: 0, z: 0.8090171, w: -1} + - {x: 0.5877852, y: 0, z: 0.80901706, w: -1} + - {x: 0.5877852, y: 0, z: 0.80901706, w: -1} + - {x: 0.3090169, y: 0, z: 0.95105654, w: -1} + - {x: 0.3090169, y: 0, z: 0.95105654, w: -1} + - {x: 0.3090169, y: 0, z: 0.95105654, w: -1} + - {x: 0.3090169, y: 0, z: 0.95105654, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: -0.3090171, y: 0, z: 0.9510565, w: -1} + - {x: -0.3090171, y: 0, z: 0.9510565, w: -1} + - {x: -0.30901703, y: 0, z: 0.9510565, w: -1} + - {x: -0.309017, y: 0, z: 0.95105654, w: -1} + - {x: -0.5877854, y: 0, z: 0.8090169, w: -1} + - {x: -0.5877855, y: 0, z: 0.8090169, w: -1} + - {x: -0.58778536, y: 0, z: 0.8090169, w: -1} + - {x: -0.58778536, y: 0, z: 0.80901694, w: -1} + - {x: -0.8090171, y: 0, z: 0.5877852, w: -1} + - {x: -0.8090171, y: 0, z: 0.5877852, w: -1} + - {x: -0.8090171, y: 0, z: 0.5877852, w: -1} + - {x: -0.8090171, y: 0, z: 0.5877852, w: -1} + - {x: -0.95105654, y: 0, z: 0.30901688, w: -1} + - {x: -0.95105654, y: 0, z: 0.30901688, w: -1} + - {x: -0.95105654, y: 0, z: 0.30901688, w: -1} + - {x: -0.95105654, y: 0, z: 0.30901688, w: -1} + - {x: -1, y: 0, z: -0.00000009052143, w: -1} + - {x: -1, y: 0, z: -0.00000009052143, w: -1} + - {x: -1, y: 0, z: -0.00000009052143, w: -1} + - {x: -1, y: 0, z: -0.00000009052143, w: -1} + - {x: -0.9510565, y: 0, z: -0.30901697, w: -1} + - {x: -0.9510565, y: 0, z: -0.30901697, w: -1} + - {x: -0.95105654, y: 0, z: -0.30901697, w: -1} + - {x: -0.95105654, y: 0, z: -0.30901694, w: -1} + - {x: -0.809017, y: 0, z: -0.5877853, w: -1} + - {x: -0.80901694, y: 0, z: -0.58778536, w: -1} + - {x: -0.809017, y: 0, z: -0.5877853, w: -1} + - {x: -0.809017, y: 0, z: -0.5877853, w: -1} + - {x: -0.58778524, y: 0, z: -0.809017, w: -1} + - {x: -0.58778524, y: 0, z: -0.809017, w: -1} + - {x: -0.5877853, y: 0, z: -0.809017, w: -1} + - {x: -0.5877853, y: 0, z: -0.809017, w: -1} + - {x: -0.30901697, y: 0, z: -0.95105654, w: -1} + - {x: -0.30901697, y: 0, z: -0.95105654, w: -1} + - {x: -0.30901697, y: 0, z: -0.95105654, w: -1} + - {x: -0.30901697, y: 0, z: -0.95105654, w: -1} + - {x: -0.0000009806487, y: 0, z: -1, w: -1} + - {x: -0.0000009806487, y: 0, z: -1, w: -1} + - {x: -0.0000009806488, y: 0, z: -1, w: -1} + - {x: -0.0000009806488, y: 0, z: -1, w: -1} + - {x: 0.30901602, y: 0, z: -0.9510568, w: -1} + - {x: 0.30901605, y: 0, z: -0.9510568, w: -1} + - {x: -1, y: 0, z: -0.0000004130888, w: -1} + - {x: -1, y: 0, z: -0.0000004130888, w: -1} + - {x: -1, y: 0, z: -0.0000004859869, w: -1} + - {x: -1, y: 0, z: -0.00000034019067, w: -1} + - {x: -1, y: 0, z: -0.00000048057024, w: -1} + - {x: -1, y: 0, z: -0.0000005683257, w: -1} + - {x: -1, y: 0, z: -0.0000005683257, w: -1} + - {x: -1, y: 0, z: 0.000000048598643, w: -1} + - {x: -1, y: 0, z: 0.000000048598643, w: -1} + - {x: -1, y: 0, z: 0.00000004859864, w: -1} + - {x: -1, y: 0, z: -0.00000065608106, w: -1} + - {x: -1, y: 0, z: 0.000000048598647, w: -1} + - {x: -1, y: 0, z: -0.0000006803802, w: -1} + - {x: -1, y: 0, z: -0.0000008869242, w: -1} + - {x: -1, y: 0, z: -0.0000008869242, w: -1} + - {x: -1, y: 0, z: -1.3395452e-13, w: -1} + - {x: -1, y: 0, z: -1.3395452e-13, w: -1} + - {x: -1, y: 0, z: 0.00000023084354, w: -1} + - {x: -1, y: 0, z: -0.0000010934681, w: -1} + - {x: -1, y: 0, z: -0.00000023084351, w: -1} + - {x: -1, y: 0, z: -0.0000011177676, w: -1} + - {x: -1, y: 0, z: -0.0000011177676, w: -1} + - {x: -1, y: 0, z: -0.0000011177676, w: -1} + - {x: -1, y: 0, z: 0.00000015794575, w: -1} + - {x: -1, y: 0, z: 0.00000015794575, w: -1} + - {x: -1, y: 0, z: -0.00000021869383, w: -1} + - {x: -1, y: 0, z: 0.00000093552285, w: -1} + - {x: -1, y: 0, z: 0.0000011724411, w: -1} + - {x: -1, y: 0, z: 0.0000011724411, w: -1} + - {x: -1, y: 0, z: 0.00000053458524, w: -1} + - {x: -1, y: 0, z: 0.0000014093591, w: -1} + - {x: -1, y: 0, z: 0.0000005554992, w: -1} + - {x: -1, y: 0, z: 0.0000005554992, w: -1} + - {x: -1, y: 0, z: 0.00000051028576, w: -1} + - {x: -1, y: 0, z: 0.0000013607606, w: -1} + - {x: -1, y: 0, z: 0.0000009719722, w: -1} + - {x: -1, y: 0, z: 0.0000009719722, w: -1} + - {x: -1, y: 0, z: 0.00000060071267, w: -1} + - {x: -1, y: 0, z: 0.0000005831838, w: -1} + - {x: -1, y: 0, z: 0.000000583184, w: -1} + - {x: -1, y: 0, z: 0.000000583184, w: -1} + - {x: -1, y: 0, z: 0.000000583184, w: -1} + - {x: 1, y: 0, z: 0.0000002402854, w: -1} + - {x: 1, y: 0, z: 0.00000009584332, w: -1} + - {x: 1, y: 0, z: 0.00000009584332, w: -1} + - {x: 1, y: 0, z: 0.0000005831835, w: -1} + - {x: 1, y: 0, z: 0.0000005831835, w: -1} + - {x: 1, y: 0, z: 0.00000024299365, w: -1} + - {x: 1, y: 0, z: -0.00000004859869, w: -1} + - {x: 1, y: 0, z: 0.0000009233734, w: -1} + - {x: 1, y: 0, z: -0.0000006317826, w: -1} + - {x: 1, y: 0, z: -0.0000006925309, w: -1} + - {x: 1, y: 0, z: -0.0000006925309, w: -1} + - {x: 1, y: 0, z: 0.0000010448696, w: -1} + - {x: 1, y: 0, z: 0.0000010448696, w: -1} + - {x: 1, y: 0, z: 0.0000008747747, w: -1} + - {x: 1, y: 0, z: -0.0000007532791, w: -1} + - {x: 1, y: 0, z: 0.0000012149648, w: -1} + - {x: 1, y: 0, z: -0.0000012514151, w: -1} + - {x: 1, y: 0, z: -0.00000080795263, w: -1} + - {x: 1, y: 0, z: -0.00000080795263, w: -1} + - {x: 1, y: 0, z: 0.0000011663665, w: -1} + - {x: 1, y: 0, z: 0.0000011663665, w: -1} + - {x: 1, y: 0, z: 0.0000011663665, w: -1} + - {x: 1, y: 0, z: -0.00000036448978, w: -1} + - {x: 1, y: 0, z: -0.0000012453391, w: -1} + - {x: 1, y: 0, z: -0.0000012453391, w: -1} + - {x: 1, y: 0, z: -0.0000009598224, w: -1} + - {x: 1, y: 0, z: -0.00000024299314, w: -1} + - {x: 1, y: 0, z: -0.00000048598656, w: -1} + - {x: 1, y: 0, z: -0.00000048598656, w: -1} + - {x: 1, y: 0, z: -0.0000015308559, w: -1} + - {x: 1, y: 0, z: -0.0000007289797, w: -1} + - {x: 1, y: 0, z: -0.0000015916045, w: -1} + - {x: 1, y: 0, z: -0.0000015916045, w: -1} + - {x: 1, y: 0, z: -0.0000021383378, w: -1} + - {x: 1, y: 0, z: -0.0000009719731, w: -1} + - {x: 1, y: 0, z: -0.0000010205721, w: -1} + - {x: 1, y: 0, z: -0.0000010205721, w: -1} + - {x: 1, y: 0, z: -0.0000010448714, w: -1} + - {x: 1, y: 0, z: -0.0000010691709, w: -1} + - {x: 1, y: 0, z: -0.0000010812829, w: -1} + - {x: 1, y: 0, z: -0.0000010812829, w: -1} + - {x: 1, y: 0, z: -0.0000010812829, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 617 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: diff --git a/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab.meta new file mode 100644 index 00000000..1a596f3c --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Original.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d0a1bdf3ff4d145f1938e6db6d9377ed +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab new file mode 100644 index 00000000..9596ba80 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3661272423897928857 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3661272423897928856} + m_Layer: 0 + m_Name: Water_SoloCell_Scaled + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3661272423897928856 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3661272423897928857} + 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: + - {fileID: 2489293127478743182} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &3661272425229485620 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3661272423897928856} + m_Modifications: + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783931, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783934, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783934, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_VersionIndex + value: 623 + objectReference: {fileID: 0} + - target: {fileID: 1172287436018783935, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + propertyPath: m_Name + value: Water_SoloCell_Original + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, type: 3} +--- !u!4 &2489293127478743182 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1172287436018783930, guid: d0a1bdf3ff4d145f1938e6db6d9377ed, + type: 3} + m_PrefabInstance: {fileID: 3661272425229485620} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab.meta b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab.meta new file mode 100644 index 00000000..888f7c4c --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Water_SoloCell_Scaled.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7b04916583e38407494cfa17b9683bad +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Rectangular Palette.prefab b/Assets/Rectangular Palette.prefab index d0f6d1ec..9c32e2f4 100644 --- a/Assets/Rectangular Palette.prefab +++ b/Assets/Rectangular Palette.prefab @@ -94,7 +94,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -12, z: 0} @@ -102,9 +102,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -12, z: 0} @@ -112,9 +112,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 2 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -9, z: 0} @@ -124,7 +124,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -9, z: 0} @@ -132,9 +132,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -9, z: 0} @@ -142,9 +142,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -9, z: 0} @@ -152,9 +152,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -9, z: 0} @@ -162,9 +162,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -9, z: 0} @@ -172,9 +172,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 + m_TileMatrixIndex: 2 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -8, z: 0} @@ -184,7 +184,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -7, z: 0} @@ -194,7 +194,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -7, z: 0} @@ -204,7 +204,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -7, z: 0} @@ -214,7 +214,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -7, z: 0} @@ -224,7 +224,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -7, z: 0} @@ -234,7 +234,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -7, z: 0} @@ -244,7 +244,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -7, z: 0} @@ -254,7 +254,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -6, z: 0} @@ -264,7 +264,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -6, z: 0} @@ -274,7 +274,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -6, z: 0} @@ -284,7 +284,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -6, z: 0} @@ -294,7 +294,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -6, z: 0} @@ -304,7 +304,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -6, z: 0} @@ -314,7 +314,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -6, z: 0} @@ -324,7 +324,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -5, z: 0} @@ -334,7 +334,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -5, z: 0} @@ -344,7 +344,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -5, z: 0} @@ -354,7 +354,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -5, z: 0} @@ -364,7 +364,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -5, z: 0} @@ -374,7 +374,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -5, z: 0} @@ -384,7 +384,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -5, z: 0} @@ -394,7 +394,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -5, z: 0} @@ -404,7 +404,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -5, z: 0} @@ -414,7 +414,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -4, z: 0} @@ -424,7 +424,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -4, z: 0} @@ -434,7 +434,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -4, z: 0} @@ -444,7 +444,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -4, z: 0} @@ -454,7 +454,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -4, z: 0} @@ -464,7 +464,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -4, z: 0} @@ -474,7 +474,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -4, z: 0} @@ -484,7 +484,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -4, z: 0} @@ -494,7 +494,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -4, z: 0} @@ -504,7 +504,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -3, z: 0} @@ -514,7 +514,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -3, z: 0} @@ -524,7 +524,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -3, z: 0} @@ -534,7 +534,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -3, z: 0} @@ -544,7 +544,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -3, z: 0} @@ -554,7 +554,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -3, z: 0} @@ -564,7 +564,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -3, z: 0} @@ -574,7 +574,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -3, z: 0} @@ -584,7 +584,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -3, z: 0} @@ -594,7 +594,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 16 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -2, z: 0} @@ -604,7 +604,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -2, z: 0} @@ -614,7 +614,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -2, z: 0} @@ -624,7 +624,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -2, z: 0} @@ -634,7 +634,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -2, z: 0} @@ -644,7 +644,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -2, z: 0} @@ -654,7 +654,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 16 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -1, z: 0} @@ -664,7 +664,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -1, z: 0} @@ -674,7 +674,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 16 dummyAlignment: 0 m_AllTileFlags: 2 m_AnimatedTiles: {} @@ -686,7 +686,7 @@ Tilemap: m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} m_TileMatrixArray: - - m_RefCount: 59 + - m_RefCount: 52 m_Data: e00: 1 e01: 0 @@ -704,47 +704,92 @@ Tilemap: e31: 0 e32: 0 e33: 1 + - m_RefCount: 5 + m_Data: + e00: 0.000000059604645 + e01: 0.99999994 + e02: 0 + e03: 0 + e10: -0.99999994 + e11: 0.000000059604645 + e12: -0 + e13: 0 + e20: -0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - m_RefCount: 2 + m_Data: + e00: 0.000000059604645 + e01: -0.99999994 + e02: -0 + e03: 0 + e10: 0.99999994 + e11: 0.000000059604645 + e12: 0 + e13: 0 + e20: 0 + e21: -0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 m_TileColorArray: - m_RefCount: 59 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: + - m_RefCount: 1 + m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + type: 3} + - m_RefCount: 6 + m_Data: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + - m_RefCount: 5 + m_Data: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, + type: 3} - m_RefCount: 3 m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, type: 3} - m_RefCount: 6 m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} + - m_RefCount: 2 + m_Data: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, + type: 3} - m_RefCount: 2 m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, type: 3} - m_RefCount: 5 m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} - - m_RefCount: 12 - m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + - m_RefCount: 2 + m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, type: 3} - m_RefCount: 6 m_Data: {fileID: 804906806462723776, guid: a71a592181633435b8f6bd27de65b23b, type: 3} - m_RefCount: 3 - m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, + m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, type: 3} - m_RefCount: 7 m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} - - m_RefCount: 1 - m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, + - m_RefCount: 2 + m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, type: 3} - m_RefCount: 4 m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} - - m_RefCount: 3 - m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, - type: 3} - - m_RefCount: 3 - m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, + - m_RefCount: 1 + m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, type: 3} - - m_RefCount: 2 - m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, + - m_RefCount: 1 + m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, type: 3} - - m_RefCount: 2 - m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, + - m_RefCount: 3 + m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, type: 3} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/Scenes/Sandbox.unity b/Assets/Scenes/Sandbox.unity index 159c90a4..83dcd562 100644 --- a/Assets/Scenes/Sandbox.unity +++ b/Assets/Scenes/Sandbox.unity @@ -123,230 +123,25 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!1001 &58756293 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 1409813774} - m_Modifications: - - target: {fileID: 4742618442792823362, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_Name - value: Water_T_Original - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4742618442792823369, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 685102193} - - target: {fileID: 4742618442792823372, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 685102193} - - target: {fileID: 4742618442792823373, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 685102193} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 7133ce9ac68d745508e5cf7a1050582b, type: 3} ---- !u!4 &58756294 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4742618442792823368, guid: 7133ce9ac68d745508e5cf7a1050582b, - type: 3} - m_PrefabInstance: {fileID: 58756293} - m_PrefabAsset: {fileID: 0} ---- !u!1 &447607632 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 447607635} - - component: {fileID: 447607634} - - component: {fileID: 447607633} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &447607633 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 447607632} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Version: 1 - m_UsePipelineSettings: 1 - m_AdditionalLightsShadowResolutionTier: 2 - m_LightLayerMask: 1 - m_CustomShadowLayers: 0 - m_ShadowLayerMask: 1 - m_LightCookieSize: {x: 1, y: 1} - m_LightCookieOffset: {x: 0, y: 0} ---- !u!108 &447607634 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 447607632} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 1 - m_Shape: 0 - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 0 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &447607635 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 447607632} - m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} - m_LocalPosition: {x: -1.0263481, y: 0.8717613, z: 0.15994644} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} ---- !u!43 &685102193 +--- !u!43 &311700154 Mesh: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh-48640 + m_Name: pb_Mesh-113280 serializedVersion: 10 m_SubMeshes: - serializedVersion: 2 firstByte: 0 - indexCount: 432 + indexCount: 240 topology: 0 baseVertex: 0 firstVertex: 0 - vertexCount: 138 + vertexCount: 86 localAABB: m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} + m_Extent: {x: 0.50000006, y: 0.5, z: 0.5000001} m_Shapes: vertices: [] shapes: [] @@ -363,10 +158,10 @@ Mesh: m_KeepVertices: 1 m_KeepIndices: 1 m_IndexFormat: 0 - m_IndexBuffer: 000001000200030000000200040005000600040007000500080009000a000b0008000a000c000d000e000c000f000d0010000f000c00100011000f00120008000b00130012000b001400150016001400170015000e00170014000e000d001700180019001a0018001b0019001c001d001e001f001c001e0020002100220020002300210024002500260025002700260024002800250029002a002b002c002d0029002c0029002b0025002e0027002d002f002900300031003200300033003100340035003600340037003500380039002900290039003a003b0029003a003b002a0029003c003d002f003e003c002f003e002f003f002f003d0038002f003800290025002800400041002500400041004200250025004200430044002e0045002e00460045002e0047004600250043002e00430047002e0048002600490026004a004900260027004a0049004b0048004a0027002e004a002e0044004c004d004e004f002d002c004e004f002c004e002c004c003f002f004f002f002d004f00390050003c003c0050003d003d0050003800380050003900460051004200420051004300430051004700470051004600490052004500450052004400440052004a004a00520049003e0053004e004e0053004f004f0053003f003f0053003e00540055005600570054005600580059005a005b0058005a005c005d005e005c005f005d00600061002400600024002600260062006000630064002c002c002b0063002b0065006300620066006000630067006400680069006a0068006b0069006c006d006e006c006f006d0070006000710071006000720060007300720070006100600066007400750076007400660076006600770073006000660075007300660063006500780079007a006300790063007b007b00630078007c0067007d0067007e007d007f007e00670067007a007f00670063007a0080004c0081002c0081004c00820081002c002c0064008200820064006700820067007c008300620026002600840083004800840026008400480085007700660083006600620083007200860074007400860075007500860073007300860072007e0087007900790087007a007a0087007f007f0087007e00810088007d007d0088007c007c0088008200820088008100760089008400840089008300830089007700770089007600 + m_IndexBuffer: 0000010002000300010004000500060007000800060009000a000b000c000a000c000d000d000c000e000d000e000f000f000e0010000f0010001100110010001200110012001300130012001400130014001500150014001600150016001700170016001800170018001900190018001a0019001a001b001b001a001c001b001c001d001e001f0020001e0020002100210020002200210022002300230022002400230024002500250024002600250026002700270026002800270028002900290028002a0029002a002b002b002a002c002b002c002d002d002c002e002d002e002f002f002e0030002f0030003100310030003200310032003300340035000b0034000b000a00360001003700380001003600370001003900390001003a003b00010038003c0001003b003a0001003d003d00010000003e0001003c003f0001003e00400001003f004100010040000200010042004200010043004400010041000400010044004300010045004500010003004600060047004700060048004900060046004a0006004900480006004b004b0006004c004d0006004a00070006004d004c0006004e004e0006004f005000060005005100060050004f0006005200520006005300540006005100090006005400530006005500550006000800 m_VertexData: serializedVersion: 3 - m_VertexCount: 138 + m_VertexCount: 86 m_Channels: - stream: 0 offset: 0 @@ -424,8 +219,8 @@ Mesh: offset: 0 format: 0 dimension: 0 - m_DataSize: 6624 - _typelessdata: 000000bf000000bf0000003f00000000000000000000803f000080bf0000000000000000000080bf0000003f000000bf00000000000000bf0000003f00000000000000000000803f000080bf0000000000000000000080bf00000000000000bf000000000000003f0000003f00000000000000000000803f000080bf0000000000000000000080bf000000000000003f000000bf0000003f0000003f00000000000000000000803f000080bf0000000000000000000080bf0000003f0000003f000000000000003f000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000000000003f000000bf000000bf000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000bf000000bf000000bf0000003f000000bf0000000000000000000080bf0000803f0000000000000000000080bf000000bf0000003f00000000000000bf000000bf0000000000000000000080bf0000803f0000000000000000000080bf00000000000000bf0000003f000000bf000000000000803f000000000000000000000000000000000000803f000080bf00000000000000bf0000003f000000bf000080be0000803f000000000000000000000000000000000000803f000080bf000080be000000bf0000003f0000003f000080be0000803f000000000000000000000000000000000000803f000080bf000080be0000003f0000003f0000003f000000000000803f000000000000000000000000000000000000803f000080bf000000000000003f000000bf0000003f000080be000080bf00000000000000000000000000000000000080bf000080bf0000803e0000003f000000bf000000bf00000000000080bf00000000000000000000000000000000000080bf000080bf00000080000000bf000000bf0000003f00000000000080bf00000000000000000000000000000000000080bf000080bf000000000000003f000000bf000000bf000080be000080bf00000000000000000000000000000000000080bf000080bf0000803e000000bf000000bf0000003f000000bf000080bf00000000000000000000000000000000000080bf000080bf0000003f0000003f000000bf000000bf000000bf000080bf00000000000000000000000000000000000080bf000080bf0000003f000000bf0000003f000000bf0000803e0000803f000000000000000000000000000000000000803f000080bf0000803e000000bf0000003f0000003f0000803e0000803f000000000000000000000000000000000000803f000080bf0000803e0000003f000000bf0000003f0000803e000080bf00000000000000000000000000000000000080bf000080bf000080be0000003f000000bf000000bf0000003f000080bf00000000000000000000000000000000000080bf000080bf000000bf000000bf000000bf0000003f0000003f000080bf00000000000000000000000000000000000080bf000080bf000000bf0000003f000000bf000000bf0000803e000080bf00000000000000000000000000000000000080bf000080bf000080be000000bf0000003f0000003f000080be0000000000000000000080bf0000803f0000000000000000000080bf0000803f0000803f2c5c0f3e000000bf000080be0000000000000000000080bf0000803f0000000000000000000080bf0bd7233f000000002c5c0f3e0000003f000080be0000000000000000000080bf0000803f0000000000000000000080bf0bd7233f0000803f0000003f000000bf000080be0000000000000000000080bf0000803f0000000000000000000080bf0000803f0000000000000000000000bf16aec7be0000803f000000000000000000000000000000000000803f000080bf0bd763bf0000000000000000000000bf000000bf0000803f000000000000000000000000000000000000803f000080bf000080bf00000000000000000000003f000000bf0000803f000000000000000000000000000000000000803f000080bf000080bf0000803f000000000000003f16aec7be0000803f000000000000000000000000000000000000803f000080bf0bd763bf0000803f60b4e73c000000bfeeb7a4bef404353f00000000f40435bff404353f00000000f404353f000080bf967754be00000000b8df923d0000003f467b8ebef404353f00000000f40435bff404353f00000000f404353f000080bf549215be0000803fb8df923d000000bf467b8ebef404353f00000000f40435bff404353f00000000f404353f000080bf549215be0000000060b4e73c0000003feeb7a4bef404353f00000000f40435bff404353f00000000f404353f000080bf967754be0000803f000000bf000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf0000003f00000000ccccccbd000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bfcccccc3d000080be00000000000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf000000000000000000000000000000bf989919be00000000000080bf00000000000080bf0000000000000000000080bf00000080989919be000000bf000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf0000003f000080beccccccbd0000003f000080be000000000000803f000000000000803f0000000000000000000080bfccccccbd000080be000000bf0000003f000080be000000000000803f000000000000803f0000000000000000000080bf000000bf000080be000000bf0000003f00000000000000000000803f000000000000803f0000000000000000000080bf000000bf00000000000000000000003f00000000000000000000803f000000000000803f0000000000000000000080bf0000000000000000000000000000003f989919be000000000000803f000000000000803f0000000000000000000080bf00000000989919be00000000000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf00000080000080be000000000000003f000080be000000000000803f000000000000803f0000000000000000000080bf00000000000080be60b4e73c0000003feeb7a4be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bf61a392be0000003f00000000000000bf16aec7be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bff57ab8be000000bf000000000000003f16aec7be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bff57ab8be0000003f60b4e73c000000bfeeb7a4be60836c3f000000000eefc3be0eefc33e0000000061836c3f000080bf61a392be000000bfb8df923d000000bf467b8ebe0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf92d024bd000000bf2c5c0f3e0000003f000080be0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf0cec093d0000003f2c5c0f3e000000bf000080be0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf0cec093d000000bfb8df923d0000003f467b8ebe0eefc33e0000000060836cbf60836c3f000000000eefc33e000080bf92d024bd0000003f70b4e7bc0000003feeb7a4be000000000000803f000000000000803f0000000000000000000080bf70b4e7bceeb7a4be000000000000003f16aec7be000000000000803f000000000000803f0000000000000000000080bf0000000016aec7be000000000000003f000000bf000000000000803f000000000000803f0000000000000000000080bf00000000000000bf000000bf0000003f000000bf000000000000803f000000000000803f0000000000000000000080bf000000bf000000bf60b4e73c0000003feeb7a4be000000000000803f000000000000803f0000000000000000000080bf60b4e73ceeb7a4be000000000000003f52b89ebe000000000000803f000000000000803f0000000000000000000080bf0000000052b89ebeb8df923d0000003f467b8ebe000000000000803f000000000000803f0000000000000000000080bfb8df923d467b8ebe90c2753d0000003f000080be000000000000803f000000000000803f0000000000000000000080bf90c2753d000080be000000bf000000bf000000bf00000000000080bf00000000000080bf0000000000000000000080bf0000003f000000bf00000000000000bf000000bf00000000000080bf00000000000080bf0000000000000000000080bf00000080000000bf00000000000000bf16aec7be00000000000080bf00000000000080bf0000000000000000000080bf0000008016aec7be70b4e7bc000000bfeeb7a4be00000000000080bf00000000000080bf0000000000000000000080bf70b4e73ceeb7a4be90c2753d000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf90c275bd000080beb8df923d000000bf467b8ebe00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd467b8ebe60b4e73c000000bfeeb7a4be00000000000080bf00000000000080bf0000000000000000000080bf60b4e7bceeb7a4be00000000000000bf52b89ebe00000000000080bf00000000000080bf0000000000000000000080bf0000008052b89ebe0000003f000000bf0000000000000000000080bf00000000000080bf0000000000000000000080bf000000bf000000002c5c0f3e000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf2c5c0fbe000080beb8df923d000000bf740963be00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd740963be0000003f000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf000000bf000080be0000003f0000003f00000000000000000000803f000000000000803f0000000000000000000080bf0000003f000000000000003f0000003f000080be000000000000803f000000000000803f0000000000000000000080bf0000003f000080be2c5c0f3e0000003f000080be000000000000803f000000000000803f0000000000000000000080bf2c5c0f3e000080beb8df923d0000003f740963be000000000000803f000000000000803f0000000000000000000080bfb8df923d740963be000000000000003f92f5abbe000000000000803f000000000000803f0000000000000000000080bf0000000092f5abbe00000000000000bf90f5abbe00000000000080bf00000000000080bf0000000000000000000080bf0000008090f5abbe48d6af3d000000bf000080be00000000000080bf00000000000080bf0000000000000000000080bf48d6afbd000080be40d6af3d0000003f000080be000000000000803f000000000000803f0000000000000000000080bf40d6af3d000080be00000000000000bf0000003f0000803f000000000000000000000000000000000000803f000080bf000000000000000000000000000000bf14aec73e0000803f000000000000000000000000000000000000803f000080bfaf47e1bd00000000000000000000003f14aec73e0000803f000000000000000000000000000000000000803f000080bfaf47e1bd0000803f000000000000003f0000003f0000803f000000000000000000000000000000000000803f000080bf000000000000803f2c5c0f3e000000bf0000803e00000000000000000000803f000080bf0000000000000000000080bf0bd723bf000000000000003f000000bf0000803e00000000000000000000803f000080bf0000000000000000000080bf000080bf000000000000003f0000003f0000803e00000000000000000000803f000080bf0000000000000000000080bf000080bf0000803f2c5c0f3e0000003f0000803e00000000000000000000803f000080bf0000000000000000000080bf0bd723bf0000803fb8df923d000000bf467b8e3eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf5fa00fbf0000000060b4e73c0000003fecb7a43eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf1fceffbe0000803f60b4e73c000000bfecb7a43eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf1fceffbe00000000b8df923d0000003f467b8e3eeb04353f00000000fb04353ffb0435bf00000000eb04353f000080bf5fa00fbf0000803fccccccbd000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bfcccccc3d0000803e000000bf000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf0000003f0000803e00000000000000bf9a99193e00000000000080bf00000000000080bf0000000000000000000080bf000000009a99193eccccccbd0000003f0000803e000000000000803f000000000000803f0000000000000000000080bfccccccbd0000803e000000000000003f9a99193e000000000000803f000000000000803f0000000000000000000080bf000000009a99193e000000bf0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf000000bf0000803e00000000000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf000000000000803e000000000000003f0000803e000000000000803f000000000000803f0000000000000000000080bf000000000000803e60b4e73c000000bfecb7a43e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bf5fa3923e000000bf000000000000003f14aec73e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bff37ab83e0000003f00000000000000bf14aec73e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bff37ab83e000000bf60b4e73c0000003fecb7a43e60836c3f000000000eefc33e0eefc3be0000000061836c3f000080bf5fa3923e0000003fb8df923d0000003f467b8e3e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf92d0243d0000003f2c5c0f3e000000bf0000803e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf0cec09bd000000bf2c5c0f3e0000003f0000803e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf0cec09bd0000003fb8df923d000000bf467b8e3e0eefc33e0000000060836c3f60836cbf000000000eefc33e000080bf92d0243d000000bf000000bf000000bf0000003f00000000000080bf00000000000080bf0000000000000000000080bf0000003f0000003f00000000000000bf0000003f00000000000080bf00000000000080bf0000000000000000000080bf000000000000003f00000000000000bf14aec73e00000000000080bf00000000000080bf0000000000000000000080bf0000000014aec73e70b4e7bc000000bfecb7a43e00000000000080bf00000000000080bf0000000000000000000080bf70b4e73cecb7a43e60b4e73c000000bfecb7a43e00000000000080bf00000000000080bf0000000000000000000080bf60b4e7bcecb7a43e00000000000000bf52b89e3e00000000000080bf00000000000080bf0000000000000000000080bf0000000052b89e3eb8df923d000000bf467b8e3e00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd467b8e3e90c2753d000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf90c275bd0000803e000000bf0000003f0000003f000000000000803f000000000000803f0000000000000000000080bf000000bf0000003f000000000000003f14aec73e000000000000803f000000000000803f0000000000000000000080bf0000000014aec73e70b4e7bc0000003fecb7a43e000000000000803f000000000000803f0000000000000000000080bf70b4e7bcecb7a43e000000000000003f0000003f000000000000803f000000000000803f0000000000000000000080bf000000000000003f90c2753d0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf90c2753d0000803eb8df923d0000003f467b8e3e000000000000803f000000000000803f0000000000000000000080bfb8df923d467b8e3e60b4e73c0000003fecb7a43e000000000000803f000000000000803f0000000000000000000080bf60b4e73cecb7a43e000000000000003f52b89e3e000000000000803f000000000000803f0000000000000000000080bf0000000052b89e3e0000003f0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf0000003f0000803e2c5c0f3e0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf2c5c0f3e0000803eb8df923d0000003f7209633e000000000000803f000000000000803f0000000000000000000080bfb8df923d7209633eb8df923d000000bf7209633e00000000000080bf00000000000080bf0000000000000000000080bfb8df92bd7209633e2c5c0f3e000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf2c5c0fbe0000803e0000003f000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf000000bf0000803e00000000000000bf90f5ab3e00000000000080bf00000000000080bf0000000000000000000080bf0000000090f5ab3e000000000000003f90f5ab3e000000000000803f000000000000803f0000000000000000000080bf0000000090f5ab3e48d6af3d0000003f0000803e000000000000803f000000000000803f0000000000000000000080bf48d6af3d0000803e40d6af3d000000bf0000803e00000000000080bf00000000000080bf0000000000000000000080bf40d6afbd0000803e + m_DataSize: 4128 + _typelessdata: 83371ebe0000003f7678f3be000000000000803f00000000000080bf00000000340696b5000080bff04d273f83c6783f000080b30000003f0000c033000000000000803f00000000000080bf00000000340696b5000080bfb60e003faef8ff3e000080b30000003f020000bf000000000000803f00000000000080bf00000000340696b5000080bfb30e003fd8fd7e3f7378f33e0000003f76371ebe000000000000803f00000000000080bf00000000198c1c35000080bf4c91e83c893b273f0100003f0000003f0000c033000000000000803f00000000000080bf00000000198c1c35000080bfa09c863ba4f8ff3e000080b3000000bf020000bf00000000000080bf000000000000803f000000000c8c9c35000080bfae0e003fd8fd7e3f000080b3000000bf0000c03300000000000080bf000000000000803f000000000c8c9c35000080bfac0e003fb2f8ff3e83371ebe000000bf7678f3be00000000000080bf000000000000803f000000000c8c9c35000080bfe49eb13e83c6783f0100003f000000bf0000c03300000000000080bf000000000000803f00000000992091b5000080bf2b107f3fa0f8ff3e7378f33e000000bf76371ebe00000000000080bf000000000000803f00000000992091b5000080bfd9d8783f873b273f7d78f3be000000bf7a371ebe757873bf0000000059379ebe59379e3e00000000757873bf000080bf4c07ce3db3e3ed397d78f3be0000003f7a371ebe757873bf0000000059379ebe59379e3e00000000757873bf000080bf2507ce3db2da7f3fc81bcfbe0000003f1b7996bebd1b4fbf00000000197916bf1979163f00000000bd1b4fbf000080bf41514d3eb2da7f3fc81bcfbe000000bf1b7996bebd1b4fbf00000000197916bf1a79163f00000000bc1b4fbf000080bf49514d3eb3e3ed39207996be0000003fc21bcfbe177916bf00000000bf1b4fbfbf1b4f3f00000000177916bf000080bf78cf993eb2da7f3f207996be000000bfc21bcfbe177916bf00000000bf1b4fbfbf1b4f3f00000000177916bf000080bf78cf993eb3e3ed3983371ebe0000003f7678f3be72379ebe00000000727873bf7278733f0000000073379ebe000080bf49f6cc3eb2da7f3f83371ebe000000bf7678f3be72379ebe00000000727873bf7278733f0000000073379ebe000080bf49f6cc3eb3e3ed39000080b30000003f020000bfaf64c23300000000000080bf0000803f00000000af64c233000080bf8c0e003fb2da7f3f000080b3000000bf020000bfaf64c23300000000000080bf0000803f00000000af64c233000080bf8c0e003fb3e3ed397b371e3e0000003f7578f3be7c379e3e00000000707873bf7078733f000000007d379e3e000080bff1a1193fb2da7f3f7b371e3e000000bf7578f3be7c379e3e00000000707873bf7078733f000000007d379e3e000080bff1a1193fb3e3ed391a79963e0000003fbf1bcfbe1c79163f00000000ba1b4fbfbb1b4f3f000000001c79163f000080bf5935333fb2da7f3f1a79963e000000bfbf1bcfbe1c79163f00000000ba1b4fbfbb1b4f3f000000001c79163f000080bf5835333fb3e3ed39bf1bcf3e0000003f187996bebf1b4f3f00000000177916bf1679163f00000000bf1b4f3f000080bfbfc84c3fb2da7f3fbf1bcf3e000000bf187996bebf1b4f3f00000000177916bf1779163f00000000bf1b4f3f000080bfbcc84c3fb3e3ed397378f33e0000003f76371ebe7178733f0000000076379ebe77379e3e000000007178733f000080bf245c663fb2da7f3f7378f33e000000bf76371ebe7178733f0000000076379ebe77379e3e000000007178733f000080bf205c663fb3e3ed390100003f0000003f0000c0330000803f000000000000000000000000000000000000803f000080bf8fef7f3fb2da7f3f0100003f000000bf0000c0330000803f000000000000000000000000000000000000803f000080bf8def7f3fb3e3ed390100003f000000bf0000c0330000803f000000000000000000000000000000000000803f000080bf74d8353ab3e3ed390100003f0000003f0000c0330000803f000000000000000000000000000000000000803f000080bf8cf0353ab2da7f3f7378f33e0000003f82371e3e7078733f000000007b379e3e7d379ebe000000007078733f000080bf3007ce3db2da7f3f7378f33e000000bf82371e3e7078733f000000007b379e3e7d379ebe000000007078733f000080bf0807ce3db3e3ed39be1bcf3e0000003f1d79963ebb1b4f3f000000001a79163f1b7916bf00000000bb1b4f3f000080bf35514d3eb2da7f3fbe1bcf3e000000bf1d79963ebb1b4f3f000000001a79163f1c7916bf00000000bb1b4f3f000080bf30514d3eb3e3ed391879963e0000003fc21bcf3e1779163f00000000bf1b4f3fbf1b4fbf000000001779163f000080bf6acf993eb2da7f3f1879963e000000bfc21bcf3e1779163f00000000bf1b4f3fbf1b4fbf000000001779163f000080bf6acf993eb3e3ed3978371e3e0000003f7678f33e75379e3e000000007178733f717873bf0000000076379e3e000080bf38f6cc3eb2da7f3f78371e3e000000bf7678f33e75379e3e000000007178733f717873bf0000000076379e3e000080bf38f6cc3eb3e3ed39000040b30000003f0200003faf64c2b3000000000000803f000080bf00000000af64c2b3000080bf840e003fb2da7f3f000040b3000000bf0200003faf64c2b3000000000000803f000080bf00000000af64c2b3000080bf840e003fb3e3ed397d371ebe0000003f7578f33e79379ebe000000007178733f707873bf0000000079379ebe000080bfe9a1193fb2da7f3f7d371ebe000000bf7578f33e79379ebe000000007178733f707873bf0000000079379ebe000080bfe9a1193fb3e3ed391a7996be0000003fc11bcf3e197916bf00000000bd1b4f3fbd1b4fbf00000000197916bf000080bf4e35333fb2da7f3f1a7996be000000bfc11bcf3e197916bf00000000bd1b4f3fbc1b4fbf000000001a7916bf000080bf4f35333fb3e3ed39bf1bcfbe0000003f1c79963ebe1b4fbf000000001879163f187916bf00000000bd1b4fbf000080bfaec84c3fb2da7f3fbf1bcfbe000000bf1c79963ebe1b4fbf000000001879163f187916bf00000000bd1b4fbf000080bfb4c84c3fb3e3ed397378f3be0000003f80371e3e717873bf0000000078379e3e79379ebe00000000717873bf000080bf135c663fb2da7f3f7378f3be000000bf80371e3e717873bf0000000078379e3e79379ebe00000000717873bf000080bf195c663fb3e3ed39010000bf0000003f0000c033000080bf00000000d59e8335d59e83b500000000000080bf000080bf79ef7f3fb2da7f3f010000bf000000bf0000c033000080bf00000000d59e8335d59e83b500000000000080bf000080bf7def7f3fb3e3ed39010000bf000000bf0000c033000080bf00000000d59e8335d69e83b500000000000080bf000080bfacff353ab3e3ed39010000bf0000003f0000c033000080bf00000000d59e8335d69e83b500000000000080bf000080bf70e7353ab2da7f3f7378f3be0000003f80371e3e000000000000803f00000000000080bf000000007ec6ddb4000080bfddd8783f3b7ab13e010000bf0000003f0000c033000000000000803f00000000000080bf00000000c47402b5000080bf31107f3fa6f8ff3ebf1bcfbe0000003f1c79963e000000000000803f00000000000080bf0000000073a3b6b4000080bfabce663f9355553e7d78f3be0000003f7a371ebe000000000000803f00000000000080bf000000000b8f18b5000080bfe6d8783f8b3b273fc81bcfbe0000003f1b7996be000000000000803f00000000000080bf000000008c1d30b5000080bfb3ce663f47a34a3f1a7996be0000003fc11bcf3e000000000000803f00000000000080bf00000000c6ba5033000080bfa9b54a3f07e3c93d7d371ebe0000003f7578f33e000000000000803f00000000000080bf00000000c7ba5033000080bfeb4d273fb645e63c207996be0000003fc21bcfbe000000000000803f00000000000080bf00000000f8146eb5000080bfadb54a3f4dbc663f000040b30000003f0200003f000000000000803f00000000000080bf00000000c3d116aa000080bfb10e003f88da7a3b78371e3e0000003f7678f33e000000000000803f00000000000080bf00000000c8dd77b4000080bff59eb13ea645e63c1879963e0000003fc21bcf3e000000000000803f00000000000080bf00000000cc972934000080bf059f553e07e3c93dbe1bcf3e0000003f1d79963e000000000000803f00000000000080bf000000006b800f35000080bff875ca3d8b55553e7b371e3e0000003f7578f3be000000000000803f00000000000080bf00000000c55c9d35000080bfee9eb13e83c6783f1a79963e0000003fbf1bcfbe000000000000803f00000000000080bf000000003629bd35000080bff59e553e4bbc663f7378f33e0000003f82371e3e000000000000803f00000000000080bf000000009d1d1535000080bf8c91e83c377ab13ebf1bcf3e0000003f187996be000000000000803f00000000000080bf00000000b6748235000080bfdb75ca3d43a34a3f010000bf000000bf0000c03300000000000080bf000000000000803f0000000093008134000080bf4098863baef8ff3e7378f3be000000bf80371e3e00000000000080bf000000000000803f000000006cd2cd33000080bf5490e83c487ab13ebf1bcfbe000000bf1c79963e00000000000080bf000000000000803f00000000d3ba50b3000080bf9575ca3db055553e7d78f3be000000bf7a371ebe00000000000080bf000000000000803f00000000118c1c35000080bf908fe83c8b3b273fc81bcfbe000000bf1b7996be00000000000080bf000000000000803f00000000bddd7735000080bf7d75ca3d47a34a3f1a7996be000000bfc11bcf3e00000000000080bf000000000000803f000000005ce639b5000080bfd09e553e3ce3c93d7d371ebe000000bf7578f33e00000000000080bf000000000000803f00000000f2344ab5000080bfd89eb13e5a46e63c207996be000000bfc21bcfbe00000000000080bf000000000000803f00000000723d8c35000080bfd09e553e4dbc663f000040b3000000bf0200003f00000000000080bf000000000000803f0000000015e258b5000080bfa40e003f18dd7a3b78371e3e000000bf7678f33e00000000000080bf000000000000803f0000000018afc3b4000080bfdf4d273fc645e63c7b371e3e000000bf7578f3be00000000000080bf000000000000803f000000008725a7b5000080bfeb4d273f83c6783f1a79963e000000bfbf1bcfbe00000000000080bf000000000000803f00000000cf77cdb5000080bfa9b54a3f4bbc663f1879963e000000bfc21bcf3e00000000000080bf000000000000803f00000000be7402b5000080bf9db54a3f07e3c93dbe1bcf3e000000bf1d79963e00000000000080bf000000000000803f000000001baf43b5000080bfa1ce663f8b55553ebf1bcf3e000000bf187996be00000000000080bf000000000000803f000000001d9fd5b5000080bfabce663f41a34a3f7378f33e000000bf82371e3e00000000000080bf000000000000803f0000000097fa88b5000080bfd5d8783f357ab13e m_CompressedMesh: m_Vertices: m_NumItems: 0 @@ -480,11 +275,11 @@ Mesh: m_UVInfo: 0 m_LocalAABB: m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} + m_Extent: {x: 0.50000006, y: 0.5, z: 0.5000001} m_MeshUsageFlags: 0 m_BakedConvexCollisionMesh: m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1.0000001 + m_MeshMetrics[0]: 1.567429 m_MeshMetrics[1]: 1 m_MeshOptimizationFlags: 1 m_StreamData: @@ -492,7 +287,7 @@ Mesh: offset: 0 size: 0 path: ---- !u!1 &1409813773 +--- !u!1 &447607632 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -500,30 +295,113 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 1409813774} + - component: {fileID: 447607635} + - component: {fileID: 447607634} + - component: {fileID: 447607633} m_Layer: 0 - m_Name: GameObject + m_Name: Directional Light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!4 &1409813774 +--- !u!114 &447607633 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 447607632} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!108 &447607634 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 447607632} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &447607635 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1409813773} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_GameObject: {fileID: 447607632} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: -1.0263481, y: 0.8717613, z: 0.15994644} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 58756294} + m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} --- !u!850595691 &1806278405 LightingSettings: m_ObjectHideFlags: 0 @@ -586,3 +464,87 @@ LightingSettings: m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 m_PVRTiledBaking: 0 +--- !u!1001 &3661272424103143429 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2489293127478743178, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 311700154} + - target: {fileID: 2489293127478743178, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_VersionIndex + value: 626 + objectReference: {fileID: 0} + - target: {fileID: 2489293127478743183, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 311700154} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, + type: 3} + propertyPath: m_Name + value: Water_SoloCell_Scaled + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7b04916583e38407494cfa17b9683bad, type: 3} diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json index 1737e908..5f3932e7 100644 --- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -68,6 +68,16 @@ "key": "FillHole.selectEntirePath", "value": "{\"m_Value\":false}" }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "meshImporter.quads", + "value": "{\"m_Value\":true}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "meshImporter.smoothing", + "value": "{\"m_Value\":true}" + }, { "type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "editor.dragSelectRectMode", @@ -86,7 +96,7 @@ { "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "editor.lastMeshSelectMode", - "value": "{\"m_Value\":4}" + "value": "{\"m_Value\":2}" }, { "type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", @@ -116,7 +126,7 @@ { "type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "key": "ShapeBuilder.ActiveShapeIndex", - "value": "{\"m_Value\":2}" + "value": "{\"m_Value\":3}" }, { "type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", @@ -136,7 +146,7 @@ { "type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "ShapeBuilder.LastSize", - "value": "{\"m_Value\":{\"x\":1.0,\"y\":1.0,\"z\":-1.0}}" + "value": "{\"m_Value\":{\"x\":1.0,\"y\":1.0,\"z\":1.0}}" }, { "type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", @@ -177,6 +187,11 @@ "type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "key": "BevelEdges.size", "value": "{\"m_Value\":0.03999999910593033}" + }, + { + "type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "meshImporter.smoothingAngle", + "value": "{\"m_Value\":1.0}" } ] } From d4066043ca298a04df52144547063a02458e8da2 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sat, 22 Apr 2023 18:37:26 -0400 Subject: [PATCH 07/19] Finish up tileset --- .../_Ground Tiles/Corner_BottomLeft.prefab | 71 +- .../_Ground Tiles/Corner_BottomRight.prefab | 69 +- .../_Ground Tiles/Corner_Original2.prefab | 638 ++++++++++++++++++ .../Corner_Original2.prefab.meta | 7 + .../_Ground Tiles/Corner_TopLeft.prefab | 67 +- .../_Ground Tiles/Corner_TopRight.prefab | 69 +- Assets/Scenes/Sandbox.unity | 248 ------- .../com.unity.probuilder/Settings.json | 9 +- 8 files changed, 800 insertions(+), 378 deletions(-) create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab create mode 100644 Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab.meta diff --git a/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab b/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab index 26d40665..51be4aaa 100644 --- a/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab +++ b/Assets/Prefabs/_Ground Tiles/Corner_BottomLeft.prefab @@ -28,92 +28,97 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 2462635153668733847} + - {fileID: 953677827997314082} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &2715128023235938072 +--- !u!1001 &3930207776206603689 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2715128023087992214} m_Modifications: - - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909834, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_Mesh value: objectReference: {fileID: 0} - - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Name - value: Corner_Original - objectReference: {fileID: 0} - - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.z value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.w - value: 1 + value: 0.7071068 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.x - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: 0.7071068 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 0 + value: 90 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 4302841760942909838, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Name + value: Corner_Original2 + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_SelectedVertices.Array.size + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} ---- !u!4 &2462635153668733847 stripped + m_SourcePrefab: {fileID: 100100000, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} +--- !u!4 &953677827997314082 stripped Transform: - m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + m_CorrespondingSourceObject: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} - m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabInstance: {fileID: 3930207776206603689} m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab index ac54dcca..b6d0c085 100644 --- a/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab +++ b/Assets/Prefabs/_Ground Tiles/Corner_BottomRight.prefab @@ -28,92 +28,97 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 2462635153668733847} + - {fileID: 3883832472778824263} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &2715128023235938072 +--- !u!1001 &1031578056078930892 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2715128023087992214} m_Modifications: - - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909834, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_Mesh value: objectReference: {fileID: 0} - - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Name - value: Corner_Original - objectReference: {fileID: 0} - - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.x value: -0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.z value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.w - value: -0.7071068 + value: 1 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.y - value: 0.7071068 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 270 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 4302841760942909838, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Name + value: Corner_Original2 + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_SelectedVertices.Array.size + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} ---- !u!4 &2462635153668733847 stripped + m_SourcePrefab: {fileID: 100100000, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} +--- !u!4 &3883832472778824263 stripped Transform: - m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + m_CorrespondingSourceObject: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} - m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabInstance: {fileID: 1031578056078930892} m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab b/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab new file mode 100644 index 00000000..358525a3 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab @@ -0,0 +1,638 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4302841760942909838 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4302841760942909835} + - component: {fileID: 4302841760942909834} + - component: {fileID: 4302841760942909837} + - component: {fileID: 4302841760942909836} + - component: {fileID: 4302841760942909839} + m_Layer: 0 + m_Name: Corner_Original2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4302841760942909835 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4302841760942909838} + 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: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4302841760942909834 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4302841760942909838} + m_Mesh: {fileID: 0} +--- !u!23 &4302841760942909837 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4302841760942909838} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &4302841760942909836 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4302841760942909838} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!114 &4302841760942909839 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4302841760942909838} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MeshFormatVersion: 2 + m_Faces: + - m_Indexes: 060000000000000001000000050000000600000001000000040000000500000001000000030000000400000001000000020000000300000001000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 2 + - m_Indexes: 080000000d00000007000000080000000c0000000d000000080000000b0000000c000000080000000a0000000b00000008000000090000000a000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 4 + - m_Indexes: 0f00000010000000110000000f000000110000000e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 130000001400000015000000130000001500000012000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 1 + - m_Indexes: 160000001700000019000000170000001800000019000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1d0000001a0000001c0000001a0000001b0000001c000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 3 + - m_Indexes: 1f00000020000000210000001f000000210000001e000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 230000002400000025000000230000002500000022000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 1 + elementGroup: 0 + m_TextureGroup: 5 + - m_Indexes: 270000002800000029000000270000002900000026000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 2b0000002c0000002d0000002b0000002d0000002a000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 6 + - m_Indexes: 2f000000300000002e00000030000000310000002e000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 7 + - m_Indexes: 330000003400000032000000340000003500000032000000 + m_SmoothingGroup: -1 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 7 + - m_Indexes: 360000003700000038000000390000003600000038000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 8 + - m_Indexes: 3d0000003a0000003b0000003c0000003d0000003b000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 8 + - m_Indexes: 400000003e0000003f00000040000000410000003e000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 9 + - m_Indexes: 440000004200000043000000440000004500000042000000 + m_SmoothingGroup: 0 + m_Uv: + m_UseWorldSpace: 0 + m_FlipU: 0 + m_FlipV: 0 + m_SwapUV: 0 + m_Fill: 1 + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Rotation: 0 + m_Anchor: 9 + m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_SubmeshIndex: 0 + m_ManualUV: 0 + elementGroup: 0 + m_TextureGroup: 9 + m_SharedVertices: + - m_Vertices: 000000001300000044000000 + - m_Vertices: 010000003c00000043000000 + - m_Vertices: 020000001c0000003b000000 + - m_Vertices: 030000001b0000002e000000 + - m_Vertices: 040000002400000031000000 + - m_Vertices: 05000000230000002c000000 + - m_Vertices: 06000000140000002b000000 + - m_Vertices: 070000001600000037000000 + - m_Vertices: 08000000360000003e000000 + - m_Vertices: 090000000e00000041000000 + - m_Vertices: 0a0000001100000026000000 + - m_Vertices: 0b0000001e00000029000000 + - m_Vertices: 0c0000002100000034000000 + - m_Vertices: 0d0000001700000033000000 + - m_Vertices: 0f000000120000004000000045000000 + - m_Vertices: 1000000015000000270000002a000000 + - m_Vertices: 180000001a0000002f00000032000000 + - m_Vertices: 190000001d000000380000003a000000 + - m_Vertices: 1f00000022000000280000002d000000 + - m_Vertices: 20000000250000003000000035000000 + - m_Vertices: 390000003d0000003f00000042000000 + m_SharedTextures: [] + m_Positions: + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0.5, z: -0.15} + - {x: 0.4292893, y: 0.5, z: -0.3207107} + - {x: 0.3207107, y: 0.5, z: -0.4292893} + - {x: 0.15, y: 0.5, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0.15, y: -0.5, z: -0.5} + - {x: 0.3207107, y: -0.5, z: -0.4292893} + - {x: 0.4292893, y: -0.5, z: -0.3207107} + - {x: 0.5, y: -0.5, z: -0.15} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0.15, y: 0, z: -0.5} + - {x: 0.15, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0.15, y: 0.5, z: -0.5} + - {x: 0.15, y: 0, z: -0.5} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: -0.15} + - {x: 0.5, y: 0, z: -0.15} + - {x: 0.5, y: 0, z: 0} + - {x: 0.5, y: 0, z: -0.15} + - {x: 0.5, y: 0.5, z: -0.15} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0.5, y: 0, z: 0} + - {x: 0.3207107, y: -0.5, z: -0.4292893} + - {x: 0.3207107, y: 0, z: -0.4292893} + - {x: 0.42928934, y: 0, z: -0.32071066} + - {x: 0.42928934, y: -0.5, z: -0.32071066} + - {x: 0.3207107, y: 0, z: -0.4292893} + - {x: 0.3207107, y: 0.5, z: -0.4292893} + - {x: 0.42928934, y: 0.5, z: -0.32071066} + - {x: 0.42928934, y: 0, z: -0.32071066} + - {x: 0.15, y: -0.5, z: -0.5} + - {x: 0.15, y: 0, z: -0.5} + - {x: 0.3207107, y: 0, z: -0.4292893} + - {x: 0.3207107, y: -0.5, z: -0.4292893} + - {x: 0.15, y: 0, z: -0.5} + - {x: 0.15, y: 0.5, z: -0.5} + - {x: 0.3207107, y: 0.5, z: -0.4292893} + - {x: 0.3207107, y: 0, z: -0.4292893} + - {x: 0.5, y: 0.5, z: -0.15} + - {x: 0.5, y: 0, z: -0.15} + - {x: 0.42928934, y: 0, z: -0.32071066} + - {x: 0.42928934, y: 0.5, z: -0.32071066} + - {x: 0.5, y: 0, z: -0.15} + - {x: 0.5, y: -0.5, z: -0.15} + - {x: 0.42928934, y: -0.5, z: -0.32071066} + - {x: 0.42928934, y: 0, z: -0.32071066} + - {x: 0, y: -0.5, z: 0} + - {x: 0.5, y: -0.5, z: 0} + - {x: 0.5, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0.5, y: 0, z: 0} + - {x: 0.5, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: -0.5, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: -0.5} + - {x: 0, y: -0.5, z: -0.5} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0.5, z: 0} + - {x: 0, y: 0.5, z: -0.5} + - {x: 0, y: 0, z: -0.5} + m_Textures0: + - {x: 0.5, y: 1} + - {x: 0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0.65} + - {x: 0.07071068, y: 0.82071066} + - {x: 0.17928931, y: 0.92928934} + - {x: 0.35, y: 1} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.35, y: 0} + - {x: 0.17928931, y: 0.07071068} + - {x: 0.07071068, y: 0.17928931} + - {x: 0, y: 0.35} + - {x: 0.5, y: 1} + - {x: 0.5, y: 0.5} + - {x: 0.35, y: 0.5} + - {x: 0.35, y: 1} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.35, y: 0} + - {x: 0.35, y: 0.5} + - {x: 0.5, y: 0} + - {x: 0.35, y: 0} + - {x: 0.35, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.35, y: 0.5} + - {x: 0.35, y: 1} + - {x: 0.5, y: 1} + - {x: 0.5, y: 0.5} + - {x: -0.076776706, y: -0.5} + - {x: -0.076776706, y: 0} + - {x: 0.076776706, y: 0} + - {x: 0.076776706, y: -0.5} + - {x: -0.076776706, y: 0} + - {x: -0.076776706, y: 0.5} + - {x: 0.076776706, y: 0.5} + - {x: 0.076776706, y: 0} + - {x: -0.052759796, y: -0.5} + - {x: -0.052759796, y: 0} + - {x: 0.1320161, y: 0} + - {x: 0.1320161, y: -0.5} + - {x: -0.052759796, y: 0} + - {x: -0.052759796, y: 0.5} + - {x: 0.1320161, y: 0.5} + - {x: 0.1320161, y: 0} + - {x: 0.05275975, y: 0.5} + - {x: 0.05275975, y: 0} + - {x: -0.13201612, y: 0} + - {x: -0.13201612, y: 0.5} + - {x: 0.05275975, y: 0} + - {x: 0.05275975, y: -0.5} + - {x: -0.13201612, y: -0.5} + - {x: -0.13201612, y: 0} + - {x: 0, y: -0.5} + - {x: -0.5, y: -0.5} + - {x: -0.5, y: 0} + - {x: 0, y: 0} + - {x: -0.5, y: 0} + - {x: -0.5, y: 0.5} + - {x: 0, y: 0.5} + - {x: 0, y: 0} + - {x: 0, y: -0.5} + - {x: 0, y: 0} + - {x: 0.5, y: 0} + - {x: 0.5, y: -0.5} + - {x: 0, y: 0} + - {x: 0, y: 0.5} + - {x: 0.5, y: 0.5} + - {x: 0.5, y: 0} + m_Textures2: [] + m_Textures3: [] + m_Tangents: + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0.00000003548511, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0.000000029115371, w: -1} + - {x: -1, y: 0, z: 0.00000016635379, w: -1} + - {x: -1, y: 0, z: 0.000000059597415, w: -1} + - {x: -1, y: 0, z: -0.00000007764099, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0, y: 0, z: 1, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.7071068, y: 0, z: 0.7071068, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.92387956, y: 0, z: 0.3826835, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: 0.3826834, y: 0, z: 0.92387956, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: -1, y: 0, z: 0, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + - {x: 0, y: 0, z: -1, w: -1} + m_Colors: [] + m_UnwrapParameters: + m_HardAngle: 88 + m_PackMargin: 20 + m_AngleError: 8 + m_AreaError: 15 + m_PreserveMeshAssetOnDestroy: 0 + assetGuid: + m_Mesh: {fileID: 0} + m_VersionIndex: 41 + m_IsSelectable: 1 + m_SelectedFaces: + m_SelectedEdges: [] + m_SelectedVertices: 39000000 diff --git a/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab.meta b/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab.meta new file mode 100644 index 00000000..bbfc5c00 --- /dev/null +++ b/Assets/Prefabs/_Ground Tiles/Corner_Original2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5028761150a0941a7b16cd16a23aaced +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab index d10ce77c..420a3ee5 100644 --- a/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopLeft.prefab @@ -28,92 +28,97 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 2462635153668733847} + - {fileID: 9218523402962168358} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &2715128023235938072 +--- !u!1001 &4924692763000734637 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2715128023087992214} m_Modifications: - - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909834, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_Mesh value: objectReference: {fileID: 0} - - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Name - value: Corner_Original - objectReference: {fileID: 0} - - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.z value: -0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.w - value: 0.7071068 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.y - value: 0.7071068 + value: 1 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 90 + value: 180 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 4302841760942909838, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Name + value: Corner_Original2 + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_SelectedVertices.Array.size + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} ---- !u!4 &2462635153668733847 stripped + m_SourcePrefab: {fileID: 100100000, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} +--- !u!4 &9218523402962168358 stripped Transform: - m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + m_CorrespondingSourceObject: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} - m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabInstance: {fileID: 4924692763000734637} m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab index b7d65500..1ded5e29 100644 --- a/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab +++ b/Assets/Prefabs/_Ground Tiles/Corner_TopRight.prefab @@ -28,92 +28,97 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 2462635153668733847} + - {fileID: 7883319297699081770} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &2715128023235938072 +--- !u!1001 &6256044048530933665 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 2715128023087992214} m_Modifications: - - target: {fileID: 541306147181673602, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909834, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_Mesh value: objectReference: {fileID: 0} - - target: {fileID: 541306147181673603, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Name - value: Corner_Original - objectReference: {fileID: 0} - - target: {fileID: 541306147181673612, guid: f35d9e6f3f2554038ac2ecf676c67ee6, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.x value: -0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalPosition.z value: -0.5 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.w - value: 0 + value: -0.7071068 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.y - value: 1 + value: 0.7071068 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalRotation.z - value: 0 + value: -0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 180 + value: 270 objectReference: {fileID: 0} - - target: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + - target: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 4302841760942909838, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Name + value: Corner_Original2 + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 0} + - target: {fileID: 4302841760942909839, guid: 5028761150a0941a7b16cd16a23aaced, + type: 3} + propertyPath: m_SelectedVertices.Array.size + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: f35d9e6f3f2554038ac2ecf676c67ee6, type: 3} ---- !u!4 &2462635153668733847 stripped + m_SourcePrefab: {fileID: 100100000, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} +--- !u!4 &7883319297699081770 stripped Transform: - m_CorrespondingSourceObject: {fileID: 541306147181673615, guid: f35d9e6f3f2554038ac2ecf676c67ee6, + m_CorrespondingSourceObject: {fileID: 4302841760942909835, guid: 5028761150a0941a7b16cd16a23aaced, type: 3} - m_PrefabInstance: {fileID: 2715128023235938072} + m_PrefabInstance: {fileID: 6256044048530933665} m_PrefabAsset: {fileID: 0} diff --git a/Assets/Scenes/Sandbox.unity b/Assets/Scenes/Sandbox.unity index 83dcd562..9fef4377 100644 --- a/Assets/Scenes/Sandbox.unity +++ b/Assets/Scenes/Sandbox.unity @@ -123,170 +123,6 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!43 &311700154 -Mesh: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh-113280 - serializedVersion: 10 - m_SubMeshes: - - serializedVersion: 2 - firstByte: 0 - indexCount: 240 - topology: 0 - baseVertex: 0 - firstVertex: 0 - vertexCount: 86 - localAABB: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0.50000006, y: 0.5, z: 0.5000001} - m_Shapes: - vertices: [] - shapes: [] - channels: [] - fullWeights: [] - m_BindPose: [] - m_BoneNameHashes: - m_RootBoneNameHash: 0 - m_BonesAABB: [] - m_VariableBoneCountWeights: - m_Data: - m_MeshCompression: 0 - m_IsReadable: 1 - m_KeepVertices: 1 - m_KeepIndices: 1 - m_IndexFormat: 0 - m_IndexBuffer: 0000010002000300010004000500060007000800060009000a000b000c000a000c000d000d000c000e000d000e000f000f000e0010000f0010001100110010001200110012001300130012001400130014001500150014001600150016001700170016001800170018001900190018001a0019001a001b001b001a001c001b001c001d001e001f0020001e0020002100210020002200210022002300230022002400230024002500250024002600250026002700270026002800270028002900290028002a0029002a002b002b002a002c002b002c002d002d002c002e002d002e002f002f002e0030002f0030003100310030003200310032003300340035000b0034000b000a00360001003700380001003600370001003900390001003a003b00010038003c0001003b003a0001003d003d00010000003e0001003c003f0001003e00400001003f004100010040000200010042004200010043004400010041000400010044004300010045004500010003004600060047004700060048004900060046004a0006004900480006004b004b0006004c004d0006004a00070006004d004c0006004e004e0006004f005000060005005100060050004f0006005200520006005300540006005100090006005400530006005500550006000800 - m_VertexData: - serializedVersion: 3 - m_VertexCount: 86 - m_Channels: - - stream: 0 - offset: 0 - format: 0 - dimension: 3 - - stream: 0 - offset: 12 - format: 0 - dimension: 3 - - stream: 0 - offset: 24 - format: 0 - dimension: 4 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 40 - format: 0 - dimension: 2 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - m_DataSize: 4128 - _typelessdata: 83371ebe0000003f7678f3be000000000000803f00000000000080bf00000000340696b5000080bff04d273f83c6783f000080b30000003f0000c033000000000000803f00000000000080bf00000000340696b5000080bfb60e003faef8ff3e000080b30000003f020000bf000000000000803f00000000000080bf00000000340696b5000080bfb30e003fd8fd7e3f7378f33e0000003f76371ebe000000000000803f00000000000080bf00000000198c1c35000080bf4c91e83c893b273f0100003f0000003f0000c033000000000000803f00000000000080bf00000000198c1c35000080bfa09c863ba4f8ff3e000080b3000000bf020000bf00000000000080bf000000000000803f000000000c8c9c35000080bfae0e003fd8fd7e3f000080b3000000bf0000c03300000000000080bf000000000000803f000000000c8c9c35000080bfac0e003fb2f8ff3e83371ebe000000bf7678f3be00000000000080bf000000000000803f000000000c8c9c35000080bfe49eb13e83c6783f0100003f000000bf0000c03300000000000080bf000000000000803f00000000992091b5000080bf2b107f3fa0f8ff3e7378f33e000000bf76371ebe00000000000080bf000000000000803f00000000992091b5000080bfd9d8783f873b273f7d78f3be000000bf7a371ebe757873bf0000000059379ebe59379e3e00000000757873bf000080bf4c07ce3db3e3ed397d78f3be0000003f7a371ebe757873bf0000000059379ebe59379e3e00000000757873bf000080bf2507ce3db2da7f3fc81bcfbe0000003f1b7996bebd1b4fbf00000000197916bf1979163f00000000bd1b4fbf000080bf41514d3eb2da7f3fc81bcfbe000000bf1b7996bebd1b4fbf00000000197916bf1a79163f00000000bc1b4fbf000080bf49514d3eb3e3ed39207996be0000003fc21bcfbe177916bf00000000bf1b4fbfbf1b4f3f00000000177916bf000080bf78cf993eb2da7f3f207996be000000bfc21bcfbe177916bf00000000bf1b4fbfbf1b4f3f00000000177916bf000080bf78cf993eb3e3ed3983371ebe0000003f7678f3be72379ebe00000000727873bf7278733f0000000073379ebe000080bf49f6cc3eb2da7f3f83371ebe000000bf7678f3be72379ebe00000000727873bf7278733f0000000073379ebe000080bf49f6cc3eb3e3ed39000080b30000003f020000bfaf64c23300000000000080bf0000803f00000000af64c233000080bf8c0e003fb2da7f3f000080b3000000bf020000bfaf64c23300000000000080bf0000803f00000000af64c233000080bf8c0e003fb3e3ed397b371e3e0000003f7578f3be7c379e3e00000000707873bf7078733f000000007d379e3e000080bff1a1193fb2da7f3f7b371e3e000000bf7578f3be7c379e3e00000000707873bf7078733f000000007d379e3e000080bff1a1193fb3e3ed391a79963e0000003fbf1bcfbe1c79163f00000000ba1b4fbfbb1b4f3f000000001c79163f000080bf5935333fb2da7f3f1a79963e000000bfbf1bcfbe1c79163f00000000ba1b4fbfbb1b4f3f000000001c79163f000080bf5835333fb3e3ed39bf1bcf3e0000003f187996bebf1b4f3f00000000177916bf1679163f00000000bf1b4f3f000080bfbfc84c3fb2da7f3fbf1bcf3e000000bf187996bebf1b4f3f00000000177916bf1779163f00000000bf1b4f3f000080bfbcc84c3fb3e3ed397378f33e0000003f76371ebe7178733f0000000076379ebe77379e3e000000007178733f000080bf245c663fb2da7f3f7378f33e000000bf76371ebe7178733f0000000076379ebe77379e3e000000007178733f000080bf205c663fb3e3ed390100003f0000003f0000c0330000803f000000000000000000000000000000000000803f000080bf8fef7f3fb2da7f3f0100003f000000bf0000c0330000803f000000000000000000000000000000000000803f000080bf8def7f3fb3e3ed390100003f000000bf0000c0330000803f000000000000000000000000000000000000803f000080bf74d8353ab3e3ed390100003f0000003f0000c0330000803f000000000000000000000000000000000000803f000080bf8cf0353ab2da7f3f7378f33e0000003f82371e3e7078733f000000007b379e3e7d379ebe000000007078733f000080bf3007ce3db2da7f3f7378f33e000000bf82371e3e7078733f000000007b379e3e7d379ebe000000007078733f000080bf0807ce3db3e3ed39be1bcf3e0000003f1d79963ebb1b4f3f000000001a79163f1b7916bf00000000bb1b4f3f000080bf35514d3eb2da7f3fbe1bcf3e000000bf1d79963ebb1b4f3f000000001a79163f1c7916bf00000000bb1b4f3f000080bf30514d3eb3e3ed391879963e0000003fc21bcf3e1779163f00000000bf1b4f3fbf1b4fbf000000001779163f000080bf6acf993eb2da7f3f1879963e000000bfc21bcf3e1779163f00000000bf1b4f3fbf1b4fbf000000001779163f000080bf6acf993eb3e3ed3978371e3e0000003f7678f33e75379e3e000000007178733f717873bf0000000076379e3e000080bf38f6cc3eb2da7f3f78371e3e000000bf7678f33e75379e3e000000007178733f717873bf0000000076379e3e000080bf38f6cc3eb3e3ed39000040b30000003f0200003faf64c2b3000000000000803f000080bf00000000af64c2b3000080bf840e003fb2da7f3f000040b3000000bf0200003faf64c2b3000000000000803f000080bf00000000af64c2b3000080bf840e003fb3e3ed397d371ebe0000003f7578f33e79379ebe000000007178733f707873bf0000000079379ebe000080bfe9a1193fb2da7f3f7d371ebe000000bf7578f33e79379ebe000000007178733f707873bf0000000079379ebe000080bfe9a1193fb3e3ed391a7996be0000003fc11bcf3e197916bf00000000bd1b4f3fbd1b4fbf00000000197916bf000080bf4e35333fb2da7f3f1a7996be000000bfc11bcf3e197916bf00000000bd1b4f3fbc1b4fbf000000001a7916bf000080bf4f35333fb3e3ed39bf1bcfbe0000003f1c79963ebe1b4fbf000000001879163f187916bf00000000bd1b4fbf000080bfaec84c3fb2da7f3fbf1bcfbe000000bf1c79963ebe1b4fbf000000001879163f187916bf00000000bd1b4fbf000080bfb4c84c3fb3e3ed397378f3be0000003f80371e3e717873bf0000000078379e3e79379ebe00000000717873bf000080bf135c663fb2da7f3f7378f3be000000bf80371e3e717873bf0000000078379e3e79379ebe00000000717873bf000080bf195c663fb3e3ed39010000bf0000003f0000c033000080bf00000000d59e8335d59e83b500000000000080bf000080bf79ef7f3fb2da7f3f010000bf000000bf0000c033000080bf00000000d59e8335d59e83b500000000000080bf000080bf7def7f3fb3e3ed39010000bf000000bf0000c033000080bf00000000d59e8335d69e83b500000000000080bf000080bfacff353ab3e3ed39010000bf0000003f0000c033000080bf00000000d59e8335d69e83b500000000000080bf000080bf70e7353ab2da7f3f7378f3be0000003f80371e3e000000000000803f00000000000080bf000000007ec6ddb4000080bfddd8783f3b7ab13e010000bf0000003f0000c033000000000000803f00000000000080bf00000000c47402b5000080bf31107f3fa6f8ff3ebf1bcfbe0000003f1c79963e000000000000803f00000000000080bf0000000073a3b6b4000080bfabce663f9355553e7d78f3be0000003f7a371ebe000000000000803f00000000000080bf000000000b8f18b5000080bfe6d8783f8b3b273fc81bcfbe0000003f1b7996be000000000000803f00000000000080bf000000008c1d30b5000080bfb3ce663f47a34a3f1a7996be0000003fc11bcf3e000000000000803f00000000000080bf00000000c6ba5033000080bfa9b54a3f07e3c93d7d371ebe0000003f7578f33e000000000000803f00000000000080bf00000000c7ba5033000080bfeb4d273fb645e63c207996be0000003fc21bcfbe000000000000803f00000000000080bf00000000f8146eb5000080bfadb54a3f4dbc663f000040b30000003f0200003f000000000000803f00000000000080bf00000000c3d116aa000080bfb10e003f88da7a3b78371e3e0000003f7678f33e000000000000803f00000000000080bf00000000c8dd77b4000080bff59eb13ea645e63c1879963e0000003fc21bcf3e000000000000803f00000000000080bf00000000cc972934000080bf059f553e07e3c93dbe1bcf3e0000003f1d79963e000000000000803f00000000000080bf000000006b800f35000080bff875ca3d8b55553e7b371e3e0000003f7578f3be000000000000803f00000000000080bf00000000c55c9d35000080bfee9eb13e83c6783f1a79963e0000003fbf1bcfbe000000000000803f00000000000080bf000000003629bd35000080bff59e553e4bbc663f7378f33e0000003f82371e3e000000000000803f00000000000080bf000000009d1d1535000080bf8c91e83c377ab13ebf1bcf3e0000003f187996be000000000000803f00000000000080bf00000000b6748235000080bfdb75ca3d43a34a3f010000bf000000bf0000c03300000000000080bf000000000000803f0000000093008134000080bf4098863baef8ff3e7378f3be000000bf80371e3e00000000000080bf000000000000803f000000006cd2cd33000080bf5490e83c487ab13ebf1bcfbe000000bf1c79963e00000000000080bf000000000000803f00000000d3ba50b3000080bf9575ca3db055553e7d78f3be000000bf7a371ebe00000000000080bf000000000000803f00000000118c1c35000080bf908fe83c8b3b273fc81bcfbe000000bf1b7996be00000000000080bf000000000000803f00000000bddd7735000080bf7d75ca3d47a34a3f1a7996be000000bfc11bcf3e00000000000080bf000000000000803f000000005ce639b5000080bfd09e553e3ce3c93d7d371ebe000000bf7578f33e00000000000080bf000000000000803f00000000f2344ab5000080bfd89eb13e5a46e63c207996be000000bfc21bcfbe00000000000080bf000000000000803f00000000723d8c35000080bfd09e553e4dbc663f000040b3000000bf0200003f00000000000080bf000000000000803f0000000015e258b5000080bfa40e003f18dd7a3b78371e3e000000bf7678f33e00000000000080bf000000000000803f0000000018afc3b4000080bfdf4d273fc645e63c7b371e3e000000bf7578f3be00000000000080bf000000000000803f000000008725a7b5000080bfeb4d273f83c6783f1a79963e000000bfbf1bcfbe00000000000080bf000000000000803f00000000cf77cdb5000080bfa9b54a3f4bbc663f1879963e000000bfc21bcf3e00000000000080bf000000000000803f00000000be7402b5000080bf9db54a3f07e3c93dbe1bcf3e000000bf1d79963e00000000000080bf000000000000803f000000001baf43b5000080bfa1ce663f8b55553ebf1bcf3e000000bf187996be00000000000080bf000000000000803f000000001d9fd5b5000080bfabce663f41a34a3f7378f33e000000bf82371e3e00000000000080bf000000000000803f0000000097fa88b5000080bfd5d8783f357ab13e - m_CompressedMesh: - m_Vertices: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_UV: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Normals: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Tangents: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Weights: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_NormalSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_TangentSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_FloatColors: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_BoneIndices: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_Triangles: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_UVInfo: 0 - m_LocalAABB: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0.50000006, y: 0.5, z: 0.5000001} - m_MeshUsageFlags: 0 - m_BakedConvexCollisionMesh: - m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1.567429 - m_MeshMetrics[1]: 1 - m_MeshOptimizationFlags: 1 - m_StreamData: - serializedVersion: 2 - offset: 0 - size: 0 - path: --- !u!1 &447607632 GameObject: m_ObjectHideFlags: 0 @@ -464,87 +300,3 @@ LightingSettings: m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 m_PVRTiledBaking: 0 ---- !u!1001 &3661272424103143429 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 2489293127478743178, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 311700154} - - target: {fileID: 2489293127478743178, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_VersionIndex - value: 626 - objectReference: {fileID: 0} - - target: {fileID: 2489293127478743183, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 311700154} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928856, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, - type: 3} - propertyPath: m_Name - value: Water_SoloCell_Scaled - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 7b04916583e38407494cfa17b9683bad, type: 3} diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json index 5f3932e7..134f42ea 100644 --- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -91,7 +91,7 @@ { "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "editor.selectMode", - "value": "{\"m_Value\":1}" + "value": "{\"m_Value\":2}" }, { "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", @@ -186,12 +186,17 @@ { "type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "key": "BevelEdges.size", - "value": "{\"m_Value\":0.03999999910593033}" + "value": "{\"m_Value\":0.10000000149011612}" }, { "type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "key": "meshImporter.smoothingAngle", "value": "{\"m_Value\":1.0}" + }, + { + "type": "UnityEngine.ProBuilder.ExtrudeMethod, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "editor.extrudeMethod", + "value": "{\"m_Value\":2}" } ] } From 70b810014070205d25787f243b0ddcf0ae4ec3ea Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 08:51:18 -0400 Subject: [PATCH 08/19] Update --- .../tilemapping_workflow.md | 11 + Assets/Prefabs/_Resources/Water.prefab | 2 +- Assets/Rectangular Palette.prefab | 2513 ++++++++++++++++- .../com.unity.probuilder/Settings.json | 2 +- 4 files changed, 2434 insertions(+), 94 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md diff --git a/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md b/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md new file mode 100644 index 00000000..c2c8dce8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md @@ -0,0 +1,11 @@ +- [x] 2️⃣ Create a Tile Palette (Window > 2D > Tile Palette). → Done. +- [x] Drag tile rule into palette → Done. +- [x] 3️⃣ Create a new tile map, and change the swizzle to X, Z, Y. → Done. +- [x] 4️⃣ Test it out: select your rule tile in your palette, and paint. → Done. +- [x] create a new rule tile. → Done. +- [x] Define the tile rules. Remember: red arrow means no hit, green arrow means hit. → Done. +- [x] Add a default sprite to make the rule tile visible in your Tile Palette. → Done. +- [ ] (Jason) ⭐ this is good enough. there are probably edge cases, but let’s move onto integration. +- [x] one block jutting out doesn’t work +- [x] one block alone doesn’t work either +- [x] designs for single cell and single row. make it cylindrical and such. diff --git a/Assets/Prefabs/_Resources/Water.prefab b/Assets/Prefabs/_Resources/Water.prefab index 363eaa28..229ef44c 100644 --- a/Assets/Prefabs/_Resources/Water.prefab +++ b/Assets/Prefabs/_Resources/Water.prefab @@ -17,7 +17,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!4 &356548348950007648 Transform: m_ObjectHideFlags: 0 diff --git a/Assets/Rectangular Palette.prefab b/Assets/Rectangular Palette.prefab index 9c32e2f4..53746dbb 100644 --- a/Assets/Rectangular Palette.prefab +++ b/Assets/Rectangular Palette.prefab @@ -87,6 +87,2296 @@ Tilemap: m_GameObject: {fileID: 4804474798393341255} m_Enabled: 1 m_Tiles: + - first: {x: -13, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 19 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 17 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 7 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 11 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 18 + dummyAlignment: 0 + m_AllTileFlags: 2 - first: {x: -3, y: -12, z: 0} second: serializedVersion: 2 @@ -102,7 +2392,7 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 1 + m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 @@ -112,11 +2402,31 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 2 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 + - first: {x: -11, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 - first: {x: -9, y: -9, z: 0} second: serializedVersion: 2 @@ -124,7 +2434,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -9, z: 0} @@ -132,7 +2442,7 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 1 + m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 @@ -142,9 +2452,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 1 + m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -9, z: 0} @@ -152,9 +2462,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 1 + m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -9, z: 0} @@ -162,9 +2472,9 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 1 + m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -9, z: 0} @@ -172,11 +2482,21 @@ Tilemap: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 0 - m_TileMatrixIndex: 2 + m_TileMatrixIndex: 1 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 + - first: {x: -11, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 3 + dummyAlignment: 0 + m_AllTileFlags: 2 - first: {x: -9, y: -8, z: 0} second: serializedVersion: 2 @@ -184,7 +2504,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -7, z: 0} @@ -194,17 +2514,17 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 4294967295 + m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -7, z: 0} @@ -214,7 +2534,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -7, z: 0} @@ -224,7 +2544,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -7, z: 0} @@ -234,7 +2554,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -7, z: 0} @@ -244,7 +2564,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -7, z: 0} @@ -254,7 +2574,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -6, z: 0} @@ -264,7 +2584,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -6, z: 0} @@ -274,7 +2594,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -6, z: 0} @@ -284,7 +2604,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -6, z: 0} @@ -294,7 +2614,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -6, z: 0} @@ -304,7 +2624,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -6, z: 0} @@ -314,7 +2634,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -6, z: 0} @@ -324,7 +2644,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -5, z: 0} @@ -334,7 +2654,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -5, z: 0} @@ -344,7 +2664,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -5, z: 0} @@ -354,7 +2674,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -5, z: 0} @@ -364,7 +2684,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -5, z: 0} @@ -374,7 +2694,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -5, z: 0} @@ -384,7 +2704,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -5, z: 0} @@ -394,7 +2714,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -5, z: 0} @@ -404,7 +2724,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -5, z: 0} @@ -414,7 +2734,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -4, z: 0} @@ -424,7 +2744,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -4, z: 0} @@ -434,7 +2754,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -4, z: 0} @@ -444,7 +2764,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -4, z: 0} @@ -454,7 +2774,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -4, z: 0} @@ -464,7 +2784,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -4, z: 0} @@ -474,7 +2794,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -4, z: 0} @@ -484,7 +2804,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -4, z: 0} @@ -494,7 +2814,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 16 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -4, z: 0} @@ -504,7 +2824,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -3, z: 0} @@ -514,7 +2834,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -3, z: 0} @@ -524,7 +2844,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 17 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -3, z: 0} @@ -534,7 +2854,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -3, z: 0} @@ -544,7 +2864,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -3, z: 0} @@ -554,7 +2874,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -3, z: 0} @@ -564,7 +2884,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -3, z: 0} @@ -574,7 +2894,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -3, z: 0} @@ -584,7 +2904,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -3, z: 0} @@ -594,7 +2914,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -2, z: 0} @@ -604,7 +2924,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -2, z: 0} @@ -614,7 +2934,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -2, z: 0} @@ -624,7 +2944,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -2, z: 0} @@ -634,7 +2954,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -2, z: 0} @@ -644,7 +2964,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -2, z: 0} @@ -654,7 +2974,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -1, z: 0} @@ -664,7 +2984,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -1, z: 0} @@ -674,19 +2994,19 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 59 + - m_RefCount: 291 m_Data: {fileID: 11400000, guid: 4baf3e9566c9d4c3aa58267b57261acf, type: 2} m_TileSpriteArray: - - m_RefCount: 34 + - m_RefCount: 114 m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} m_TileMatrixArray: - - m_RefCount: 52 + - m_RefCount: 289 m_Data: e00: 1 e01: 0 @@ -704,15 +3024,15 @@ Tilemap: e31: 0 e32: 0 e33: 1 - - m_RefCount: 5 + - m_RefCount: 2 m_Data: - e00: 0.000000059604645 - e01: 0.99999994 + e00: -1 + e01: 0 e02: 0 e03: 0 - e10: -0.99999994 - e11: 0.000000059604645 - e12: -0 + e10: -0 + e11: 1 + e12: 0 e13: 0 e20: -0 e21: 0 @@ -722,7 +3042,7 @@ Tilemap: e31: 0 e32: 0 e33: 1 - - m_RefCount: 2 + - m_RefCount: 0 m_Data: e00: 0.000000059604645 e01: -0.99999994 @@ -741,60 +3061,69 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 59 + - m_RefCount: 291 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: - m_RefCount: 1 - m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + m_Data: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, type: 3} - - m_RefCount: 6 - m_Data: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + - m_RefCount: 4 + m_Data: {fileID: 3438898853049723420, guid: d835d59ae6d1d409c8c82a39b90d1f10, type: 3} - m_RefCount: 5 + m_Data: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, + type: 3} + - m_RefCount: 6 m_Data: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, type: 3} - m_RefCount: 3 + m_Data: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, + type: 3} + - m_RefCount: 9 m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, type: 3} - - m_RefCount: 6 - m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} - - m_RefCount: 2 + - m_RefCount: 5 m_Data: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, type: 3} - - m_RefCount: 2 + - m_RefCount: 29 + m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} + - m_RefCount: 12 m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, type: 3} - - m_RefCount: 5 + - m_RefCount: 21 m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} - - m_RefCount: 2 + - m_RefCount: 8 m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, type: 3} - - m_RefCount: 6 + - m_RefCount: 31 m_Data: {fileID: 804906806462723776, guid: a71a592181633435b8f6bd27de65b23b, type: 3} - - m_RefCount: 3 + - m_RefCount: 15 m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, type: 3} - - m_RefCount: 7 + - m_RefCount: 24 m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} - - m_RefCount: 2 + - m_RefCount: 8 m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, type: 3} - - m_RefCount: 4 + - m_RefCount: 16 m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} - - m_RefCount: 1 + - m_RefCount: 72 m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, type: 3} - - m_RefCount: 1 + - m_RefCount: 12 m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, type: 3} - - m_RefCount: 3 + - m_RefCount: 9 m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, + type: 3} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: -14, y: -12, z: 0} - m_Size: {x: 15, y: 13, z: 1} + m_Origin: {x: -22, y: -38, z: 0} + m_Size: {x: 23, y: 39, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json index 134f42ea..e3f855d8 100644 --- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -91,7 +91,7 @@ { "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "key": "editor.selectMode", - "value": "{\"m_Value\":2}" + "value": "{\"m_Value\":1}" }, { "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", From bfa15ad4e8a42bfdc3684777f1849474382885a0 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 08:54:19 -0400 Subject: [PATCH 09/19] Clean up sandbox scene --- Assets/Scenes/Sandbox.unity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scenes/Sandbox.unity b/Assets/Scenes/Sandbox.unity index 9fef4377..b77522fe 100644 --- a/Assets/Scenes/Sandbox.unity +++ b/Assets/Scenes/Sandbox.unity @@ -231,7 +231,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 447607632} m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} - m_LocalPosition: {x: -1.0263481, y: 0.8717613, z: 0.15994644} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] From 0fcb1903897024118b5d72a24d3444af8bb31c8d Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 08:55:06 -0400 Subject: [PATCH 10/19] Reset game scene --- Assets/Scenes/Game.unity | 165 --------------------------------------- 1 file changed, 165 deletions(-) diff --git a/Assets/Scenes/Game.unity b/Assets/Scenes/Game.unity index 31a4a196..8ea4173f 100644 --- a/Assets/Scenes/Game.unity +++ b/Assets/Scenes/Game.unity @@ -135,51 +135,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: bded502519dc440569d76f4453e3eea3, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!1 &713287264 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 713287266} - - component: {fileID: 713287265} - m_Layer: 0 - m_Name: Grid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!156049354 &713287265 -Grid: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 713287264} - m_Enabled: 1 - m_CellSize: {x: 1, y: 1, z: 0} - m_CellGap: {x: 0, y: 0, z: 0} - m_CellLayout: 0 - m_CellSwizzle: 1 ---- !u!4 &713287266 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 713287264} - 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: - - {fileID: 2023361367} - m_Father: {fileID: 0} - m_RootOrder: 12 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1190826614 PrefabInstance: m_ObjectHideFlags: 0 @@ -352,126 +307,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 73cf13b3777d14754a309abecc385ecf, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!1 &2023361366 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2023361367} - - component: {fileID: 2023361369} - - component: {fileID: 2023361368} - m_Layer: 0 - m_Name: Tilemap - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2023361367 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2023361366} - 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: 713287266} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!483693784 &2023361368 -TilemapRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2023361366} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 1 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 0 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_ChunkSize: {x: 32, y: 32, z: 32} - m_ChunkCullingBounds: {x: 0, y: 0, z: 0} - m_MaxChunkCount: 16 - m_MaxFrameAge: 16 - m_SortOrder: 0 - m_Mode: 0 - m_DetectChunkCullingBounds: 0 - m_MaskInteraction: 0 ---- !u!1839735485 &2023361369 -Tilemap: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2023361366} - m_Enabled: 1 - m_Tiles: {} - m_AnimatedTiles: {} - m_TileAssetArray: [] - m_TileSpriteArray: [] - m_TileMatrixArray: [] - m_TileColorArray: [] - m_TileObjectToInstantiateArray: [] - m_AnimationFrameRate: 1 - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: 0, y: 0, z: 0} - m_Size: {x: 0, y: 0, z: 1} - m_TileAnchor: {x: 0.5, y: 0.5, z: 0} - m_TileOrientation: 0 - m_TileOrientationMatrix: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 --- !u!1001 &448395041739114491 PrefabInstance: m_ObjectHideFlags: 0 From 69c62db8d53fee3d5cbda275c87b869882e2e7eb Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 08:55:54 -0400 Subject: [PATCH 11/19] Clean up project dir --- .../Ground Rule Tile.asset} | 2 +- .../Ground Rule Tile.asset.meta} | 0 .../Test Tile Palette.prefab} | 2 +- .../Test Tile Palette.prefab.meta} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename Assets/{New Rule Tile.asset => Configuration/Ground Rule Tile.asset} (99%) rename Assets/{New Rule Tile.asset.meta => Configuration/Ground Rule Tile.asset.meta} (100%) rename Assets/{Rectangular Palette.prefab => Prefabs/Test Tile Palette.prefab} (99%) rename Assets/{Rectangular Palette.prefab.meta => Prefabs/Test Tile Palette.prefab.meta} (100%) diff --git a/Assets/New Rule Tile.asset b/Assets/Configuration/Ground Rule Tile.asset similarity index 99% rename from Assets/New Rule Tile.asset rename to Assets/Configuration/Ground Rule Tile.asset index 3dcce1eb..330007a5 100644 --- a/Assets/New Rule Tile.asset +++ b/Assets/Configuration/Ground Rule Tile.asset @@ -10,7 +10,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9d1514134bc4fbd41bb739b1b9a49231, type: 3} - m_Name: New Rule Tile + m_Name: Ground Rule Tile m_EditorClassIdentifier: m_DefaultSprite: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} diff --git a/Assets/New Rule Tile.asset.meta b/Assets/Configuration/Ground Rule Tile.asset.meta similarity index 100% rename from Assets/New Rule Tile.asset.meta rename to Assets/Configuration/Ground Rule Tile.asset.meta diff --git a/Assets/Rectangular Palette.prefab b/Assets/Prefabs/Test Tile Palette.prefab similarity index 99% rename from Assets/Rectangular Palette.prefab rename to Assets/Prefabs/Test Tile Palette.prefab index 53746dbb..6853a510 100644 --- a/Assets/Rectangular Palette.prefab +++ b/Assets/Prefabs/Test Tile Palette.prefab @@ -11,7 +11,7 @@ GameObject: - component: {fileID: 642154420852432965} - component: {fileID: 2256905254214179148} m_Layer: 0 - m_Name: Rectangular Palette + m_Name: Test Tile Palette m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 diff --git a/Assets/Rectangular Palette.prefab.meta b/Assets/Prefabs/Test Tile Palette.prefab.meta similarity index 100% rename from Assets/Rectangular Palette.prefab.meta rename to Assets/Prefabs/Test Tile Palette.prefab.meta From c60d0c52cc9ae60ac76e523133bfdcdd58f6a112 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 08:58:23 -0400 Subject: [PATCH 12/19] Re-disable water visual --- Assets/Prefabs/_Resources/Water.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Prefabs/_Resources/Water.prefab b/Assets/Prefabs/_Resources/Water.prefab index 229ef44c..363eaa28 100644 --- a/Assets/Prefabs/_Resources/Water.prefab +++ b/Assets/Prefabs/_Resources/Water.prefab @@ -17,7 +17,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &356548348950007648 Transform: m_ObjectHideFlags: 0 From ff80cdb4fab5e21512d9bd5bd0de6d68ec3016bc Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:03:40 -0400 Subject: [PATCH 13/19] Revert --- Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat | 2 +- Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat index 2683b35f..d6384352 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat @@ -62,7 +62,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 8717fdb6173564f2999931e12864970e, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat index 2ebeb3fe..f65fbdbf 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat @@ -11,6 +11,7 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _EMISSION + - _METALLICSPECGLOSSMAP - _SPECGLOSSMAP - _SPECULAR_SETUP m_InvalidKeywords: [] From 63772fd1940c8b95d8e416c1cd98790c36b67a3b Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:04:11 -0400 Subject: [PATCH 14/19] Update --- Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat index d6384352..add644db 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-LPUP.mat @@ -24,6 +24,7 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _EMISSION + - _METALLICSPECGLOSSMAP - _SPECGLOSSMAP - _SPECULAR_SETUP m_InvalidKeywords: [] From cdb7d71c94ea9a3ab0173b7eb77689f3c93814ac Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:13:50 -0400 Subject: [PATCH 15/19] Update workflow document --- .../create_a_3d_tileset.md | 12 + .../tilemapping_workflow.md | 11 - .../polyperfect/atlas-night-LPUP.mat | 1 - Assets/Prefabs/Test Tile Palette.prefab | 682 +++++++++--------- 4 files changed, 349 insertions(+), 357 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/create_a_3d_tileset.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md diff --git a/.github/PULL_REQUEST_TEMPLATE/create_a_3d_tileset.md b/.github/PULL_REQUEST_TEMPLATE/create_a_3d_tileset.md new file mode 100644 index 00000000..b030710e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/create_a_3d_tileset.md @@ -0,0 +1,12 @@ +## Workflow + +1. Create a Rule Tile (Project → Create → 2D → Tiles → Rule Tile). +2. Create a Tile Palette (Window → 2D → Tile Palette). +3. Drag new Rule Tile onto palette. +4. On the new Tilemap (created by step 2 above), change the swizzle to XZY. +5. Select your rule tile in your palette, and paint on the new Tilemap. +6. Use the new Tilemap to define tile rules in your Rule Tile. + 1. Remember: red arrow means no hit, green arrow means hit. + 2. Add a default sprite to make the rule tile visible in your Tile Palette. +7. Once you feel you’ve covered enough edge cases, you’re done! + 1. There might be more edge cases, but it’s best to discover them when integrating your game end-to-end, so as to avoid unneeded work. diff --git a/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md b/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md deleted file mode 100644 index c2c8dce8..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/tilemapping_workflow.md +++ /dev/null @@ -1,11 +0,0 @@ -- [x] 2️⃣ Create a Tile Palette (Window > 2D > Tile Palette). → Done. -- [x] Drag tile rule into palette → Done. -- [x] 3️⃣ Create a new tile map, and change the swizzle to X, Z, Y. → Done. -- [x] 4️⃣ Test it out: select your rule tile in your palette, and paint. → Done. -- [x] create a new rule tile. → Done. -- [x] Define the tile rules. Remember: red arrow means no hit, green arrow means hit. → Done. -- [x] Add a default sprite to make the rule tile visible in your Tile Palette. → Done. -- [ ] (Jason) ⭐ this is good enough. there are probably edge cases, but let’s move onto integration. -- [x] one block jutting out doesn’t work -- [x] one block alone doesn’t work either -- [x] designs for single cell and single row. make it cylindrical and such. diff --git a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat index f65fbdbf..2ebeb3fe 100644 --- a/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat +++ b/Assets/Audiovisuals/Materials/polyperfect/atlas-night-LPUP.mat @@ -11,7 +11,6 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _EMISSION - - _METALLICSPECGLOSSMAP - _SPECGLOSSMAP - _SPECULAR_SETUP m_InvalidKeywords: [] diff --git a/Assets/Prefabs/Test Tile Palette.prefab b/Assets/Prefabs/Test Tile Palette.prefab index 6853a510..47505037 100644 --- a/Assets/Prefabs/Test Tile Palette.prefab +++ b/Assets/Prefabs/Test Tile Palette.prefab @@ -94,7 +94,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -38, z: 0} @@ -104,7 +104,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -38, z: 0} @@ -114,7 +114,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -38, z: 0} @@ -124,7 +124,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -38, z: 0} @@ -134,7 +134,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -38, z: 0} @@ -144,7 +144,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -37, z: 0} @@ -154,7 +154,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -37, z: 0} @@ -164,7 +164,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -37, z: 0} @@ -174,7 +174,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -37, z: 0} @@ -184,7 +184,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -37, z: 0} @@ -194,7 +194,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -16, y: -37, z: 0} @@ -204,7 +204,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -37, z: 0} @@ -214,7 +214,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -37, z: 0} @@ -224,7 +224,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -37, z: 0} @@ -234,7 +234,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -37, z: 0} @@ -244,7 +244,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -37, z: 0} @@ -254,7 +254,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -37, z: 0} @@ -264,7 +264,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -37, z: 0} @@ -274,7 +274,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -37, z: 0} @@ -284,7 +284,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -37, z: 0} @@ -294,7 +294,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -37, z: 0} @@ -304,7 +304,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -36, z: 0} @@ -314,7 +314,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -36, z: 0} @@ -324,7 +324,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -36, z: 0} @@ -334,7 +334,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -36, z: 0} @@ -344,7 +344,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -36, z: 0} @@ -354,7 +354,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -36, z: 0} @@ -364,7 +364,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -16, y: -36, z: 0} @@ -374,7 +374,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -36, z: 0} @@ -384,7 +384,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -36, z: 0} @@ -394,7 +394,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -36, z: 0} @@ -404,7 +404,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -36, z: 0} @@ -414,7 +414,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -36, z: 0} @@ -424,7 +424,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -36, z: 0} @@ -434,7 +434,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -36, z: 0} @@ -444,7 +444,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -36, z: 0} @@ -454,7 +454,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -36, z: 0} @@ -464,7 +464,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -36, z: 0} @@ -474,7 +474,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -36, z: 0} @@ -484,7 +484,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -36, z: 0} @@ -494,7 +494,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -36, z: 0} @@ -504,7 +504,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -36, z: 0} @@ -514,7 +514,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -36, z: 0} @@ -524,7 +524,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 19 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -35, z: 0} @@ -534,7 +534,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -35, z: 0} @@ -544,7 +544,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -35, z: 0} @@ -554,7 +554,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -35, z: 0} @@ -564,7 +564,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -35, z: 0} @@ -574,7 +574,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -35, z: 0} @@ -584,7 +584,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -35, z: 0} @@ -594,7 +594,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -35, z: 0} @@ -604,7 +604,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -35, z: 0} @@ -614,7 +614,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -35, z: 0} @@ -624,7 +624,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -35, z: 0} @@ -634,7 +634,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -35, z: 0} @@ -644,7 +644,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -35, z: 0} @@ -654,7 +654,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -35, z: 0} @@ -664,7 +664,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -35, z: 0} @@ -674,7 +674,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -35, z: 0} @@ -684,7 +684,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -35, z: 0} @@ -694,7 +694,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -35, z: 0} @@ -704,7 +704,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -35, z: 0} @@ -714,7 +714,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -34, z: 0} @@ -724,7 +724,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -34, z: 0} @@ -734,7 +734,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -34, z: 0} @@ -744,7 +744,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -34, z: 0} @@ -754,7 +754,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -34, z: 0} @@ -764,7 +764,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -34, z: 0} @@ -774,7 +774,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -34, z: 0} @@ -784,7 +784,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -34, z: 0} @@ -794,7 +794,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -34, z: 0} @@ -804,7 +804,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -34, z: 0} @@ -814,7 +814,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -34, z: 0} @@ -824,7 +824,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -34, z: 0} @@ -834,7 +834,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -34, z: 0} @@ -844,7 +844,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -33, z: 0} @@ -854,7 +854,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -33, z: 0} @@ -864,7 +864,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -33, z: 0} @@ -874,7 +874,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -33, z: 0} @@ -884,7 +884,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -33, z: 0} @@ -894,7 +894,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -33, z: 0} @@ -904,7 +904,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -33, z: 0} @@ -914,7 +914,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -33, z: 0} @@ -924,7 +924,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -33, z: 0} @@ -934,7 +934,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -33, z: 0} @@ -944,7 +944,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -33, z: 0} @@ -954,7 +954,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -32, z: 0} @@ -964,7 +964,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -32, z: 0} @@ -974,7 +974,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -32, z: 0} @@ -984,7 +984,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -32, z: 0} @@ -994,7 +994,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -32, z: 0} @@ -1004,7 +1004,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -32, z: 0} @@ -1014,7 +1014,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -32, z: 0} @@ -1024,7 +1024,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -32, z: 0} @@ -1034,7 +1034,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -32, z: 0} @@ -1044,7 +1044,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -32, z: 0} @@ -1054,7 +1054,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -32, z: 0} @@ -1064,7 +1064,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -31, z: 0} @@ -1074,7 +1074,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -31, z: 0} @@ -1084,7 +1084,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -31, z: 0} @@ -1094,7 +1094,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -31, z: 0} @@ -1104,7 +1104,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -31, z: 0} @@ -1114,7 +1114,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -31, z: 0} @@ -1124,7 +1124,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -31, z: 0} @@ -1134,7 +1134,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -31, z: 0} @@ -1144,7 +1144,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -31, z: 0} @@ -1154,7 +1154,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -31, z: 0} @@ -1164,7 +1164,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -31, z: 0} @@ -1174,7 +1174,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -31, z: 0} @@ -1184,7 +1184,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -31, z: 0} @@ -1194,7 +1194,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -22, y: -30, z: 0} @@ -1204,7 +1204,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -21, y: -30, z: 0} @@ -1214,7 +1214,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -30, z: 0} @@ -1224,7 +1224,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -30, z: 0} @@ -1234,7 +1234,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -30, z: 0} @@ -1244,7 +1244,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -30, z: 0} @@ -1254,7 +1254,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -30, z: 0} @@ -1264,7 +1264,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -30, z: 0} @@ -1274,7 +1274,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -30, z: 0} @@ -1284,7 +1284,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -30, z: 0} @@ -1294,7 +1294,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -30, z: 0} @@ -1304,7 +1304,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -30, z: 0} @@ -1314,7 +1314,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -30, z: 0} @@ -1324,7 +1324,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -30, z: 0} @@ -1334,7 +1334,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -20, y: -29, z: 0} @@ -1344,7 +1344,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -29, z: 0} @@ -1354,7 +1354,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -29, z: 0} @@ -1364,7 +1364,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -29, z: 0} @@ -1374,7 +1374,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -29, z: 0} @@ -1384,7 +1384,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -29, z: 0} @@ -1394,7 +1394,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -29, z: 0} @@ -1404,7 +1404,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -29, z: 0} @@ -1414,7 +1414,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -29, z: 0} @@ -1424,7 +1424,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -29, z: 0} @@ -1434,7 +1434,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -29, z: 0} @@ -1444,7 +1444,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -29, z: 0} @@ -1454,7 +1454,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -29, z: 0} @@ -1464,7 +1464,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -28, z: 0} @@ -1474,7 +1474,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -28, z: 0} @@ -1484,7 +1484,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -28, z: 0} @@ -1494,7 +1494,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -28, z: 0} @@ -1504,7 +1504,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -28, z: 0} @@ -1514,7 +1514,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -28, z: 0} @@ -1524,7 +1524,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -28, z: 0} @@ -1534,7 +1534,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -28, z: 0} @@ -1544,7 +1544,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -28, z: 0} @@ -1554,7 +1554,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -28, z: 0} @@ -1564,7 +1564,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -28, z: 0} @@ -1574,7 +1574,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -28, z: 0} @@ -1584,7 +1584,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -27, z: 0} @@ -1594,7 +1594,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -27, z: 0} @@ -1604,7 +1604,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -27, z: 0} @@ -1614,7 +1614,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -27, z: 0} @@ -1624,7 +1624,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -27, z: 0} @@ -1634,7 +1634,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -27, z: 0} @@ -1644,7 +1644,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -27, z: 0} @@ -1654,7 +1654,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -27, z: 0} @@ -1664,7 +1664,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -27, z: 0} @@ -1674,7 +1674,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -27, z: 0} @@ -1684,7 +1684,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -27, z: 0} @@ -1694,7 +1694,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -26, z: 0} @@ -1704,7 +1704,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -26, z: 0} @@ -1714,7 +1714,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -26, z: 0} @@ -1724,7 +1724,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -26, z: 0} @@ -1734,7 +1734,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -26, z: 0} @@ -1744,7 +1744,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -26, z: 0} @@ -1754,7 +1754,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -26, z: 0} @@ -1764,7 +1764,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -26, z: 0} @@ -1774,7 +1774,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -25, z: 0} @@ -1784,7 +1784,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -25, z: 0} @@ -1794,7 +1794,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -25, z: 0} @@ -1804,7 +1804,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -25, z: 0} @@ -1814,7 +1814,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -25, z: 0} @@ -1824,7 +1824,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -25, z: 0} @@ -1834,7 +1834,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -24, z: 0} @@ -1844,7 +1844,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -24, z: 0} @@ -1854,7 +1854,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -24, z: 0} @@ -1864,7 +1864,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -24, z: 0} @@ -1874,7 +1874,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -24, z: 0} @@ -1884,7 +1884,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -24, z: 0} @@ -1894,7 +1894,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -23, z: 0} @@ -1904,7 +1904,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -23, z: 0} @@ -1914,7 +1914,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -23, z: 0} @@ -1924,7 +1924,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -16, y: -23, z: 0} @@ -1934,7 +1934,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -23, z: 0} @@ -1944,7 +1944,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -23, z: 0} @@ -1954,7 +1954,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -23, z: 0} @@ -1964,7 +1964,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -23, z: 0} @@ -1974,7 +1974,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -23, z: 0} @@ -1984,7 +1984,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -23, z: 0} @@ -1994,7 +1994,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -19, y: -22, z: 0} @@ -2004,7 +2004,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -18, y: -22, z: 0} @@ -2014,7 +2014,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -17, y: -22, z: 0} @@ -2024,7 +2024,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -16, y: -22, z: 0} @@ -2034,7 +2034,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -22, z: 0} @@ -2044,7 +2044,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -22, z: 0} @@ -2054,7 +2054,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -22, z: 0} @@ -2064,7 +2064,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -22, z: 0} @@ -2074,7 +2074,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -22, z: 0} @@ -2084,7 +2084,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -22, z: 0} @@ -2094,7 +2094,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -22, z: 0} @@ -2104,7 +2104,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -22, z: 0} @@ -2114,7 +2114,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -22, z: 0} @@ -2124,7 +2124,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -22, z: 0} @@ -2134,7 +2134,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -22, z: 0} @@ -2144,7 +2144,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -22, z: 0} @@ -2154,7 +2154,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -22, z: 0} @@ -2164,7 +2164,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -16, y: -21, z: 0} @@ -2174,7 +2174,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -15, y: -21, z: 0} @@ -2184,7 +2184,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -21, z: 0} @@ -2194,7 +2194,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -21, z: 0} @@ -2204,7 +2204,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -21, z: 0} @@ -2214,7 +2214,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -21, z: 0} @@ -2224,7 +2224,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -21, z: 0} @@ -2234,7 +2234,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -21, z: 0} @@ -2244,7 +2244,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -21, z: 0} @@ -2254,7 +2254,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -21, z: 0} @@ -2264,7 +2264,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -21, z: 0} @@ -2274,7 +2274,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -21, z: 0} @@ -2284,7 +2284,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -21, z: 0} @@ -2294,7 +2294,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -21, z: 0} @@ -2304,7 +2304,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -20, z: 0} @@ -2314,7 +2314,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -20, z: 0} @@ -2324,7 +2324,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -20, z: 0} @@ -2334,7 +2334,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -20, z: 0} @@ -2344,7 +2344,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -20, z: 0} @@ -2354,7 +2354,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -20, z: 0} @@ -2364,7 +2364,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -20, z: 0} @@ -2374,7 +2374,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -12, z: 0} @@ -2384,7 +2384,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 16 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -1, y: -12, z: 0} @@ -2394,7 +2394,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 17 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: 0, y: -12, z: 0} @@ -2404,7 +2404,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 17 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -10, z: 0} @@ -2414,7 +2414,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -9, z: 0} @@ -2424,7 +2424,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -9, z: 0} @@ -2434,7 +2434,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -6, y: -9, z: 0} @@ -2444,7 +2444,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 17 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -9, z: 0} @@ -2454,7 +2454,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -9, z: 0} @@ -2464,7 +2464,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -9, z: 0} @@ -2474,7 +2474,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 18 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -2, y: -9, z: 0} @@ -2484,7 +2484,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 1 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 17 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -8, z: 0} @@ -2494,7 +2494,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -8, z: 0} @@ -2504,7 +2504,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -7, z: 0} @@ -2514,7 +2514,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -7, z: 0} @@ -2524,7 +2524,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -7, z: 0} @@ -2534,7 +2534,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -7, z: 0} @@ -2544,7 +2544,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -7, z: 0} @@ -2554,7 +2554,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -7, z: 0} @@ -2564,7 +2564,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -7, z: 0} @@ -2574,7 +2574,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 3 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -6, z: 0} @@ -2584,7 +2584,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -6, z: 0} @@ -2594,7 +2594,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -6, z: 0} @@ -2604,7 +2604,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -6, z: 0} @@ -2614,7 +2614,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -6, z: 0} @@ -2624,7 +2624,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -6, z: 0} @@ -2634,7 +2634,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -6, z: 0} @@ -2644,7 +2644,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 7 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -5, z: 0} @@ -2654,7 +2654,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -5, z: 0} @@ -2664,7 +2664,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -5, z: 0} @@ -2674,7 +2674,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -5, z: 0} @@ -2684,7 +2684,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -5, z: 0} @@ -2694,7 +2694,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -5, z: 0} @@ -2704,7 +2704,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -5, z: 0} @@ -2714,7 +2714,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -5, z: 0} @@ -2724,7 +2724,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 11 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -5, z: 0} @@ -2734,7 +2734,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 2 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -14, y: -4, z: 0} @@ -2744,7 +2744,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -13, y: -4, z: 0} @@ -2754,7 +2754,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -4, z: 0} @@ -2764,7 +2764,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -4, z: 0} @@ -2774,7 +2774,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -4, z: 0} @@ -2784,7 +2784,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -4, z: 0} @@ -2794,7 +2794,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -4, z: 0} @@ -2804,7 +2804,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -4, z: 0} @@ -2814,7 +2814,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 16 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -4, z: 0} @@ -2824,7 +2824,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -3, z: 0} @@ -2834,7 +2834,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -3, z: 0} @@ -2844,7 +2844,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 17 + m_TileObjectToInstantiateIndex: 6 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -3, z: 0} @@ -2854,7 +2854,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -3, z: 0} @@ -2864,7 +2864,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -3, z: 0} @@ -2874,7 +2874,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -3, z: 0} @@ -2884,7 +2884,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -5, y: -3, z: 0} @@ -2894,7 +2894,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -4, y: -3, z: 0} @@ -2904,7 +2904,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -3, y: -3, z: 0} @@ -2914,7 +2914,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -12, y: -2, z: 0} @@ -2924,7 +2924,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -11, y: -2, z: 0} @@ -2934,7 +2934,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -2, z: 0} @@ -2944,7 +2944,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 10 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -2, z: 0} @@ -2954,7 +2954,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 8 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -8, y: -2, z: 0} @@ -2964,7 +2964,7 @@ Tilemap: m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -7, y: -2, z: 0} @@ -2974,7 +2974,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -10, y: -1, z: 0} @@ -2984,7 +2984,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 19 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -1, z: 0} @@ -2994,19 +2994,29 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 18 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 19 dummyAlignment: 0 m_AllTileFlags: 2 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 291 + - m_RefCount: 292 m_Data: {fileID: 11400000, guid: 4baf3e9566c9d4c3aa58267b57261acf, type: 2} m_TileSpriteArray: - - m_RefCount: 114 + - m_RefCount: 115 m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} m_TileMatrixArray: - - m_RefCount: 289 + - m_RefCount: 290 m_Data: e00: 1 e01: 0 @@ -3042,56 +3052,33 @@ Tilemap: e31: 0 e32: 0 e33: 1 - - m_RefCount: 0 - m_Data: - e00: 0.000000059604645 - e01: -0.99999994 - e02: -0 - e03: 0 - e10: 0.99999994 - e11: 0.000000059604645 - e12: 0 - e13: 0 - e20: 0 - e21: -0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 m_TileColorArray: - - m_RefCount: 291 + - m_RefCount: 292 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: - - m_RefCount: 1 - m_Data: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, + - m_RefCount: 9 + m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, type: 3} - - m_RefCount: 4 - m_Data: {fileID: 3438898853049723420, guid: d835d59ae6d1d409c8c82a39b90d1f10, + - m_RefCount: 29 + m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} + - m_RefCount: 13 + m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, type: 3} - m_RefCount: 5 m_Data: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, type: 3} - - m_RefCount: 6 - m_Data: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, - type: 3} - - m_RefCount: 3 - m_Data: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, - type: 3} - - m_RefCount: 9 - m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, + - m_RefCount: 8 + m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, type: 3} - - m_RefCount: 5 - m_Data: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, + - m_RefCount: 72 + m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, type: 3} - - m_RefCount: 29 - m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} - m_RefCount: 12 - m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, + m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, + type: 3} + - m_RefCount: 6 + m_Data: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, type: 3} - - m_RefCount: 21 - m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} - m_RefCount: 8 m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, type: 3} @@ -3100,24 +3087,29 @@ Tilemap: - m_RefCount: 15 m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, type: 3} - - m_RefCount: 24 - m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} - - m_RefCount: 8 - m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, + - m_RefCount: 5 + m_Data: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, type: 3} - - m_RefCount: 16 + - m_RefCount: 21 + m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} + - m_RefCount: 9 + m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, + type: 3} + - m_RefCount: 15 m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} - - m_RefCount: 72 - m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, + - m_RefCount: 24 + m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, type: 3} - - m_RefCount: 12 - m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, + - m_RefCount: 4 + m_Data: {fileID: 3438898853049723420, guid: d835d59ae6d1d409c8c82a39b90d1f10, type: 3} - - m_RefCount: 9 - m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, + - m_RefCount: 3 + m_Data: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, type: 3} m_AnimationFrameRate: 1 @@ -3192,7 +3184,7 @@ TilemapRenderer: m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 ---- !u!114 &2481203379987797181 +--- !u!114 &8944819775023817683 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} From e2daa010aa0700434d6cb2c13f82a3002fc3976c Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:15:23 -0400 Subject: [PATCH 16/19] Update palette prefab --- Assets/Prefabs/Test Tile Palette.prefab | 27 +++++++------------------ 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/Assets/Prefabs/Test Tile Palette.prefab b/Assets/Prefabs/Test Tile Palette.prefab index 47505037..98475c83 100644 --- a/Assets/Prefabs/Test Tile Palette.prefab +++ b/Assets/Prefabs/Test Tile Palette.prefab @@ -2984,7 +2984,7 @@ Tilemap: m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 19 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -1, z: 0} @@ -2997,26 +2997,16 @@ Tilemap: m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: 0, z: 0} - second: - serializedVersion: 2 - m_TileIndex: 0 - m_TileSpriteIndex: 0 - m_TileMatrixIndex: 0 - m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 19 - dummyAlignment: 0 - m_AllTileFlags: 2 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 292 + - m_RefCount: 291 m_Data: {fileID: 11400000, guid: 4baf3e9566c9d4c3aa58267b57261acf, type: 2} m_TileSpriteArray: - - m_RefCount: 115 + - m_RefCount: 114 m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} m_TileMatrixArray: - - m_RefCount: 290 + - m_RefCount: 289 m_Data: e00: 1 e01: 0 @@ -3053,7 +3043,7 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 292 + - m_RefCount: 291 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: - m_RefCount: 9 @@ -3095,7 +3085,7 @@ Tilemap: - m_RefCount: 9 m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, type: 3} - - m_RefCount: 15 + - m_RefCount: 16 m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} - m_RefCount: 24 @@ -3109,9 +3099,6 @@ Tilemap: - m_RefCount: 3 m_Data: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, type: 3} - - m_RefCount: 2 - m_Data: {fileID: 8574279740122413297, guid: 54b44e6b7ad7a4c99823f64ce0778bf5, - type: 3} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -22, y: -38, z: 0} @@ -3184,7 +3171,7 @@ TilemapRenderer: m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 ---- !u!114 &8944819775023817683 +--- !u!114 &3490281584689807277 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} From 7e0ba4be846607461ccffd0004a441f94e30b366 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:17:16 -0400 Subject: [PATCH 17/19] Update stylized water 2 test scene --- Assets/Scenes/TestStylizedWater2.unity | 69 ++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/Assets/Scenes/TestStylizedWater2.unity b/Assets/Scenes/TestStylizedWater2.unity index e054ca8f..a82a7d70 100644 --- a/Assets/Scenes/TestStylizedWater2.unity +++ b/Assets/Scenes/TestStylizedWater2.unity @@ -1458,6 +1458,75 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1893780414} m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1001 &1915432025 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 285899484623475514, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Name + value: Test Tile Palette + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 642154420852432965, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e16803bd65024fda882c58c89fe05ba, type: 3} --- !u!1 &1950110954 GameObject: m_ObjectHideFlags: 0 From b40114254003aa74fc649f06708061fa3fb7b2ad Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:45:29 -0400 Subject: [PATCH 18/19] Some minor updates to get rid of sprites on rule tile --- Assets/Configuration/Ground Rule Tile.asset | 28 +- Assets/Prefabs/Test Tile Palette.prefab | 6363 +++++++++++++++++-- Assets/Scenes/TestStylizedWater2.unity | 779 ++- 3 files changed, 6643 insertions(+), 527 deletions(-) diff --git a/Assets/Configuration/Ground Rule Tile.asset b/Assets/Configuration/Ground Rule Tile.asset index 330007a5..fd091363 100644 --- a/Assets/Configuration/Ground Rule Tile.asset +++ b/Assets/Configuration/Ground Rule Tile.asset @@ -114,7 +114,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 8 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, type: 3} m_MinAnimationSpeed: 1 @@ -134,7 +134,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 7 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} m_MinAnimationSpeed: 1 @@ -154,7 +154,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 6 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, type: 3} m_MinAnimationSpeed: 1 @@ -174,7 +174,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 5 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, type: 3} m_MinAnimationSpeed: 1 @@ -194,7 +194,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 13 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, type: 3} m_MinAnimationSpeed: 1 @@ -214,7 +214,7 @@ MonoBehaviour: m_RuleTransform: 1 - m_Id: 14 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, type: 3} m_MinAnimationSpeed: 1 @@ -232,7 +232,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 16 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, type: 3} m_MinAnimationSpeed: 1 @@ -250,7 +250,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 15 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, type: 3} m_MinAnimationSpeed: 1 @@ -268,7 +268,7 @@ MonoBehaviour: m_RuleTransform: 3 - m_Id: 17 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 3438898853049723420, guid: d835d59ae6d1d409c8c82a39b90d1f10, type: 3} m_MinAnimationSpeed: 1 @@ -286,7 +286,7 @@ MonoBehaviour: m_RuleTransform: 2 - m_Id: 9 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, type: 3} m_MinAnimationSpeed: 1 @@ -306,7 +306,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 10 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, type: 3} m_MinAnimationSpeed: 1 @@ -326,7 +326,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 11 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, type: 3} m_MinAnimationSpeed: 1 @@ -346,7 +346,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 12 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, type: 3} m_MinAnimationSpeed: 1 @@ -366,7 +366,7 @@ MonoBehaviour: m_RuleTransform: 0 - m_Id: 18 m_Sprites: - - {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, type: 3} + - {fileID: 0} m_GameObject: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, type: 3} m_MinAnimationSpeed: 1 diff --git a/Assets/Prefabs/Test Tile Palette.prefab b/Assets/Prefabs/Test Tile Palette.prefab index 98475c83..93dbf675 100644 --- a/Assets/Prefabs/Test Tile Palette.prefab +++ b/Assets/Prefabs/Test Tile Palette.prefab @@ -87,17 +87,17 @@ Tilemap: m_GameObject: {fileID: 4804474798393341255} m_Enabled: 1 m_Tiles: - - first: {x: -13, y: -38, z: 0} + - first: {x: -29, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 0 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -38, z: 0} + - first: {x: -28, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -107,7 +107,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -38, z: 0} + - first: {x: -27, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -117,47 +117,47 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -38, z: 0} + - first: {x: -26, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -38, z: 0} + - first: {x: -25, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -38, z: 0} + - first: {x: -24, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 3 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -37, z: 0} + - first: {x: -23, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -37, z: 0} + - first: {x: -22, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -167,7 +167,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -37, z: 0} + - first: {x: -21, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -177,7 +177,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -37, z: 0} + - first: {x: -20, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -187,7 +187,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -37, z: 0} + - first: {x: -19, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -197,7 +197,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -16, y: -37, z: 0} + - first: {x: -18, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -207,7 +207,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -37, z: 0} + - first: {x: -17, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -217,7 +217,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -14, y: -37, z: 0} + - first: {x: -16, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -227,47 +227,47 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -13, y: -37, z: 0} + - first: {x: -15, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -37, z: 0} + - first: {x: -14, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -37, z: 0} + - first: {x: -13, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -37, z: 0} + - first: {x: -12, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -37, z: 0} + - first: {x: -11, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -277,117 +277,197 @@ Tilemap: m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -37, z: 0} + - first: {x: -10, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -37, z: 0} + - first: {x: -9, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -37, z: 0} + - first: {x: -8, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 7 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -36, z: 0} + - first: {x: -7, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -36, z: 0} + - first: {x: -6, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -36, z: 0} + - first: {x: -5, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -36, z: 0} + - first: {x: -3, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -36, z: 0} + - first: {x: -2, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -36, z: 0} + - first: {x: -1, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -16, y: -36, z: 0} + - first: {x: 0, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -36, z: 0} + - first: {x: 1, y: -40, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -14, y: -36, z: 0} + - first: {x: 2, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -40, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -39, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -397,7 +477,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -13, y: -36, z: 0} + - first: {x: -27, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -407,7 +487,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -36, z: 0} + - first: {x: -26, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -417,7 +497,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -36, z: 0} + - first: {x: -25, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -427,7 +507,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -36, z: 0} + - first: {x: -24, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -437,7 +517,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -36, z: 0} + - first: {x: -23, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -447,167 +527,167 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -36, z: 0} + - first: {x: -22, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -36, z: 0} + - first: {x: -21, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -36, z: 0} + - first: {x: -20, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -36, z: 0} + - first: {x: -19, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -36, z: 0} + - first: {x: -18, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -36, z: 0} + - first: {x: -17, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 11 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -36, z: 0} + - first: {x: -16, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -36, z: 0} + - first: {x: -15, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -35, z: 0} + - first: {x: -14, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -35, z: 0} + - first: {x: -13, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -35, z: 0} + - first: {x: -12, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -35, z: 0} + - first: {x: -11, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -14, y: -35, z: 0} + - first: {x: -10, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -13, y: -35, z: 0} + - first: {x: -9, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -35, z: 0} + - first: {x: -8, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -35, z: 0} + - first: {x: -7, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -35, z: 0} + - first: {x: -6, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -617,7 +697,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -35, z: 0} + - first: {x: -5, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -627,7 +707,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -35, z: 0} + - first: {x: -4, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -637,37 +717,37 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -35, z: 0} + - first: {x: -3, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -35, z: 0} + - first: {x: -2, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -35, z: 0} + - first: {x: -1, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -35, z: 0} + - first: {x: 0, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -677,7 +757,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -35, z: 0} + - first: {x: 1, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -687,7 +767,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -35, z: 0} + - first: {x: 2, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -697,87 +777,5297 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -35, z: 0} + - first: {x: 3, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -35, z: 0} + - first: {x: 4, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -34, z: 0} + - first: {x: 5, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -34, z: 0} + - first: {x: 6, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -34, z: 0} + - first: {x: 7, y: -39, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -34, z: 0} + - first: {x: -29, y: -38, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -38, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -37, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -36, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -35, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - first: {x: -9, y: -34, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -34, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -33, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -32, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -31, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 8 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 13 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 9 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 14 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 10 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 0 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 2 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -5, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 0 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -4, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 4 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -3, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -2, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -1, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 0, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 1, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 2, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 3, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 4, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 5, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 6, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: 7, y: -22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 15 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -29, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 12 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -28, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -27, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -26, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -25, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -24, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -23, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -22, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -21, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -20, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -19, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -18, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -17, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -16, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -15, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -14, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -13, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -11, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -10, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 5 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -9, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 6 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -8, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -7, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 1 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -6, y: -21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 1 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -34, z: 0} + - first: {x: -5, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 4 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -34, z: 0} + - first: {x: -4, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -787,7 +6077,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -34, z: 0} + - first: {x: -3, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -797,7 +6087,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -34, z: 0} + - first: {x: -2, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -807,7 +6097,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -34, z: 0} + - first: {x: -1, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -817,7 +6107,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -34, z: 0} + - first: {x: 0, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -827,7 +6117,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -34, z: 0} + - first: {x: 1, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -837,47 +6127,47 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -34, z: 0} + - first: {x: 2, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -33, z: 0} + - first: {x: 3, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -33, z: 0} + - first: {x: 4, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -33, z: 0} + - first: {x: 5, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -33, z: 0} + - first: {x: 6, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -887,27 +6177,27 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -33, z: 0} + - first: {x: 7, y: -21, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -33, z: 0} + - first: {x: -29, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -33, z: 0} + - first: {x: -28, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -917,7 +6207,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -33, z: 0} + - first: {x: -27, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -927,7 +6217,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -33, z: 0} + - first: {x: -26, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -937,7 +6227,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -33, z: 0} + - first: {x: -25, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -947,47 +6237,47 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -33, z: 0} + - first: {x: -24, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -32, z: 0} + - first: {x: -23, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -32, z: 0} + - first: {x: -22, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -32, z: 0} + - first: {x: -21, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -32, z: 0} + - first: {x: -20, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -997,7 +6287,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -32, z: 0} + - first: {x: -19, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1007,7 +6297,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -32, z: 0} + - first: {x: -18, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1017,7 +6307,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -32, z: 0} + - first: {x: -17, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1027,7 +6317,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -32, z: 0} + - first: {x: -16, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1037,7 +6327,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -32, z: 0} + - first: {x: -15, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1047,7 +6337,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -32, z: 0} + - first: {x: -14, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1057,67 +6347,67 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -32, z: 0} + - first: {x: -13, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -31, z: 0} + - first: {x: -12, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -31, z: 0} + - first: {x: -11, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -31, z: 0} + - first: {x: -10, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -31, z: 0} + - first: {x: -9, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -31, z: 0} + - first: {x: -8, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -31, z: 0} + - first: {x: -7, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1127,7 +6417,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -31, z: 0} + - first: {x: -6, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1137,7 +6427,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -31, z: 0} + - first: {x: -5, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1147,7 +6437,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -31, z: 0} + - first: {x: -4, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1157,7 +6447,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -31, z: 0} + - first: {x: -3, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1167,7 +6457,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -31, z: 0} + - first: {x: -2, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1177,7 +6467,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -31, z: 0} + - first: {x: -1, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1187,97 +6477,97 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -31, z: 0} + - first: {x: 0, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -22, y: -30, z: 0} + - first: {x: 1, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -21, y: -30, z: 0} + - first: {x: 2, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -30, z: 0} + - first: {x: 3, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -30, z: 0} + - first: {x: 4, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -30, z: 0} + - first: {x: 5, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -30, z: 0} + - first: {x: 6, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -30, z: 0} + - first: {x: 7, y: -20, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -30, z: 0} + - first: {x: -29, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 5 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -30, z: 0} + - first: {x: -28, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1287,7 +6577,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -30, z: 0} + - first: {x: -27, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1297,7 +6587,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -30, z: 0} + - first: {x: -26, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1307,7 +6597,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -30, z: 0} + - first: {x: -25, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1317,7 +6607,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -30, z: 0} + - first: {x: -24, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1327,67 +6617,67 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -30, z: 0} + - first: {x: -23, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -20, y: -29, z: 0} + - first: {x: -22, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -29, z: 0} + - first: {x: -21, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -29, z: 0} + - first: {x: -20, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -29, z: 0} + - first: {x: -19, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -29, z: 0} + - first: {x: -18, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -29, z: 0} + - first: {x: -17, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1397,7 +6687,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -29, z: 0} + - first: {x: -16, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1407,7 +6697,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -29, z: 0} + - first: {x: -15, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1417,7 +6707,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -29, z: 0} + - first: {x: -14, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1427,7 +6717,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -29, z: 0} + - first: {x: -13, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1437,7 +6727,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -29, z: 0} + - first: {x: -12, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1447,77 +6737,77 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -29, z: 0} + - first: {x: -11, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -29, z: 0} + - first: {x: -10, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -28, z: 0} + - first: {x: -9, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -28, z: 0} + - first: {x: -8, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -28, z: 0} + - first: {x: -7, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -28, z: 0} + - first: {x: -6, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -28, z: 0} + - first: {x: -5, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -28, z: 0} + - first: {x: -4, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1527,7 +6817,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -28, z: 0} + - first: {x: -3, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1537,7 +6827,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -28, z: 0} + - first: {x: -2, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1547,7 +6837,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -28, z: 0} + - first: {x: -1, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1557,7 +6847,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -28, z: 0} + - first: {x: 0, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1567,7 +6857,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -28, z: 0} + - first: {x: 1, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1577,77 +6867,77 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -28, z: 0} + - first: {x: 2, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -27, z: 0} + - first: {x: 3, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -27, z: 0} + - first: {x: 4, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -27, z: 0} + - first: {x: 5, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -27, z: 0} + - first: {x: 6, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -27, z: 0} + - first: {x: 7, y: -19, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -27, z: 0} + - first: {x: -29, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 12 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -27, z: 0} + - first: {x: -28, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1657,7 +6947,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -27, z: 0} + - first: {x: -27, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1667,7 +6957,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -27, z: 0} + - first: {x: -26, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1677,7 +6967,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -27, z: 0} + - first: {x: -25, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1687,67 +6977,67 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -27, z: 0} + - first: {x: -24, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -26, z: 0} + - first: {x: -23, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -26, z: 0} + - first: {x: -22, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -26, z: 0} + - first: {x: -21, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -26, z: 0} + - first: {x: -20, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -26, z: 0} + - first: {x: -19, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -26, z: 0} + - first: {x: -18, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1757,7 +7047,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -26, z: 0} + - first: {x: -17, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1767,57 +7057,57 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -26, z: 0} + - first: {x: -16, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -25, z: 0} + - first: {x: -15, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -25, z: 0} + - first: {x: -14, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -25, z: 0} + - first: {x: -13, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -25, z: 0} + - first: {x: -12, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -25, z: 0} + - first: {x: -11, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1827,57 +7117,57 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -25, z: 0} + - first: {x: -10, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -24, z: 0} + - first: {x: -9, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -24, z: 0} + - first: {x: -8, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -24, z: 0} + - first: {x: -7, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -24, z: 0} + - first: {x: -6, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -24, z: 0} + - first: {x: -5, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1887,27 +7177,27 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -24, z: 0} + - first: {x: -4, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -23, z: 0} + - first: {x: -3, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 12 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -23, z: 0} + - first: {x: -2, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1917,67 +7207,67 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -23, z: 0} + - first: {x: -1, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -16, y: -23, z: 0} + - first: {x: 0, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -23, z: 0} + - first: {x: 1, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -23, z: 0} + - first: {x: 2, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -23, z: 0} + - first: {x: 3, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -23, z: 0} + - first: {x: 4, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -23, z: 0} + - first: {x: 5, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -1987,37 +7277,37 @@ Tilemap: m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -23, z: 0} + - first: {x: 6, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 15 + m_TileObjectToInstantiateIndex: 5 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -19, y: -22, z: 0} + - first: {x: 7, y: -18, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 15 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -18, y: -22, z: 0} + - first: {x: -29, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 9 + m_TileObjectToInstantiateIndex: 14 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -17, y: -22, z: 0} + - first: {x: -28, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2027,117 +7317,117 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -16, y: -22, z: 0} + - first: {x: -27, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -22, z: 0} + - first: {x: -26, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -14, y: -22, z: 0} + - first: {x: -25, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -13, y: -22, z: 0} + - first: {x: -24, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -22, z: 0} + - first: {x: -23, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -22, z: 0} + - first: {x: -22, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -22, z: 0} + - first: {x: -21, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -22, z: 0} + - first: {x: -20, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 2 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -22, z: 0} + - first: {x: -19, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 0 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -22, z: 0} + - first: {x: -18, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -22, z: 0} + - first: {x: -17, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -2, y: -22, z: 0} + - first: {x: -16, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2147,7 +7437,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -1, y: -22, z: 0} + - first: {x: -15, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2157,27 +7447,27 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: 0, y: -22, z: 0} + - first: {x: -14, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -16, y: -21, z: 0} + - first: {x: -13, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -15, y: -21, z: 0} + - first: {x: -12, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2187,7 +7477,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -14, y: -21, z: 0} + - first: {x: -11, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2197,7 +7487,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -13, y: -21, z: 0} + - first: {x: -10, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2207,7 +7497,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -12, y: -21, z: 0} + - first: {x: -9, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2217,7 +7507,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -11, y: -21, z: 0} + - first: {x: -8, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2227,97 +7517,97 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -21, z: 0} + - first: {x: -7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 10 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -21, z: 0} + - first: {x: -6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 6 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -21, z: 0} + - first: {x: -5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -21, z: 0} + - first: {x: -4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -21, z: 0} + - first: {x: -3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 1 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -21, z: 0} + - first: {x: -2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 4 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -21, z: 0} + - first: {x: -1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 8 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -3, y: -21, z: 0} + - first: {x: 0, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 13 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -10, y: -20, z: 0} + - first: {x: 1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 - m_TileObjectToInstantiateIndex: 14 + m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -9, y: -20, z: 0} + - first: {x: 2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2327,7 +7617,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -8, y: -20, z: 0} + - first: {x: 3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2337,7 +7627,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -7, y: -20, z: 0} + - first: {x: 4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2347,7 +7637,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -6, y: -20, z: 0} + - first: {x: 5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2357,7 +7647,7 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -5, y: -20, z: 0} + - first: {x: 6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 @@ -2367,11 +7657,11 @@ Tilemap: m_TileObjectToInstantiateIndex: 9 dummyAlignment: 0 m_AllTileFlags: 2 - - first: {x: -4, y: -20, z: 0} + - first: {x: 7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 13 @@ -2381,7 +7671,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 16 @@ -2391,7 +7681,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 17 @@ -2401,7 +7691,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 1 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 17 @@ -2411,7 +7701,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 3 @@ -2421,7 +7711,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 7 @@ -2431,7 +7721,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 3 @@ -2441,7 +7731,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 17 @@ -2451,7 +7741,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 18 @@ -2461,7 +7751,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 18 @@ -2471,7 +7761,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 18 @@ -2481,7 +7771,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 1 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 17 @@ -2491,7 +7781,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 7 @@ -2501,7 +7791,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 7 @@ -2511,7 +7801,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 0 @@ -2521,7 +7811,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 11 @@ -2541,7 +7831,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 11 @@ -2561,7 +7851,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 2 @@ -2571,7 +7861,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 3 @@ -2591,7 +7881,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 8 @@ -2621,7 +7911,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 10 @@ -2641,7 +7931,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 7 @@ -2651,7 +7941,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 0 @@ -2671,7 +7961,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 4 @@ -2711,7 +8001,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 0 @@ -2721,7 +8011,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 11 @@ -2731,7 +8021,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 2 @@ -2741,7 +8031,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 14 @@ -2761,7 +8051,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 10 @@ -2841,7 +8131,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 6 @@ -2871,7 +8161,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 4 @@ -2891,7 +8181,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 14 @@ -2911,7 +8201,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 13 @@ -2921,7 +8211,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 14 @@ -2941,7 +8231,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 10 @@ -2951,7 +8241,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 8 @@ -2971,7 +8261,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 13 @@ -2981,7 +8271,7 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 14 @@ -2991,22 +8281,41 @@ Tilemap: second: serializedVersion: 2 m_TileIndex: 0 - m_TileSpriteIndex: 0 + m_TileSpriteIndex: 4294967295 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 13 dummyAlignment: 0 m_AllTileFlags: 2 + - first: {x: -18, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 + - first: {x: -12, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 4294967295 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 16 + dummyAlignment: 0 + m_AllTileFlags: 2 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 291 + - m_RefCount: 822 m_Data: {fileID: 11400000, guid: 4baf3e9566c9d4c3aa58267b57261acf, type: 2} m_TileSpriteArray: - - m_RefCount: 114 - m_Data: {fileID: -2860982009417361707, guid: 4e794009527fa49a7a0e11880aaa3a50, - type: 3} + - m_RefCount: 0 + m_Data: {fileID: 0} m_TileMatrixArray: - - m_RefCount: 289 + - m_RefCount: 820 m_Data: e00: 1 e01: 0 @@ -3042,55 +8351,91 @@ Tilemap: e31: 0 e32: 0 e33: 1 + - m_RefCount: 0 + m_Data: + e00: 1 + e01: -0 + e02: 0 + e03: 0 + e10: 0 + e11: -1 + e12: 0 + e13: 0 + e20: 0 + e21: -0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + - m_RefCount: 0 + m_Data: + e00: 0.000000059604645 + e01: 0.99999994 + e02: 0 + e03: 0 + e10: -0.99999994 + e11: 0.000000059604645 + e12: -0 + e13: 0 + e20: -0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 m_TileColorArray: - - m_RefCount: 291 + - m_RefCount: 822 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: - - m_RefCount: 9 + - m_RefCount: 6 m_Data: {fileID: 2715128023087992215, guid: 3c502f419e330486f800e0588463fb98, type: 3} - - m_RefCount: 29 + - m_RefCount: 51 m_Data: {fileID: 804906806462723776, guid: 534f1e6021587442a9b34ccebc7774ed, type: 3} - - m_RefCount: 13 + - m_RefCount: 9 m_Data: {fileID: 2715128023087992215, guid: 902d4a9a88eff44bca7959bb8b2acdc2, type: 3} - - m_RefCount: 5 + - m_RefCount: 3 m_Data: {fileID: 8233481800096184305, guid: 1bf4e64cd70964b77af781c0a7de4c9c, type: 3} - - m_RefCount: 8 + - m_RefCount: 5 m_Data: {fileID: 6745226722579863149, guid: 2f98cd67cb54342ef8cb921e383706ce, type: 3} - - m_RefCount: 72 + - m_RefCount: 571 m_Data: {fileID: 6574902607274433330, guid: b9eff07f2d3ab485c93a95cd5f597957, type: 3} - - m_RefCount: 12 + - m_RefCount: 8 m_Data: {fileID: 6745226722579863149, guid: f42ef66b5f3ec48a895a128eed7a950e, type: 3} - - m_RefCount: 6 + - m_RefCount: 4 m_Data: {fileID: 8233481800096184305, guid: ef9c705a0d1af4322acb17b05a7d54b9, type: 3} - - m_RefCount: 8 + - m_RefCount: 5 m_Data: {fileID: 6745226722579863149, guid: 497c3d04a3a23429a815495377f8f641, type: 3} - - m_RefCount: 31 + - m_RefCount: 51 m_Data: {fileID: 804906806462723776, guid: a71a592181633435b8f6bd27de65b23b, type: 3} - - m_RefCount: 15 + - m_RefCount: 11 m_Data: {fileID: 6745226722579863149, guid: 8fd87be2631db4b868c4a3d073ed1d0c, type: 3} - - m_RefCount: 5 + - m_RefCount: 3 m_Data: {fileID: 5287334994973151369, guid: 6e0ed67442edd4d1abba8dc86da06ece, type: 3} - - m_RefCount: 21 + - m_RefCount: 32 m_Data: {fileID: 804906806462723776, guid: a109c880fb15d4783aa39b2463bb2a6f, type: 3} - - m_RefCount: 9 + - m_RefCount: 6 m_Data: {fileID: 2715128023087992215, guid: c966b1ac05b324f7d8d6a3698186376c, type: 3} - - m_RefCount: 16 + - m_RefCount: 12 m_Data: {fileID: 2715128023087992215, guid: 439cf7ada71a9427a8fd01e29360ecdb, type: 3} - - m_RefCount: 24 + - m_RefCount: 35 m_Data: {fileID: 804906806462723776, guid: 3e937bf6d21fc417190055991c96643a, type: 3} - - m_RefCount: 1 + - m_RefCount: 3 m_Data: {fileID: 3661272423897928857, guid: 7b04916583e38407494cfa17b9683bad, type: 3} - m_RefCount: 4 @@ -3099,10 +8444,12 @@ Tilemap: - m_RefCount: 3 m_Data: {fileID: 3251317057576711351, guid: df441313164664e419deb0f1eff7d7ee, type: 3} + - m_RefCount: 0 + m_Data: {fileID: 0} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: -22, y: -38, z: 0} - m_Size: {x: 23, y: 39, z: 1} + m_Origin: {x: -29, y: -40, z: 0} + m_Size: {x: 37, y: 41, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: @@ -3171,7 +8518,7 @@ TilemapRenderer: m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 ---- !u!114 &3490281584689807277 +--- !u!114 &5925606910550063210 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} diff --git a/Assets/Scenes/TestStylizedWater2.unity b/Assets/Scenes/TestStylizedWater2.unity index a82a7d70..7b56f137 100644 --- a/Assets/Scenes/TestStylizedWater2.unity +++ b/Assets/Scenes/TestStylizedWater2.unity @@ -1288,6 +1288,7 @@ GameObject: - component: {fileID: 1802763670} - component: {fileID: 1802763669} - component: {fileID: 1802763668} + - component: {fileID: 1802763671} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera @@ -1326,11 +1327,11 @@ Camera: y: 0 width: 1 height: 1 - near clip plane: 0.3 + near clip plane: 1.01 far clip plane: 1000 field of view: 60 - orthographic: 0 - orthographic size: 5 + orthographic: 1 + orthographic size: 6.73 m_Depth: -1 m_CullingMask: serializedVersion: 2 @@ -1353,14 +1354,47 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1802763667} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalRotation: {x: 0.2992301, y: -0.008587599, z: 0.0026931725, w: 0.9541385} + m_LocalPosition: {x: -10.286086, y: 6.354622, z: -37.617165} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1802763671 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1802763667} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 --- !u!1 &1893780414 GameObject: m_ObjectHideFlags: 0 @@ -1525,6 +1559,741 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.size + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileSpriteArray.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileSpriteArray.Array.data[0].m_Data + value: + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.size + value: 20 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[0].m_RefCount + value: 820 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e00 + value: 0.000000059604645 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e01 + value: 0.99999994 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e02 + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e10 + value: -0.99999994 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e11 + value: 0.000000059604645 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e12 + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e20 + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e21 + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e22 + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_Data.e33 + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileMatrixArray.Array.data[2].m_RefCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileSpriteArray.Array.data[0].m_RefCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[0].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[3].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[4].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[5].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[6].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[14].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[17].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[19].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[20].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[21].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[22].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[23].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[24].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[29].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[36].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[37].second.m_TileMatrixIndex + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[37].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[38].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[39].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[41].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[43].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[45].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[46].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[47].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[51].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[55].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[57].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[61].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[62].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[65].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[67].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[99].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[101].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[111].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[113].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[114].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[115].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[125].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[126].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[128].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[129].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[136].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[137].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[139].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[140].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[141].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[142].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[151].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[152].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[153].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[155].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[163].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[165].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[171].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[172].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[176].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[177].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[183].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[185].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[186].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[188].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[191].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[194].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[195].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[201].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[202].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[203].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[204].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[207].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[208].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[214].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[215].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[219].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[220].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[221].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[222].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[228].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[229].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[230].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[231].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[232].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[233].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[234].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[235].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[236].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[237].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[238].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[239].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[240].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[241].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[242].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[243].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[245].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[247].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[248].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[250].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[253].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[255].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[256].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[258].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[262].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[263].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[264].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[265].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[267].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[275].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[278].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[280].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[282].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[283].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[285].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[286].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[288].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[289].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[290].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[721].second.m_TileSpriteIndex + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[734].second.m_TileMatrixIndex + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[19].m_Data + value: + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[0].m_RefCount + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[1].m_RefCount + value: 51 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[3].m_RefCount + value: 32 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[7].m_RefCount + value: 51 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[10].m_RefCount + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[18].m_RefCount + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_TileObjectToInstantiateArray.Array.data[19].m_RefCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[0].second.m_TileObjectToInstantiateIndex + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[1].second.m_TileObjectToInstantiateIndex + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[37].second.m_TileObjectToInstantiateIndex + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[721].second.m_TileObjectToInstantiateIndex + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 2377329782553167490, guid: 8e16803bd65024fda882c58c89fe05ba, + type: 3} + propertyPath: m_Tiles.Array.data[734].second.m_TileObjectToInstantiateIndex + value: 7 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 8e16803bd65024fda882c58c89fe05ba, type: 3} --- !u!1 &1950110954 From a675f6970fafc7dd0ab6196b285f543627ed9286 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Sun, 23 Apr 2023 09:47:15 -0400 Subject: [PATCH 19/19] Update readme --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 892fcb68..ef3d0ffe 100644 --- a/Readme.md +++ b/Readme.md @@ -150,6 +150,7 @@ I wrote a [blog post on LinkedIn](https://www.linkedin.com/pulse/why-you-should- | Add `Stylized Water 2` to dependencies | https://github.com/nucleartide/Breadforge/pull/61 | | Add `Stylized Water 2` test scene | https://github.com/nucleartide/Breadforge/pull/62 | | Replace water tiles with Stylized Water 2 | https://github.com/nucleartide/Breadforge/pull/63 | +| Add ground rule tile + tile palette + example scene | https://github.com/nucleartide/Breadforge/pull/64 | | *This is currently being worked on. Check back soon for updates!* | |