2
0
Эх сурвалжийг харах

Initial population of assets

Signed-off-by: Mike Chang <[email protected]>
Mike Chang 2 жил өмнө
parent
commit
35c3deccb1
100 өөрчлөгдсөн 11495 нэмэгдсэн , 38 устгасан
  1. 24 14
      .gitignore
  2. 27 0
      Assets/Collectible.material
  3. 3 0
      Assets/Models/PC/Android.fbx
  4. 3 0
      Assets/Models/PC/AndroidAnim.emfxworkspace
  5. 3 0
      Assets/Models/PC/AndroidLocomotion.animgraph
  6. 3 0
      Assets/Models/PC/AndroidStandard.motionset
  7. 3 0
      Assets/Models/PC/Android_Idle.fbx
  8. 3 0
      Assets/Models/PC/Android_Jump.fbx
  9. 3 0
      Assets/Models/PC/Android_Jump_NO_Movement.fbx
  10. 3 0
      Assets/Models/PC/Android_Run.fbx
  11. 3 0
      Assets/Models/PC/Android_Walk.fbx
  12. 3 0
      Assets/Models/PC/Textures/Android_Base_color_DGreen_01.jpg
  13. 3 0
      Assets/Models/PC/Textures/Android_Base_color_Violet_01.jpg
  14. 3 0
      Assets/Models/PC/Textures/Android_Base_color_White_01.jpg
  15. 13 0
      Assets/Models/PC/Textures/Android_MTRL.material
  16. 3 0
      Assets/Models/PC/Textures/Android_Metallic.jpg
  17. 3 0
      Assets/Models/PC/Textures/Android_Mixed_AO.jpg
  18. 3 0
      Assets/Models/PC/Textures/Android_Normal.jpg
  19. 3 0
      Assets/Models/PC/Textures/Android_Normal_OpenGL.jpg
  20. 3 0
      Assets/Models/PC/Textures/Android_Roughness.jpg
  21. 158 0
      Assets/Physics/SurfaceTypeMaterialLibrary.physmaterial
  22. 123 0
      Assets/PlayerControls.inputbindings
  23. 19 0
      Assets/Sphere.material
  24. 25 0
      Assets/StepPad.material
  25. 11 0
      CMakeLists.txt
  26. 6 0
      Config/default_aws_resource_mappings.json
  27. 11 0
      Config/shader_global_build_options.json
  28. 69 0
      Gem/CMakeLists.txt
  29. 31 0
      Gem/Include/ThirdPersonTemplate/ThirdPersonTemplateBus.h
  30. 2 0
      Gem/Platform/Android/PAL_android.cmake
  31. 11 0
      Gem/Platform/Android/thirdpersontemplate_android_files.cmake
  32. 10 0
      Gem/Platform/Android/thirdpersontemplate_shared_android_files.cmake
  33. 2 0
      Gem/Platform/Linux/PAL_linux.cmake
  34. 11 0
      Gem/Platform/Linux/thirdpersontemplate_linux_files.cmake
  35. 10 0
      Gem/Platform/Linux/thirdpersontemplate_shared_linux_files.cmake
  36. 2 0
      Gem/Platform/Mac/PAL_mac.cmake
  37. 12 0
      Gem/Platform/Mac/thirdpersontemplate_mac_files.cmake
  38. 11 0
      Gem/Platform/Mac/thirdpersontemplate_shared_mac_files.cmake
  39. 2 0
      Gem/Platform/Windows/PAL_windows.cmake
  40. 10 0
      Gem/Platform/Windows/thirdpersontemplate_shared_windows_files.cmake
  41. 11 0
      Gem/Platform/Windows/thirdpersontemplate_windows_files.cmake
  42. 2 0
      Gem/Platform/iOS/PAL_ios.cmake
  43. 12 0
      Gem/Platform/iOS/thirdpersontemplate_ios_files.cmake
  44. 10 0
      Gem/Platform/iOS/thirdpersontemplate_shared_ios_files.cmake
  45. 18 0
      Gem/Registry/assetprocessor_settings.setreg
  46. 37 0
      Gem/Source/ThirdPersonTemplateModule.cpp
  47. 76 0
      Gem/Source/ThirdPersonTemplateSystemComponent.cpp
  48. 40 0
      Gem/Source/ThirdPersonTemplateSystemComponent.h
  49. 27 0
      Gem/enabled_gems.cmake
  50. 21 0
      Gem/gem.json
  51. 7 0
      Gem/thirdpersontemplate_files.cmake
  52. 4 0
      Gem/thirdpersontemplate_shared_files.cmake
  53. 5 5
      LICENSE-APACHE2.txt
  54. 0 0
      LICENSE-MIT.txt
  55. 9 19
      LICENSE.txt
  56. 9313 0
      Levels/Main/Main.prefab
  57. 12 0
      Levels/Main/tags.txt
  58. 8 0
      Platform/Android/android_project.cmake
  59. 9 0
      Platform/Android/android_project.json
  60. 8 0
      Platform/Linux/linux_project.cmake
  61. 3 0
      Platform/Linux/linux_project.json
  62. 8 0
      Platform/Mac/mac_project.cmake
  63. 3 0
      Platform/Mac/mac_project.json
  64. 8 0
      Platform/Windows/windows_project.cmake
  65. 3 0
      Platform/Windows/windows_project.json
  66. 8 0
      Platform/iOS/ios_project.cmake
  67. 3 0
      Platform/iOS/ios_project.json
  68. 189 0
      Prefabs/Android_Prefab.prefab
  69. 224 0
      Prefabs/Collectible.prefab
  70. 149 0
      Prefabs/android.prefab
  71. 16 0
      README.md
  72. 23 0
      Registry/assetprocessor_settings.setreg
  73. 10 0
      Registry/awscoreconfiguration.setreg
  74. 11 0
      Registry/physxdebugconfiguration.setreg
  75. 9 0
      Registry/physxdefaultsceneconfiguration.setreg
  76. 105 0
      Registry/physxsystemconfiguration.setreg
  77. 3 0
      Resources/GameSDK.ico
  78. 3 0
      Resources/LegacyLogoLauncher.bmp
  79. 6 0
      Resources/Platform/Mac/Images.xcassets/Contents.json
  80. 68 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/Contents.json
  81. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128.png
  82. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128_2x.png
  83. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_16.png
  84. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_16_2x.png
  85. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256.png
  86. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256_2x.png
  87. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_32.png
  88. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_32_2x.png
  89. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_512.png
  90. 3 0
      Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_512_2x.png
  91. 24 0
      Resources/Platform/Mac/Info.plist
  92. 6 0
      Resources/Platform/iOS/Images.xcassets/Contents.json
  93. 169 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/Contents.json
  94. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png
  95. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png
  96. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png
  97. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png
  98. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png
  99. 3 0
      Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png
  100. 116 0
      Resources/Platform/iOS/Images.xcassets/TestDPAppIcon.appiconset/Contents.json

+ 24 - 14
.gitignore

@@ -1,23 +1,33 @@
+[Bb]uild/
+[Cc]ache/
+[Uu]ser_test*/
+
+# ignore certain file extensions
+*.bak
+*.bak0
+*.pdb
+*.pyc
+*.swatches
+*.swp
+*.un~
+*.xz
+*.log
+
+# ignore general local folders
+__pycache__
 .idea/
+.mayaSwatches/
 .vs/
 .vscode/
-__pycache__
-/[Bb]uild
-[Oo]ut/**
-CMakeUserPresets.json
-[Cc]ache/
-/[Ii]nstall/
 **/*egg-info/**
 **/*egg-link
-**/[Rr]estricted
 [Uu]ser/
-FrameCapture/**
 .DS_Store
-user*.cfg
-client*.cfg
-server*.cfg
-.mayaSwatches/
 _savebackup/
-*.swatches
-/imgui.ini
 
+
+# ignore specific files
+imgui.ini
+user*.cfg
+client*.cfg
+server*.cfg

+ 27 - 0
Assets/Collectible.material

@@ -0,0 +1,27 @@
+{
+    "materialType": "Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.color": [
+            0.13170062005519867,
+            0.8231326937675476,
+            0.442847341299057,
+            1.0
+        ],
+        "clearCoat.enable": true,
+        "emissive.color": [
+            0.35924315452575684,
+            0.6258487701416016,
+            0.03337148204445839,
+            1.0
+        ],
+        "emissive.enable": true,
+        "emissive.intensity": -1.159999966621399,
+        "general.doubleSided": true,
+        "irradiance.irradianceColorSource": "BaseColor",
+        "metallic.factor": 0.18000000715255737,
+        "opacity.factor": 0.47999998927116394,
+        "opacity.mode": "TintedTransparent",
+        "specularF0.factor": 0.33000001311302185
+    }
+}

+ 3 - 0
Assets/Models/PC/Android.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ef0a14c7e7dbfbb6a3bac6f90b4426f8ab27407130d43e4d2d0856d70193faf
+size 512080

+ 3 - 0
Assets/Models/PC/AndroidAnim.emfxworkspace

@@ -0,0 +1,3 @@
+[General]
+version=1
+startScript="ImportActor -filename \"assets/models/pc/android_walk.actor\"\nCreateActorInstance -actorID %LASTRESULT% -xPos 0.000000 -yPos 0.000000 -zPos 0.000000 -xScale 1.000000 -yScale 1.000000 -zScale 1.000000 -rot 0.00000000,0.00000000,0.00000000,1.00000000\nLoadMotionSet -filename \"@products@/Assets/Models/PC/AndroidStandard.motionset\"\nLoadAnimGraph -filename \"@products@/Assets/Models/PC/AndroidLocomotion.animgraph\"\nActivateAnimGraph -actorInstanceID -1 -animGraphID %LASTRESULT1% -motionSetID %LASTRESULT2% -visualizeScale 1.000000\n"

+ 3 - 0
Assets/Models/PC/AndroidLocomotion.animgraph

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c30aef626beee2c7e8d3ef431316c457a8a53fbf20413263fe759168fc798edd
+size 68013

+ 3 - 0
Assets/Models/PC/AndroidStandard.motionset

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e0360c014811a3e843ac44425ec8ffd8299be506f05f4c5b18f0a92dc9622d7
+size 4419

+ 3 - 0
Assets/Models/PC/Android_Idle.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c0b6964bb0ed74597edc19da8b523a0f4aa784818fc9e530f028635507ba5696
+size 744288

+ 3 - 0
Assets/Models/PC/Android_Jump.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fab126317761beca16680d640514d167c2b35eecacd40bf3990cdd842cfb5a2a
+size 781280

+ 3 - 0
Assets/Models/PC/Android_Jump_NO_Movement.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3d8af2ecddda0425f4d5b2d6ad0ae7931e629a7429b76c8a81227d12a0cd1f9f
+size 801168

+ 3 - 0
Assets/Models/PC/Android_Run.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0485632dd3a3b11630543a215746c21e0d8e4f9c9c71c4c99974dd4f0dec1ab8
+size 719632

+ 3 - 0
Assets/Models/PC/Android_Walk.fbx

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb0941261eba2f652750d5c133584b9374dd81d87b31c923102001b944b37661
+size 759168

+ 3 - 0
Assets/Models/PC/Textures/Android_Base_color_DGreen_01.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c2b304e792833c727d2457c8aa6a2d98e50d18d180bebfbe9c47fb907536df28
+size 280092

+ 3 - 0
Assets/Models/PC/Textures/Android_Base_color_Violet_01.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f1ad96fadb5557f8965903942da0ba22c7cdae85497add46416435a934fb675a
+size 367276

+ 3 - 0
Assets/Models/PC/Textures/Android_Base_color_White_01.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37943ab401d5f3d484216d9b66f7f0b5ff515293c42f18f8ddeede1650dfc29e
+size 441435

+ 13 - 0
Assets/Models/PC/Textures/Android_MTRL.material

@@ -0,0 +1,13 @@
+{
+    "materialType": "Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 4,
+    "propertyValues": {
+        "baseColor.textureMap": "Assets/Models/PC/Textures/Android_Base_color_Violet_01.jpg",
+        "metallic.textureMap": "Assets/Models/PC/Textures/Android_Metallic.jpg",
+        "normal.factor": 0.9599999785423279,
+        "normal.flipX": true,
+        "normal.textureMap": "Assets/Models/PC/Textures/Android_Normal.jpg",
+        "normal.textureMapUv": "Unwrapped",
+        "roughness.textureMap": "Assets/Models/PC/Textures/Android_Roughness.jpg"
+    }
+}

+ 3 - 0
Assets/Models/PC/Textures/Android_Metallic.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7a17800bf2dcfbc06298673ff09ad2a35ef1cf65fa4ae2bee92d7170943d899b
+size 54894

+ 3 - 0
Assets/Models/PC/Textures/Android_Mixed_AO.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2faf6ff26fd43c94f8c79f66d4901277eba382ea010178f62797991b105fbfdf
+size 667245

+ 3 - 0
Assets/Models/PC/Textures/Android_Normal.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e636bcf59e9ad3dc607b7baecd3daf0374cb38e5283e405130f2c1254baa805d
+size 767382

+ 3 - 0
Assets/Models/PC/Textures/Android_Normal_OpenGL.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d72e840a3f67af31f4b7a5fc0f46bddac5d48fb2e7c0db30472b3bdf52b0bd9f
+size 1066609

+ 3 - 0
Assets/Models/PC/Textures/Android_Roughness.jpg

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c60c92a0a5c38a626da672796cfa7324fe872db3bd7473628f6e0222cc8513e3
+size 50240

+ 158 - 0
Assets/Physics/SurfaceTypeMaterialLibrary.physmaterial

@@ -0,0 +1,158 @@
+<ObjectStream version="3">
+	<Class name="Physics::MaterialLibraryAsset" version="2" type="{9E366D8C-33BB-4825-9A1F-FA3ADBE11D0F}">
+		<Class name="AssetData" field="BaseClass1" version="1" type="{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}"/>
+		<Class name="AZStd::vector" field="Properties" type="{A8E59F8C-2F9A-525A-B549-A9E197EB9632}">
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Character" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.7000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.8000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.3000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="2" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="985.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.9183642 0.6973526 0.4447700 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{FDECD8B6-5BAF-42CB-AEFE-C66E1E1CF557}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Concrete" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.8000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.9000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.3800000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="2400.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.5918365 0.4927596 0.3795224 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{A9CACCFF-E0D2-4149-8891-E92319229B2D}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Glass" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.4000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.5000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.7000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="2500.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.4825971 0.8975662 0.9523766 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{FD59CBE9-D1C4-4119-81CB-CD7AD72FC295}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Metal" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.4200000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.7800000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.4000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="8050.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.2312963 0.2312963 0.2312963 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{76CDC778-ACA9-449F-BFD7-C361F89F3207}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Plastic" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.3500000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.3000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.6900000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="900.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.9394675 1.0000000 0.2735485 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{E2FFB000-D15B-4760-A819-9E490D1D3741}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Rubber" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.8500000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="1200.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.1088426 0.1088426 0.1088426 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{8C7A6011-61C2-46B7-9BF4-8D4DD2A624F1}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Terrain_Dirt" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.4000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.4000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.3000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="1600.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.3333333 0.2619974 0.1973144 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{303C5A49-22F2-45A8-B24C-9F2C3CA13402}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Terrain_Grass" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.2500000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.3500000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.2000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="1400.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="0.1483177 0.5986419 0.1073777 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{53733840-A095-40C4-B653-C40D233B3BE1}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Vehicle" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.2000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.5000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.3000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="1" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="1" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="140.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="1.0000000 0.0000000 0.0000000 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{4080A6D4-AF4E-41CE-B7C9-7699C07123E7}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+			<Class name="Physics::MaterialFromAssetConfiguration" field="element" version="1" type="{FBD76628-DE57-435E-BE00-6FFAE64DDF1D}">
+				<Class name="Physics::MaterialConfiguration" field="Configuration" version="3" type="{8807CAA1-AD08-4238-8FDB-2154ADD084A1}">
+					<Class name="AZStd::string" field="SurfaceType" value="Wood" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="float" field="DynamicFriction" value="0.5000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="StaticFriction" value="0.6000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="float" field="Restitution" value="0.6000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="unsigned char" field="FrictionCombine" value="3" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="unsigned char" field="RestitutionCombine" value="0" type="{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}"/>
+					<Class name="float" field="Density" value="540.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+					<Class name="Color" field="DebugColor" value="1.0000000 0.7318379 0.3004501 1.0000000" type="{7894072A-9050-4F0F-901B-34B1A0D29417}"/>
+				</Class>
+				<Class name="Physics::MaterialId" field="UID" version="1" type="{744CCE6C-9F69-4E2F-B950-DAB8514F870B}">
+					<Class name="AZ::Uuid" field="MaterialId" value="{6ACE67AA-CB32-41CD-8740-58371CCCD3F3}" type="{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}"/>
+				</Class>
+			</Class>
+		</Class>
+	</Class>
+</ObjectStream>
+

+ 123 - 0
Assets/PlayerControls.inputbindings

@@ -0,0 +1,123 @@
+<ObjectStream version="3">
+	<Class name="InputEventBindingsAsset" type="{25971C7A-26E2-4D08-A146-2EFCC1C36B0C}">
+		<Class name="InputEventBindings" field="Bindings" version="1" type="{14FFD4A8-AE46-4E23-B45B-6A7C4F787A91}">
+			<Class name="AZStd::vector" field="Input Event Groups" type="{E7A38039-E414-5322-B384-210475DA7732}">
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Forward" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_W" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_S" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="-1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Strafe" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_E" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_Q" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="-1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Turn" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_D" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="-1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_alphanumeric_A" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Tilt" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="mouse" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="mouse_delta_y" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.7000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Look" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="mouse" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="mouse_delta_x" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="-1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="RMB" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="mouse" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="mouse_button_right" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Jump" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_edit_space" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+				<Class name="InputEventGroup" field="element" version="1" type="{25143B7E-2FEC-4CC5-92FE-270B67E79734}">
+					<Class name="AZStd::string" field="Event Name" value="Sprint" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+					<Class name="AZStd::vector" field="Event Generators" type="{7B0B6F41-794A-5CFF-8275-91A3137E747D}">
+						<Class name="InputEventMap" field="element" version="2" type="{A14EA0A3-F053-469D-840E-A70002F51384}">
+							<Class name="AZStd::string" field="Input Device Type" value="keyboard" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="AZStd::string" field="Input Name" value="keyboard_key_modifier_shift_l" type="{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}"/>
+							<Class name="float" field="Event Value Multiplier" value="1.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+							<Class name="float" field="Dead Zone" value="0.0000000" type="{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}"/>
+						</Class>
+					</Class>
+					<Class name="bool" field="Exclude From Release" value="false" type="{A0CA880C-AFE4-43CB-926C-59AC48496112}"/>
+				</Class>
+			</Class>
+		</Class>
+	</Class>
+</ObjectStream>
+

+ 19 - 0
Assets/Sphere.material

@@ -0,0 +1,19 @@
+{
+    "materialType": "Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 4,
+    "propertyValues": {
+        "baseColor.color": [
+            0.9195238947868347,
+            0.9455710649490356,
+            0.16389715671539307,
+            1.0
+        ],
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "opacity.factor": 1.0
+    }
+}

+ 25 - 0
Assets/StepPad.material

@@ -0,0 +1,25 @@
+{
+    "materialType": "Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.color": [
+            0.14750896394252777,
+            0.6440222859382629,
+            0.8095216155052185,
+            1.0
+        ],
+        "emissive.color": [
+            0.024490730836987495,
+            0.5510185360908508,
+            0.43694210052490234,
+            1.0
+        ],
+        "emissive.enable": true,
+        "emissive.intensity": 0.1599999964237213,
+        "irradiance.factor": 0.5299999713897705,
+        "irradiance.irradianceColorSource": "BaseColor",
+        "opacity.factor": 0.6399999856948853,
+        "opacity.mode": "Blended",
+        "specularF0.factor": 1.0
+    }
+}

+ 11 - 0
CMakeLists.txt

@@ -0,0 +1,11 @@
+
+if(NOT PROJECT_NAME)
+    cmake_minimum_required(VERSION 3.20)
+    include(cmake/EngineFinder.cmake OPTIONAL)
+    find_package(o3de REQUIRED)
+    project(ThirdPersonTemplate
+        LANGUAGES C CXX
+        VERSION 1.0.0.0
+    )
+    o3de_initialize()
+endif()

+ 6 - 0
Config/default_aws_resource_mappings.json

@@ -0,0 +1,6 @@
+{
+    "AWSResourceMappings": {},
+    "AccountId": "EMPTY",
+    "Region": "us-east-1",
+    "Version": "1.0.0"
+}

+ 11 - 0
Config/shader_global_build_options.json

@@ -0,0 +1,11 @@
+{
+    "Type": "JsonSerialization",
+    "Version": 1,
+    "ClassName": "GlobalBuildOptions",
+    "ClassData": {
+        "ShaderCompilerArguments" : {
+            "DefaultMatrixOrder" : "Row",
+            "AzslcAdditionalFreeArguments" : "--strip-unused-srgs"
+        }
+    }
+}

+ 69 - 0
Gem/CMakeLists.txt

@@ -0,0 +1,69 @@
+
+set(gem_path ${CMAKE_CURRENT_LIST_DIR})
+set(gem_json ${gem_path}/gem.json)
+o3de_restricted_path(${gem_json} gem_restricted_path gem_parent_relative_path)
+
+# Currently we are in the ThirdPersonTemplate/Code folder: ${CMAKE_CURRENT_LIST_DIR}
+# Get the platform specific folder ${pal_dir} for the current folder: ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME}
+# Note: o3de_pal_dir will take care of the details for us, as this may be a restricted platform
+#       in which case it will see if that platform is present here or in the restricted folder.
+#       i.e. It could here : ThirdPersonTemplate/Code/Platform/<platform_name>  or
+#            <restricted_folder>/<platform_name>/ThirdPersonTemplate/Code
+o3de_pal_dir(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME} ${gem_restricted_path} ${gem_path} ${gem_parent_relative_path})
+
+# Now that we have the platform abstraction layer (PAL) folder for this folder, thats where we will find the
+# traits for this platform. Traits for a platform are defines for things like whether or not something in this project
+# is supported by this platform.
+include(${pal_dir}/PAL_${PAL_PLATFORM_NAME_LOWERCASE}.cmake)
+
+# Now that we have loaded our project traits for this platform, see if this project is even supported on this platform.
+# If its not supported we just return after including the unsupported.
+if(NOT PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED)
+    return()
+endif()
+
+# We are on a supported platform, so add the ThirdPersonTemplate target
+# Note: We include the common files and the platform specific files which are set in thirdpersontemplate_files.cmake and
+# in ${pal_dir}/thirdpersontemplate_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
+ly_add_target(
+    NAME ThirdPersonTemplate.Static STATIC
+    NAMESPACE Gem
+    FILES_CMAKE
+        thirdpersontemplate_files.cmake
+        ${pal_dir}/thirdpersontemplate_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
+    INCLUDE_DIRECTORIES
+        PUBLIC
+            Include
+    BUILD_DEPENDENCIES
+        PRIVATE
+            AZ::AzGameFramework
+            Gem::Atom_AtomBridge.Static
+)
+
+ly_add_target(
+    NAME ThirdPersonTemplate ${PAL_TRAIT_MONOLITHIC_DRIVEN_MODULE_TYPE}
+    NAMESPACE Gem
+    FILES_CMAKE
+        thirdpersontemplate_shared_files.cmake
+        ${pal_dir}/thirdpersontemplate_shared_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
+    INCLUDE_DIRECTORIES
+        PUBLIC
+            Include
+    BUILD_DEPENDENCIES
+        PRIVATE
+            Gem::ThirdPersonTemplate.Static
+            AZ::AzCore
+)
+
+# if enabled, ThirdPersonTemplate is used by all kinds of applications
+ly_create_alias(NAME ThirdPersonTemplate.Builders NAMESPACE Gem TARGETS Gem::ThirdPersonTemplate)
+ly_create_alias(NAME ThirdPersonTemplate.Tools    NAMESPACE Gem TARGETS Gem::ThirdPersonTemplate)
+ly_create_alias(NAME ThirdPersonTemplate.Clients  NAMESPACE Gem TARGETS Gem::ThirdPersonTemplate)
+ly_create_alias(NAME ThirdPersonTemplate.Servers  NAMESPACE Gem TARGETS Gem::ThirdPersonTemplate)
+
+################################################################################
+# Gem dependencies
+################################################################################
+
+# Enable the specified list of gems from GEM_FILE or GEMS list for this specific project:
+ly_enable_gems(PROJECT_NAME ThirdPersonTemplate GEM_FILE enabled_gems.cmake)

+ 31 - 0
Gem/Include/ThirdPersonTemplate/ThirdPersonTemplateBus.h

@@ -0,0 +1,31 @@
+
+#pragma once
+
+#include <AzCore/EBus/EBus.h>
+#include <AzCore/Interface/Interface.h>
+
+namespace ThirdPersonTemplate
+{
+    class ThirdPersonTemplateRequests
+    {
+    public:
+        AZ_RTTI(ThirdPersonTemplateRequests, "{421d4841-0c17-4512-91ed-86296789947f}");
+        virtual ~ThirdPersonTemplateRequests() = default;
+        // Put your public methods here
+    };
+
+    class ThirdPersonTemplateBusTraits
+        : public AZ::EBusTraits
+    {
+    public:
+        //////////////////////////////////////////////////////////////////////////
+        // EBusTraits overrides
+        static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single;
+        static constexpr AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single;
+        //////////////////////////////////////////////////////////////////////////
+    };
+
+    using ThirdPersonTemplateRequestBus = AZ::EBus<ThirdPersonTemplateRequests, ThirdPersonTemplateBusTraits>;
+    using ThirdPersonTemplateInterface = AZ::Interface<ThirdPersonTemplateRequests>;
+
+} // namespace ThirdPersonTemplate

+ 2 - 0
Gem/Platform/Android/PAL_android.cmake

@@ -0,0 +1,2 @@
+
+set(PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED TRUE)

+ 11 - 0
Gem/Platform/Android/thirdpersontemplate_android_files.cmake

@@ -0,0 +1,11 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    PAL_android.cmake
+)

+ 10 - 0
Gem/Platform/Android/thirdpersontemplate_shared_android_files.cmake

@@ -0,0 +1,10 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+)

+ 2 - 0
Gem/Platform/Linux/PAL_linux.cmake

@@ -0,0 +1,2 @@
+
+set(PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED TRUE)

+ 11 - 0
Gem/Platform/Linux/thirdpersontemplate_linux_files.cmake

@@ -0,0 +1,11 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    PAL_linux.cmake
+)

+ 10 - 0
Gem/Platform/Linux/thirdpersontemplate_shared_linux_files.cmake

@@ -0,0 +1,10 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+)

+ 2 - 0
Gem/Platform/Mac/PAL_mac.cmake

@@ -0,0 +1,2 @@
+
+set(PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED TRUE)

+ 12 - 0
Gem/Platform/Mac/thirdpersontemplate_mac_files.cmake

@@ -0,0 +1,12 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    ../../../Resources/Platform/Mac/Info.plist
+    PAL_mac.cmake
+)

+ 11 - 0
Gem/Platform/Mac/thirdpersontemplate_shared_mac_files.cmake

@@ -0,0 +1,11 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    ../../../Resources/Platform/Mac/Info.plist
+)

+ 2 - 0
Gem/Platform/Windows/PAL_windows.cmake

@@ -0,0 +1,2 @@
+
+set(PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED TRUE)

+ 10 - 0
Gem/Platform/Windows/thirdpersontemplate_shared_windows_files.cmake

@@ -0,0 +1,10 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+)

+ 11 - 0
Gem/Platform/Windows/thirdpersontemplate_windows_files.cmake

@@ -0,0 +1,11 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    PAL_windows.cmake
+)

+ 2 - 0
Gem/Platform/iOS/PAL_ios.cmake

@@ -0,0 +1,2 @@
+
+set(PAL_TRAIT_THIRDPERSONTEMPLATE_SUPPORTED TRUE)

+ 12 - 0
Gem/Platform/iOS/thirdpersontemplate_ios_files.cmake

@@ -0,0 +1,12 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+    ../../../Resources/Platform/iOS/Info.plist
+    PAL_ios.cmake
+)

+ 10 - 0
Gem/Platform/iOS/thirdpersontemplate_shared_ios_files.cmake

@@ -0,0 +1,10 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+
+set(FILES
+)

+ 18 - 0
Gem/Registry/assetprocessor_settings.setreg

@@ -0,0 +1,18 @@
+{
+    "Amazon": {
+        "AssetProcessor": {
+            "Settings": {
+                "ScanFolder ThirdPersonTemplate/Assets": {
+                    "watch": "@GEMROOT:ThirdPersonTemplate@/Assets",
+                    "recursive": 1,
+                    "order": 101
+                },
+                "ScanFolder ThirdPersonTemplate/Registry": {
+                    "watch": "@GEMROOT:ThirdPersonTemplate@/Registry",
+                    "recursive": 1,
+                    "order": 102
+                }
+            }
+        }
+    }
+}

+ 37 - 0
Gem/Source/ThirdPersonTemplateModule.cpp

@@ -0,0 +1,37 @@
+
+#include <AzCore/Memory/SystemAllocator.h>
+#include <AzCore/Module/Module.h>
+
+#include "ThirdPersonTemplateSystemComponent.h"
+
+namespace ThirdPersonTemplate
+{
+    class ThirdPersonTemplateModule
+        : public AZ::Module
+    {
+    public:
+        AZ_RTTI(ThirdPersonTemplateModule, "{218a1202-47b2-4f26-b918-9c97b16f6e0e}", AZ::Module);
+        AZ_CLASS_ALLOCATOR(ThirdPersonTemplateModule, AZ::SystemAllocator, 0);
+
+        ThirdPersonTemplateModule()
+            : AZ::Module()
+        {
+            // Push results of [MyComponent]::CreateDescriptor() into m_descriptors here.
+            m_descriptors.insert(m_descriptors.end(), {
+                ThirdPersonTemplateSystemComponent::CreateDescriptor(),
+            });
+        }
+
+        /**
+         * Add required SystemComponents to the SystemEntity.
+         */
+        AZ::ComponentTypeList GetRequiredSystemComponents() const override
+        {
+            return AZ::ComponentTypeList{
+                azrtti_typeid<ThirdPersonTemplateSystemComponent>(),
+            };
+        }
+    };
+}// namespace ThirdPersonTemplate
+
+AZ_DECLARE_MODULE_CLASS(Gem_ThirdPersonTemplate, ThirdPersonTemplate::ThirdPersonTemplateModule)

+ 76 - 0
Gem/Source/ThirdPersonTemplateSystemComponent.cpp

@@ -0,0 +1,76 @@
+
+#include <AzCore/Serialization/SerializeContext.h>
+#include <AzCore/Serialization/EditContext.h>
+#include <AzCore/Serialization/EditContextConstants.inl>
+
+#include "ThirdPersonTemplateSystemComponent.h"
+
+namespace ThirdPersonTemplate
+{
+    void ThirdPersonTemplateSystemComponent::Reflect(AZ::ReflectContext* context)
+    {
+        if (AZ::SerializeContext* serialize = azrtti_cast<AZ::SerializeContext*>(context))
+        {
+            serialize->Class<ThirdPersonTemplateSystemComponent, AZ::Component>()
+                ->Version(0)
+                ;
+
+            if (AZ::EditContext* ec = serialize->GetEditContext())
+            {
+                ec->Class<ThirdPersonTemplateSystemComponent>("ThirdPersonTemplate", "[Description of functionality provided by this System Component]")
+                    ->ClassElement(AZ::Edit::ClassElements::EditorData, "")
+                        ->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("System"))
+                        ->Attribute(AZ::Edit::Attributes::AutoExpand, true)
+                    ;
+            }
+        }
+    }
+
+    void ThirdPersonTemplateSystemComponent::GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& provided)
+    {
+        provided.push_back(AZ_CRC("ThirdPersonTemplateService"));
+    }
+
+    void ThirdPersonTemplateSystemComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
+    {
+        incompatible.push_back(AZ_CRC("ThirdPersonTemplateService"));
+    }
+
+    void ThirdPersonTemplateSystemComponent::GetRequiredServices([[maybe_unused]] AZ::ComponentDescriptor::DependencyArrayType& required)
+    {
+    }
+
+    void ThirdPersonTemplateSystemComponent::GetDependentServices([[maybe_unused]] AZ::ComponentDescriptor::DependencyArrayType& dependent)
+    {
+    }
+
+    ThirdPersonTemplateSystemComponent::ThirdPersonTemplateSystemComponent()
+    {
+        if (ThirdPersonTemplateInterface::Get() == nullptr)
+        {
+            ThirdPersonTemplateInterface::Register(this);
+        }
+    }
+
+    ThirdPersonTemplateSystemComponent::~ThirdPersonTemplateSystemComponent()
+    {
+        if (ThirdPersonTemplateInterface::Get() == this)
+        {
+            ThirdPersonTemplateInterface::Unregister(this);
+        }
+    }
+
+    void ThirdPersonTemplateSystemComponent::Init()
+    {
+    }
+
+    void ThirdPersonTemplateSystemComponent::Activate()
+    {
+        ThirdPersonTemplateRequestBus::Handler::BusConnect();
+    }
+
+    void ThirdPersonTemplateSystemComponent::Deactivate()
+    {
+        ThirdPersonTemplateRequestBus::Handler::BusDisconnect();
+    }
+}

+ 40 - 0
Gem/Source/ThirdPersonTemplateSystemComponent.h

@@ -0,0 +1,40 @@
+
+#pragma once
+
+#include <AzCore/Component/Component.h>
+
+#include <ThirdPersonTemplate/ThirdPersonTemplateBus.h>
+
+namespace ThirdPersonTemplate
+{
+    class ThirdPersonTemplateSystemComponent
+        : public AZ::Component
+        , protected ThirdPersonTemplateRequestBus::Handler
+    {
+    public:
+        AZ_COMPONENT(ThirdPersonTemplateSystemComponent, "{1a91bde9-25fb-408d-91b7-153fd802e38a}");
+
+        static void Reflect(AZ::ReflectContext* context);
+
+        static void GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& provided);
+        static void GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible);
+        static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required);
+        static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
+
+        ThirdPersonTemplateSystemComponent();
+        ~ThirdPersonTemplateSystemComponent();
+
+    protected:
+        ////////////////////////////////////////////////////////////////////////
+        // ThirdPersonTemplateRequestBus interface implementation
+
+        ////////////////////////////////////////////////////////////////////////
+
+        ////////////////////////////////////////////////////////////////////////
+        // AZ::Component interface implementation
+        void Init() override;
+        void Activate() override;
+        void Deactivate() override;
+        ////////////////////////////////////////////////////////////////////////
+    };
+}

+ 27 - 0
Gem/enabled_gems.cmake

@@ -0,0 +1,27 @@
+
+set(ENABLED_GEMS
+    ThirdPersonTemplate
+    Atom
+    AudioSystem
+    AWSCore
+    CameraFramework
+    DebugDraw
+    EditorPythonBindings
+    EMotionFX
+    GameState
+    ImGui
+    LandscapeCanvas
+    LyShine
+    Multiplayer
+    PhysX
+    PrimitiveAssets
+    PrefabBuilder
+    SaveData
+    ScriptCanvasPhysics
+    ScriptEvents
+    StartingPointInput
+    TextureAtlas
+    WhiteBox
+    NvCloth
+    StartingPointCamera
+)

+ 21 - 0
Gem/gem.json

@@ -0,0 +1,21 @@
+{
+    "gem_name": "ThirdPersonTemplate",
+    "display_name": "ThirdPersonTemplate",
+    "license": "What license ThirdPersonTemplate uses goes here: i.e. Apache-2.0 or MIT",
+    "license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
+    "origin": "The name of the originator goes here. i.e. XYZ Inc.",
+    "origin_url": "The primary repo for ThirdPersonTemplate goes here: i.e. http://www.mydomain.com",
+    "type": "",
+    "summary": "A short description of ThirdPersonTemplate.",
+    "canonical_tags": [
+        "Gem"
+    ],
+    "user_tags": [
+        "ThirdPersonTemplate"
+    ],
+    "icon_path": "preview.png",
+    "requirements": "",
+    "documentation_url": "",
+    "dependencies": [
+    ]
+}

+ 7 - 0
Gem/thirdpersontemplate_files.cmake

@@ -0,0 +1,7 @@
+
+set(FILES
+    Include/ThirdPersonTemplate/ThirdPersonTemplateBus.h
+    Source/ThirdPersonTemplateSystemComponent.cpp
+    Source/ThirdPersonTemplateSystemComponent.h
+    enabled_gems.cmake
+)

+ 4 - 0
Gem/thirdpersontemplate_shared_files.cmake

@@ -0,0 +1,4 @@
+
+set(FILES
+    Source/ThirdPersonTemplateModule.cpp
+)

+ 5 - 5
LICENSE_APACHE2.TXT → LICENSE-APACHE2.txt

@@ -1,6 +1,6 @@
-                                Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
+            Apache License
+            Version 2.0, January 2004
+            http://www.apache.org/licenses/
 
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright [yyyy] [name of copyright owner]
+   Copyright 2022 Carl Domingo
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
-   limitations under the License.
+   limitations under the License.

+ 0 - 0
LICENSE_MIT.TXT → LICENSE-MIT.txt


+ 9 - 19
LICENSE.txt

@@ -1,3 +1,11 @@
+This Open 3D Engine "Third Person Character Template" is licensed under the following conditions:
+
+* Documentation content excluding code, and including images, is licensed under CC-BY-4.0.
+* Code samples, including inline code, are dual-licensed under Apache 2.0 and the MIT licenses.
+
+For information on the licensing terms of Open 3D Engine source code, read the O3DE License:
+    https://github.com/o3de/o3de/blob/development/LICENSE.txt
+
 OPEN 3D ENGINE LICENSING
 The default license for Open 3D Engine is the Apache License, Version 2.0 
 (see LICENSE_APACHE2.TXT); you may elect at your option to use the Open 3D 
@@ -11,22 +19,4 @@ to separate license terms (such as code licensed under other open source
 licenses).  It is your responsibility to comply with the applicable licenses. 
 Information on third party materials, and the applicable license terms, are 
 referenced in or included with the materials, such as in separate LICENSE.txt 
-files accompanying the materials.
-
-Third party components with license-identification SPDX tags are logged in 
-the 3P repository at https://github.com/o3de/3p-package-source. For more 
-information on applying SPDX tags to O3DE components properly, see 
-https://www.o3de.org/docs/user-guide/build/packages/#o3de-package-structure.
- 
-Please note that certain materials are subject to "copyleft" licenses, which 
-require distribution of source code, including:
- 
-- Qt Toolkit https://github.com/qtproject/, which is subject to the GNU 
-Lesser General Public License version 3 (with certain exceptions). A copy of 
-the source code for Qt Toolkit may be found at 
-https://github.com/o3de/qt5/tree/5.15.1-o3de
- 
-- The AWS Python SDK uses Chardet https://chardet.github.io/, which is 
-subject to the GNU Lesser General Public License version 2.1. A copy of the 
-source code may be found at https://github.com/chardet/chardet.
- 
+files accompanying the materials.

+ 9313 - 0
Levels/Main/Main.prefab

@@ -0,0 +1,9313 @@
+{
+    "ContainerEntity": {
+        "Id": "Entity_[1146574390643]",
+        "Name": "Level",
+        "Components": {
+            "Component_[10641544592923449938]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 10641544592923449938
+            },
+            "Component_[12039882709170782873]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 12039882709170782873
+            },
+            "Component_[12265484671603697631]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 12265484671603697631
+            },
+            "Component_[14126657869720434043]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 14126657869720434043,
+                "Child Entity Order": [
+                    "Entity_[1176639161715]",
+                    "Entity_[608354957795]",
+                    "Entity_[406885951515922]",
+                    "Entity_[2034284100067]",
+                    "Entity_[694254303715]",
+                    "Entity_[874642930147]",
+                    "Entity_[1163754259827]",
+                    "Entity_[719801845725]",
+                    "Instance_[143348280209503]/ContainerEntity"
+                ]
+            },
+            "Component_[15230859088967841193]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 15230859088967841193,
+                "Parent Entity": ""
+            },
+            "Component_[16239496886950819870]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 16239496886950819870
+            },
+            "Component_[3579732955674149970]": {
+                "$type": "LocalViewBookmarkComponent",
+                "Id": 3579732955674149970,
+                "LocalBookmarkFileName": "Main_19930713128.setreg"
+            },
+            "Component_[5688118765544765547]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 5688118765544765547
+            },
+            "Component_[6545738857812235305]": {
+                "$type": "SelectionComponent",
+                "Id": 6545738857812235305
+            },
+            "Component_[7247035804068349658]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 7247035804068349658
+            },
+            "Component_[9307224322037797205]": {
+                "$type": "EditorLockComponent",
+                "Id": 9307224322037797205
+            },
+            "Component_[9562516168917670048]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 9562516168917670048
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[106322798830479]": {
+            "Id": "Entity_[106322798830479]",
+            "Name": "Platform",
+            "Components": {
+                "Component_[1177454336312805486]": {
+                    "$type": "SelectionComponent",
+                    "Id": 1177454336312805486
+                },
+                "Component_[13467876832311345817]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13467876832311345817
+                },
+                "Component_[14116032253960567229]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14116032253960567229
+                },
+                "Component_[14550369493381965779]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 14550369493381965779,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAAhz0r8RBzbACAUWPyLihz8RBzbACAUWPyLihz91eXFACAUWPwhz0r91eXFACAUWPwhz0r91eXFAAAAAvyLihz91eXFAAAAAvyLihz8RBzbAAAAAvwhz0r8RBzbAAAAAvwQFBgQGBwcBAAQAAwQHAAcGAQACAwABAgYCAQYFAgUDAgUEAwsAAAACAwULCgQBAAcGCQhSVFJFAgAAAGqD0r9CDzbAxSAAvwAAAACE8oc/poFxQM0lFj8AAAAAAACAPwAAgD8AAIA/AACAP6Q7LThIydM41COLNwAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAABqg9K/aoPSv8DRhz9qg9K/Qg82wEIPNsBCDzbARHFxQMUgAL9D5BU/xSAAv8UgAL+E8oc/hPKHP4Tyhz+E8oc/poFxQKaBcUCmgXFApoFxQM0lFj/NJRY/zSUWP80lFj8LAAAAwwAAAAMBAABDAQAAdXlxNQhz0r8RBzbAAAAAvyLihz91eXFACAUWPwwAAAAYMDAwGBgwGDAYMBg="
+                    }
+                },
+                "Component_[2101391376646728150]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2101391376646728150
+                },
+                "Component_[3257982588052088243]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 3257982588052088243,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.498957633972168,
+                            -2.6729702949523926,
+                            2.4356610774993896
+                        ]
+                    }
+                },
+                "Component_[509062281743822744]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 509062281743822744
+                },
+                "Component_[5490367518012738383]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 5490367518012738383
+                },
+                "Component_[6621754844807652287]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 6621754844807652287
+                },
+                "Component_[7817502231961357785]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7817502231961357785
+                },
+                "Component_[8487197510178006195]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 8487197510178006195,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWCHPSvxEHNsAIBRY/IuKHPxEHNsAIBRY/IuKHP3V5cUAIBRY/CHPSv3V5cUAIBRY/CHPSvxEHNsAAAAC/IuKHPxEHNsAAAAC/IuKHP3V5cUAAAAC/CHPSv3V5cUAAAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDkTED78RB1ZAhDkJQEAosL1ExA+/dXlRwEAosL0RB1ZAhDkJQBEHVkBExA+/dXlRwIQ5CUB1eVHARMQPv0AosL2EOQlAEQdWQEAosL11eVHARMQPv3V5UcCEOQlAAACAP0TED78RB1ZAAACAP3V5UcCEOQlAdXlRwETED78RB1ZAhDkJQBEHVkBExA+/AACAP4Q5CUB1eVHAAACAPxEHVkBExA+/QCiwvQAAgD8RB1ZAhDkJQAAAgD9ExA+/QCiwvYQ5CUAAAIA/QCiwvREHVkBAKLC9dXlRwETED78AAIA/AACAPxEHVkBAKLC9dXlRwIQ5CUBAKLC9AACAP3V5UcBExA+/AACAP4Q5CUBAKLC9AACAP3V5UcBAKLC9EQdWQOAGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAID//38/AAAAAAAAAAD//38/AAAAgAAAAID//3+/AAAAAAAAAAD//3+/AAAAAP//f78AAAAAAAAAgP//f78AAAAA//9/PwAAAAAAAACA//9/PwAAAAAAAAAAAAAAAP//fz8AAAAAAAAAgP//fz8AAAAA//9/vwAAAAAAAAAA//9/vwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAABgAAAAIAAAAGAAAABwAAAAUAAAACAAAABAAAAAUAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAMAAAACAAAAAgAAAAMAAAAKAAAAAgAAAAoAAAALAAAAAgAAAAIAAAACAAAAAwAAAAkAAAACAAAACAAAAAkAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAAAAAACAAAAAAAAAAEAAAAHAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    0.9999999403953552
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    0.9999999403953552
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -0.9999999403953552
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -0.9999999403953552
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.9999999403953552,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.9999999403953552,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Normal": [
+                                    0.9999999403953552,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Normal": [
+                                    0.9999999403953552,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.9999999403953552,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        2.1441354751586914,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.0615885257720947,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.5615885257720947,
+                                        -0.0860142707824707
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    0.9999999403953552,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.9999999403953552,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        -2.8441812992095947,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        3.3441812992095947
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.6441354751586914,
+                                        3.773038148880005,
+                                        0.5860142707824707
+                                    ],
+                                    "UV": [
+                                        -0.0860142707824707,
+                                        -3.273038148880005
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.9999999403953552,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[8588873959437718931]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 8588873959437718931
+                }
+            }
+        },
+        "Entity_[1155164325235]": {
+            "Id": "Entity_[1155164325235]",
+            "Name": "Sun",
+            "Components": {
+                "Component_[10440557478882592717]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10440557478882592717
+                },
+                "Component_[13620450453324765907]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13620450453324765907
+                },
+                "Component_[2134313378593666258]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 2134313378593666258
+                },
+                "Component_[234010807770404186]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 234010807770404186
+                },
+                "Component_[2970359110423865725]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2970359110423865725
+                },
+                "Component_[3722854130373041803]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3722854130373041803
+                },
+                "Component_[5992533738676323195]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5992533738676323195
+                },
+                "Component_[7378860763541895402]": {
+                    "$type": "AZ::Render::EditorDirectionalLightComponent",
+                    "Id": 7378860763541895402,
+                    "Controller": {
+                        "Configuration": {
+                            "Intensity": 1.0,
+                            "CameraEntityId": "",
+                            "ShadowFilterMethod": 1
+                        }
+                    }
+                },
+                "Component_[7892834440890947578]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7892834440890947578,
+                    "Parent Entity": "Entity_[1176639161715]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            13.487043380737305
+                        ],
+                        "Rotate": [
+                            -76.13101196289063,
+                            -0.8469981551170349,
+                            -15.8100004196167
+                        ]
+                    }
+                },
+                "Component_[8599729549570828259]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8599729549570828259
+                },
+                "Component_[952797371922080273]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 952797371922080273
+                }
+            }
+        },
+        "Entity_[1163754259827]": {
+            "Id": "Entity_[1163754259827]",
+            "Name": "Camera",
+            "Components": {
+                "Component_[11895140916889160460]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 11895140916889160460
+                },
+                "Component_[16880285896855930892]": {
+                    "$type": "{CA11DA46-29FF-4083-B5F6-E02C3A8C3A3D} EditorCameraComponent",
+                    "Id": 16880285896855930892,
+                    "Controller": {
+                        "Configuration": {
+                            "Field of View": 55.0,
+                            "EditorEntityId": 6461842876762531915
+                        }
+                    }
+                },
+                "Component_[17187464423780271193]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 17187464423780271193
+                },
+                "Component_[17495696818315413311]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17495696818315413311
+                },
+                "Component_[18086214374043522055]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 18086214374043522055,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.906853675842285,
+                            -8.759769439697266,
+                            1.8822258710861206
+                        ],
+                        "Rotate": [
+                            -10.999998092651367,
+                            0.0,
+                            0.0
+                        ],
+                        "UniformScale": 0.699999988079071
+                    }
+                },
+                "Component_[18387556550380114975]": {
+                    "$type": "SelectionComponent",
+                    "Id": 18387556550380114975
+                },
+                "Component_[2654521436129313160]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 2654521436129313160
+                },
+                "Component_[3198521947453923730]": {
+                    "$type": "GenericComponentWrapper",
+                    "Id": 3198521947453923730,
+                    "m_template": {
+                        "$type": "CameraRigComponent",
+                        "Target Acquirers": [
+                            {
+                                "$type": "AcquireByEntityId",
+                                "Entity Target": "Entity_[719801845725]"
+                            }
+                        ],
+                        "Look-at Behaviors": [
+                            {
+                                "$type": "OffsetPosition",
+                                "Positional Offset": [
+                                    0.0,
+                                    0.0,
+                                    1.5
+                                ]
+                            }
+                        ],
+                        "Camera Transform Behaviors": [
+                            {
+                                "$type": "FollowTargetFromDistance",
+                                "Follow Distance": 5.0,
+                                "Minimum Follow Distance": 1.0,
+                                "Maximum Follow Distance": 10.0,
+                                "Input Source Entity": ""
+                            },
+                            {
+                                "$type": "FaceTarget"
+                            }
+                        ]
+                    }
+                },
+                "Component_[5265045084611556958]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5265045084611556958
+                },
+                "Component_[7169798125182238623]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7169798125182238623
+                },
+                "Component_[7767215503650201971]": {
+                    "$type": "GenericComponentWrapper",
+                    "Id": 7767215503650201971,
+                    "m_template": {
+                        "$type": "InputConfigurationComponent",
+                        "Input Event Bindings": {
+                            "assetId": {
+                                "guid": "{2F4EA907-6DC4-52E2-B6F5-3AB70FB43305}"
+                            },
+                            "assetHint": "assets/playercontrols.inputbindings"
+                        }
+                    }
+                },
+                "Component_[8866210352157164042]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8866210352157164042
+                },
+                "Component_[9129253381063760879]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9129253381063760879
+                },
+                "Component_[9467774947924582991]": {
+                    "$type": "EditorScriptCanvasComponent",
+                    "Id": 9467774947924582991,
+                    "configuration": {
+                        "sourceHandle": {
+                            "id": "{7E2F6455-C3E3-5500-8EB6-37073CE00893}",
+                            "path": "scriptcanvas/CameraFollow.scriptcanvas"
+                        },
+                        "sourceName": "CameraFollow.scriptcanvas",
+                        "propertyOverrides": {
+                            "source": {
+                                "id": "{7E2F6455-C3E3-5500-8EB6-37073CE00893}",
+                                "path": "scriptcanvas/CameraFollow.scriptcanvas"
+                            }
+                        }
+                    }
+                }
+            }
+        },
+        "Entity_[1176639161715]": {
+            "Id": "Entity_[1176639161715]",
+            "Name": "Atom Default Environment",
+            "Components": {
+                "Component_[10757302973393310045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10757302973393310045,
+                    "Parent Entity": "Entity_[1146574390643]"
+                },
+                "Component_[14505817420424255464]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 14505817420424255464,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 10757302973393310045
+                        }
+                    ]
+                },
+                "Component_[14988041764659020032]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 14988041764659020032
+                },
+                "Component_[15808690248755038124]": {
+                    "$type": "SelectionComponent",
+                    "Id": 15808690248755038124
+                },
+                "Component_[15900837685796817138]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15900837685796817138
+                },
+                "Component_[3298767348226484884]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3298767348226484884
+                },
+                "Component_[4076975109609220594]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4076975109609220594
+                },
+                "Component_[5679760548946028854]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5679760548946028854
+                },
+                "Component_[5855590796136709437]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5855590796136709437,
+                    "Child Entity Order": [
+                        "Entity_[1155164325235]",
+                        "Entity_[1180934129011]"
+                    ]
+                },
+                "Component_[9277695270015777859]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9277695270015777859
+                }
+            }
+        },
+        "Entity_[1180934129011]": {
+            "Id": "Entity_[1180934129011]",
+            "Name": "Global Sky",
+            "Components": {
+                "Component_[11231930600558681245]": {
+                    "$type": "AZ::Render::EditorHDRiSkyboxComponent",
+                    "Id": 11231930600558681245,
+                    "Controller": {
+                        "Configuration": {
+                            "CubemapAsset": {
+                                "assetId": {
+                                    "guid": "{215E47FD-D181-5832-B1AB-91673ABF6399}",
+                                    "subId": 1000
+                                },
+                                "assetHint": "lightingpresets/highcontrast/goegap_4k_skyboxcm.exr.streamingimage"
+                            }
+                        }
+                    }
+                },
+                "Component_[11980494120202836095]": {
+                    "$type": "SelectionComponent",
+                    "Id": 11980494120202836095
+                },
+                "Component_[1428633914413949476]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1428633914413949476
+                },
+                "Component_[14936200426671614999]": {
+                    "$type": "AZ::Render::EditorImageBasedLightComponent",
+                    "Id": 14936200426671614999,
+                    "Controller": {
+                        "Configuration": {
+                            "diffuseImageAsset": {
+                                "assetId": {
+                                    "guid": "{3FD09945-D0F2-55C8-B9AF-B2FD421FE3BE}",
+                                    "subId": 3000
+                                },
+                                "assetHint": "lightingpresets/highcontrast/goegap_4k_iblglobalcm_ibldiffuse.exr.streamingimage"
+                            },
+                            "specularImageAsset": {
+                                "assetId": {
+                                    "guid": "{3FD09945-D0F2-55C8-B9AF-B2FD421FE3BE}",
+                                    "subId": 2000
+                                },
+                                "assetHint": "lightingpresets/highcontrast/goegap_4k_iblglobalcm_iblspecular.exr.streamingimage"
+                            }
+                        }
+                    }
+                },
+                "Component_[14994774102579326069]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14994774102579326069
+                },
+                "Component_[15417479889044493340]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15417479889044493340
+                },
+                "Component_[15826613364991382688]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15826613364991382688
+                },
+                "Component_[1665003113283562343]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 1665003113283562343
+                },
+                "Component_[3704934735944502280]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3704934735944502280
+                },
+                "Component_[5698542331457326479]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 5698542331457326479
+                },
+                "Component_[6644513399057217122]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6644513399057217122,
+                    "Parent Entity": "Entity_[1176639161715]"
+                },
+                "Component_[931091830724002070]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 931091830724002070
+                }
+            }
+        },
+        "Entity_[1409209271209]": {
+            "Id": "Entity_[1409209271209]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[1422094173097]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.7487545013427734,
+                            0.7391725778579712
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.0,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.0,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[1413504238505]": {
+            "Id": "Entity_[1413504238505]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[1422094173097]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.24910545349121094,
+                            0.24717390537261963
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.0,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.0,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[1417799205801]": {
+            "Id": "Entity_[1417799205801]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[1422094173097]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.4978904724121094,
+                            0.49182188510894775
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.5,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.5,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[1422094173097]": {
+            "Id": "Entity_[1422094173097]",
+            "Name": "Stairs_Large",
+            "Components": {
+                "Component_[13716649508170118227]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 13716649508170118227
+                },
+                "Component_[14363365358398164085]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14363365358398164085,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.693221092224121,
+                            -6.691083908081055,
+                            2.0790855884552
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ]
+                    }
+                },
+                "Component_[14509110384831302502]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14509110384831302502
+                },
+                "Component_[14657172566653086648]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 14657172566653086648
+                },
+                "Component_[17980515218514127650]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17980515218514127650
+                },
+                "Component_[298548466143928521]": {
+                    "$type": "SelectionComponent",
+                    "Id": 298548466143928521
+                },
+                "Component_[3914177863574175326]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3914177863574175326,
+                    "Child Entity Order": [
+                        "Entity_[1409209271209]",
+                        "Entity_[1426389140393]",
+                        "Entity_[1413504238505]",
+                        "Entity_[1417799205801]"
+                    ]
+                },
+                "Component_[3947266418448665979]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 3947266418448665979
+                },
+                "Component_[8566249630262083428]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8566249630262083428
+                },
+                "Component_[8724294111509782218]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8724294111509782218
+                }
+            }
+        },
+        "Entity_[1426389140393]": {
+            "Id": "Entity_[1426389140393]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[1422094173097]"
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.5,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.5,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[2034284100067]": {
+            "Id": "Entity_[2034284100067]",
+            "Name": "Elevator",
+            "Components": {
+                "Component_[11896755337567450327]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11896755337567450327
+                },
+                "Component_[12156898644032223078]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12156898644032223078
+                },
+                "Component_[12597354794883977777]": {
+                    "$type": "EditorScriptCanvasComponent",
+                    "Id": 12597354794883977777,
+                    "configuration": {
+                        "sourceHandle": {
+                            "id": "{114DA6DA-1ABB-52A9-8570-D4542A47CCEB}",
+                            "path": "scriptcanvas/Elevator.scriptcanvas"
+                        },
+                        "sourceName": "Elevator.scriptcanvas",
+                        "propertyOverrides": {
+                            "source": {
+                                "id": "{114DA6DA-1ABB-52A9-8570-D4542A47CCEB}",
+                                "path": "scriptcanvas/Elevator.scriptcanvas"
+                            },
+                            "variables": [
+                                {
+                                    "Datum": {
+                                        "scriptCanvasType": {
+                                            "m_type": 1
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "EntityId",
+                                        "value": ""
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{BB71BB0B-3EC2-47F2-BF73-4ACC2EBE5312}"
+                                    },
+                                    "VariableName": "TriggerEntity",
+                                    "InitialValueSource": 1
+                                }
+                            ],
+                            "overrides": [
+                                {
+                                    "Datum": {
+                                        "scriptCanvasType": {
+                                            "m_type": 1
+                                        },
+                                        "isNullPointer": false,
+                                        "$type": "EntityId",
+                                        "value": "Entity_[694254303715]"
+                                    },
+                                    "InputControlVisibility": {
+                                        "Value": 850104567
+                                    },
+                                    "VariableId": {
+                                        "m_id": "{BB71BB0B-3EC2-47F2-BF73-4ACC2EBE5312}"
+                                    },
+                                    "VariableName": "TriggerEntity",
+                                    "InitialValueSource": 1
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[15270585575423101865]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15270585575423101865
+                },
+                "Component_[17035294401155509966]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17035294401155509966
+                },
+                "Component_[2656323955827508047]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 2656323955827508047,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            4.592615127563477,
+                            4.968469142913818,
+                            1.5372953414916992
+                        ]
+                    }
+                },
+                "Component_[3089359643954095647]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3089359643954095647
+                },
+                "Component_[3853773044449319585]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 3853773044449319585,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAMANvr/gAsC/QNFZvtO2aT/gAsC/QNFZvtO2aT8AAAA/QNFZvsANvr8AAAA/QNFZvsANvr8AAAA/AAAAv9O2aT8AAAA/AAAAv9O2aT/gAsC/AAAAv8ANvr/gAsC/AAAAvwQFBgQGBwcBAAQAAwQHAAcGAQACAwABAgUDAgUEAwYCAQYFAgsAAAACAwULCgQBAAkIBwZSVFJFAgAAACIevr9CE8C/xSAAvwAAAACY12k/xSAAPy5OWb4AAAAAAACAPwAAgD8AAIA/AACAP5GFGThSEgA4B5uTNgAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAAAiHr6/Ih6+vyIevr8Olmk/QhPAv0ITwL93vv8+QhPAv8UgAL9SVFq+xSAAv8UgAL+Y12k/mNdpP5jXaT+Y12k/xSAAP8UgAD/FIAA/xSAAPy5OWb4uTlm+Lk5Zvi5OWb4LAAAAwwAAAAMBAABDAQAA4ALANMANvr/gAsC/AAAAv9O2aT8AAAA/QNFZvgwAAAAYMDAwGBgwGDAYMBg="
+                    },
+                    "WhiteBoxConfiguration": {
+                        "BodyType": 1
+                    }
+                },
+                "Component_[5028309290444661278]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5028309290444661278
+                },
+                "Component_[5037172205393195025]": {
+                    "$type": "SelectionComponent",
+                    "Id": 5037172205393195025
+                },
+                "Component_[5739970590933235923]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5739970590933235923
+                },
+                "Component_[87412694222233411]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 87412694222233411,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWwA2+v+ACwL9A0Vm+07ZpP+ACwL9A0Vm+07ZpPwAAAD9A0Vm+wA2+vwAAAD9A0Vm+wA2+v+ACwL8AAAC/07ZpP+ACwL8AAAC/07ZpPwAAAD8AAAC/wA2+vwAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDqZt075wAQBAwA3+P1B0Nj+mbdO+AAAAAFB0Nj9wAQBAwA3+P3ABAECmbdO+AAAAAMAN/j8AAAAApm3TvlB0Nj/ADf4/cAEAQFB0Nj8AAAAApm3TvgAAAADADf4/AACAP6Zt075wAQBAAACAPwAAAADADf4/AAAAAKZt075wAQBAwA3+P3ABAECmbdO+AACAP8AN/j8AAAAAAACAP3ABAECmbdO+UHQ2PwAAgD9wAQBAwA3+PwAAgD+mbdO+UHQ2P8AN/j8AAIA/UHQ2P3ABAEBQdDY/AAAAAKZt074AAIA/AACAP3ABAEBQdDY/AAAAAMAN/j9QdDY/AACAPwAAAACmbdO+AACAP8AN/j9QdDY/AACAPwAAAABQdDY/cAEAQOAGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAABgAAAAIAAAAGAAAABwAAAAUAAAACAAAABAAAAAUAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAMAAAACAAAAAgAAAAMAAAAKAAAAAgAAAAoAAAALAAAAAgAAAAIAAAACAAAAAwAAAAkAAAACAAAACAAAAAkAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAAAAAACAAAAAAAAAAEAAAAHAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        1.9847946166992188,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.9129459261894226,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        -0.4129459261894226,
+                                        0.712712287902832
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        -1.5000877380371094,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        2.0000877380371094
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -1.4847946166992188,
+                                        0.5,
+                                        -0.21271228790283203
+                                    ],
+                                    "UV": [
+                                        0.712712287902832,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[9435324656463395427]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9435324656463395427
+                }
+            }
+        },
+        "Entity_[2285764019244]": {
+            "Id": "Entity_[2285764019244]",
+            "Name": "Step",
+            "Components": {
+                "Component_[12165444598781625609]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12165444598781625609
+                },
+                "Component_[13347253275445711147]": {
+                    "$type": "SelectionComponent",
+                    "Id": 13347253275445711147
+                },
+                "Component_[15392521232841078329]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15392521232841078329
+                },
+                "Component_[15617425620393341079]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15617425620393341079
+                },
+                "Component_[15804363849333950010]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 15804363849333950010,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[15829916831638150928]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15829916831638150928
+                },
+                "Component_[16281479424471416718]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 16281479424471416718,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                1.0,
+                                1.0,
+                                0.5
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[3655264955942848398]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3655264955942848398
+                },
+                "Component_[4177818667920825440]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4177818667920825440
+                },
+                "Component_[4298334540429765868]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4298334540429765868
+                },
+                "Component_[7146984582038673389]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7146984582038673389,
+                    "Parent Entity": "Entity_[705260419969]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.0014266967773438,
+                            0.00186920166015625,
+                            -0.7496298551559448
+                        ]
+                    }
+                },
+                "Component_[8122873952253976635]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 8122873952253976635,
+                    "NonUniformScale": [
+                        1.0,
+                        1.0,
+                        0.5
+                    ]
+                },
+                "Component_[9413681122326873440]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9413681122326873440
+                }
+            }
+        },
+        "Entity_[2341598594092]": {
+            "Id": "Entity_[2341598594092]",
+            "Name": "Step",
+            "Components": {
+                "Component_[12165444598781625609]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12165444598781625609
+                },
+                "Component_[13347253275445711147]": {
+                    "$type": "SelectionComponent",
+                    "Id": 13347253275445711147
+                },
+                "Component_[15392521232841078329]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15392521232841078329
+                },
+                "Component_[15617425620393341079]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15617425620393341079
+                },
+                "Component_[15804363849333950010]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 15804363849333950010,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[15829916831638150928]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15829916831638150928
+                },
+                "Component_[16281479424471416718]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 16281479424471416718,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[3655264955942848398]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3655264955942848398
+                },
+                "Component_[4177818667920825440]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4177818667920825440
+                },
+                "Component_[4298334540429765868]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4298334540429765868
+                },
+                "Component_[7146984582038673389]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7146984582038673389,
+                    "Parent Entity": "Entity_[705260419969]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.0014266967773438,
+                            -0.9960422515869141,
+                            -0.4999999403953552
+                        ]
+                    }
+                },
+                "Component_[8122873952253976635]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 8122873952253976635
+                },
+                "Component_[9413681122326873440]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9413681122326873440
+                }
+            }
+        },
+        "Entity_[2345893561388]": {
+            "Id": "Entity_[2345893561388]",
+            "Name": "Step",
+            "Components": {
+                "Component_[12165444598781625609]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12165444598781625609
+                },
+                "Component_[13347253275445711147]": {
+                    "$type": "SelectionComponent",
+                    "Id": 13347253275445711147
+                },
+                "Component_[15392521232841078329]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15392521232841078329
+                },
+                "Component_[15617425620393341079]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15617425620393341079
+                },
+                "Component_[15804363849333950010]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 15804363849333950010,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[15829916831638150928]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15829916831638150928
+                },
+                "Component_[16281479424471416718]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 16281479424471416718,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                1.0,
+                                1.0,
+                                1.5
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[3655264955942848398]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3655264955942848398
+                },
+                "Component_[4177818667920825440]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4177818667920825440
+                },
+                "Component_[4298334540429765868]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4298334540429765868
+                },
+                "Component_[7146984582038673389]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7146984582038673389,
+                    "Parent Entity": "Entity_[705260419969]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.9960422515869141,
+                            -0.25
+                        ]
+                    }
+                },
+                "Component_[8122873952253976635]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 8122873952253976635,
+                    "NonUniformScale": [
+                        1.0,
+                        1.0,
+                        1.5
+                    ]
+                },
+                "Component_[9413681122326873440]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9413681122326873440
+                }
+            }
+        },
+        "Entity_[2350188528684]": {
+            "Id": "Entity_[2350188528684]",
+            "Name": "Step",
+            "Components": {
+                "Component_[12165444598781625609]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12165444598781625609
+                },
+                "Component_[13347253275445711147]": {
+                    "$type": "SelectionComponent",
+                    "Id": 13347253275445711147
+                },
+                "Component_[15392521232841078329]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15392521232841078329
+                },
+                "Component_[15617425620393341079]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15617425620393341079,
+                    "Child Entity Order": [
+                        "Entity_[705260419969]"
+                    ]
+                },
+                "Component_[15804363849333950010]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 15804363849333950010,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[15829916831638150928]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15829916831638150928
+                },
+                "Component_[16281479424471416718]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 16281479424471416718,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                1.0,
+                                1.0,
+                                2.0
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[3655264955942848398]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3655264955942848398
+                },
+                "Component_[4177818667920825440]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4177818667920825440
+                },
+                "Component_[4298334540429765868]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4298334540429765868
+                },
+                "Component_[7146984582038673389]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7146984582038673389,
+                    "Parent Entity": "Entity_[705260419969]"
+                },
+                "Component_[8122873952253976635]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 8122873952253976635,
+                    "NonUniformScale": [
+                        1.0,
+                        1.0,
+                        2.0
+                    ]
+                },
+                "Component_[9413681122326873440]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9413681122326873440
+                }
+            }
+        },
+        "Entity_[406885951515922]": {
+            "Id": "Entity_[406885951515922]",
+            "Name": "Environment",
+            "Components": {
+                "Component_[10920591637445949853]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10920591637445949853
+                },
+                "Component_[11903043169810212858]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11903043169810212858
+                },
+                "Component_[14839140034711250779]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14839140034711250779
+                },
+                "Component_[17175777645550159359]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 17175777645550159359
+                },
+                "Component_[17242989510142864332]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 17242989510142864332,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            10.936513900756836,
+                            -5.166684150695801,
+                            -1.6537282466888428
+                        ]
+                    }
+                },
+                "Component_[17307424304728240184]": {
+                    "$type": "SelectionComponent",
+                    "Id": 17307424304728240184
+                },
+                "Component_[2850868712592716252]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2850868712592716252
+                },
+                "Component_[4915633934095663039]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4915633934095663039
+                },
+                "Component_[6403731258147747263]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6403731258147747263,
+                    "Child Entity Order": [
+                        "Entity_[43286510173044]",
+                        "Entity_[43458308864884]",
+                        "Entity_[1422094173097]",
+                        "Entity_[705260419969]",
+                        "Entity_[106322798830479]",
+                        "Entity_[638419728867]",
+                        "Entity_[642714696163]",
+                        "Entity_[504602170826]",
+                        "Entity_[500307203530]"
+                    ]
+                },
+                "Component_[6414577553163328303]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6414577553163328303
+                }
+            }
+        },
+        "Entity_[43286510173044]": {
+            "Id": "Entity_[43286510173044]",
+            "Name": "Stairs_Small",
+            "Components": {
+                "Component_[13716649508170118227]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 13716649508170118227
+                },
+                "Component_[14363365358398164085]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14363365358398164085,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -7.989441871643066,
+                            -8.040105819702148,
+                            1.992208480834961
+                        ]
+                    }
+                },
+                "Component_[14509110384831302502]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14509110384831302502
+                },
+                "Component_[14657172566653086648]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 14657172566653086648
+                },
+                "Component_[17980515218514127650]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17980515218514127650
+                },
+                "Component_[298548466143928521]": {
+                    "$type": "SelectionComponent",
+                    "Id": 298548466143928521
+                },
+                "Component_[3914177863574175326]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3914177863574175326,
+                    "Child Entity Order": [
+                        "Entity_[43290805140340]",
+                        "Entity_[43411064224628]",
+                        "Entity_[43415359191924]",
+                        "Entity_[43419654159220]"
+                    ]
+                },
+                "Component_[3947266418448665979]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 3947266418448665979
+                },
+                "Component_[8566249630262083428]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8566249630262083428
+                },
+                "Component_[8724294111509782218]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8724294111509782218
+                }
+            }
+        },
+        "Entity_[43290805140340]": {
+            "Id": "Entity_[43290805140340]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43286510173044]"
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.5,
+                                0.10000000149011612
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.5,
+                        0.10000000149011612
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43411064224628]": {
+            "Id": "Entity_[43411064224628]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43286510173044]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.09113097190856934
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.0,
+                                0.10000000149011612
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.0,
+                        0.10000000149011612
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43415359191924]": {
+            "Id": "Entity_[43415359191924]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43286510173044]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.1875596046447754
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.5,
+                                0.10000000149011612
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.5,
+                        0.10000000149011612
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43419654159220]": {
+            "Id": "Entity_[43419654159220]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43286510173044]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.28329360485076904
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.0,
+                                0.10000000149011612
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.0,
+                        0.10000000149011612
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43445423962996]": {
+            "Id": "Entity_[43445423962996]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43458308864884]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.24910545349121094,
+                            0.24717390537261963
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.0,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.0,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43449718930292]": {
+            "Id": "Entity_[43449718930292]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43458308864884]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.7487545013427734,
+                            0.7391725778579712
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.0,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.0,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43454013897588]": {
+            "Id": "Entity_[43454013897588]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43458308864884]"
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                2.5,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        2.5,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[43458308864884]": {
+            "Id": "Entity_[43458308864884]",
+            "Name": "Stairs_Large",
+            "Components": {
+                "Component_[13716649508170118227]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 13716649508170118227
+                },
+                "Component_[14363365358398164085]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14363365358398164085,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.693221092224121,
+                            2.2863540649414063,
+                            2.0790855884552
+                        ]
+                    }
+                },
+                "Component_[14509110384831302502]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14509110384831302502
+                },
+                "Component_[14657172566653086648]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 14657172566653086648
+                },
+                "Component_[17980515218514127650]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17980515218514127650
+                },
+                "Component_[298548466143928521]": {
+                    "$type": "SelectionComponent",
+                    "Id": 298548466143928521
+                },
+                "Component_[3914177863574175326]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3914177863574175326,
+                    "Child Entity Order": [
+                        "Entity_[43449718930292]",
+                        "Entity_[43454013897588]",
+                        "Entity_[43445423962996]",
+                        "Entity_[43462603832180]"
+                    ]
+                },
+                "Component_[3947266418448665979]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 3947266418448665979
+                },
+                "Component_[8566249630262083428]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8566249630262083428
+                },
+                "Component_[8724294111509782218]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8724294111509782218
+                }
+            }
+        },
+        "Entity_[43462603832180]": {
+            "Id": "Entity_[43462603832180]",
+            "Name": "Step",
+            "Components": {
+                "Component_[10627393048150503509]": {
+                    "$type": "SelectionComponent",
+                    "Id": 10627393048150503509
+                },
+                "Component_[11663196953041582095]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11663196953041582095
+                },
+                "Component_[12616633908185109699]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12616633908185109699
+                },
+                "Component_[14421970999341933323]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14421970999341933323
+                },
+                "Component_[16022482264629103619]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16022482264629103619,
+                    "Parent Entity": "Entity_[43458308864884]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -0.4978904724121094,
+                            0.49182188510894775
+                        ]
+                    }
+                },
+                "Component_[17431616899358587199]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 17431616899358587199,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Scale": [
+                                2.0,
+                                1.5,
+                                0.25
+                            ]
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[1829361681248817581]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1829361681248817581
+                },
+                "Component_[18305272931098475067]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 18305272931098475067,
+                    "NonUniformScale": [
+                        2.0,
+                        1.5,
+                        0.25
+                    ]
+                },
+                "Component_[2031983605549557735]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2031983605549557735
+                },
+                "Component_[4292339785439612393]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4292339785439612393,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6845101868205494442]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6845101868205494442
+                },
+                "Component_[961744990400032183]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 961744990400032183
+                },
+                "Component_[9869977458893234879]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9869977458893234879
+                }
+            }
+        },
+        "Entity_[500307203530]": {
+            "Id": "Entity_[500307203530]",
+            "Name": "Floor_High",
+            "Components": {
+                "Component_[10131028141466756160]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 10131028141466756160,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWAAAAv8jjdb/Ohog/gEMEQcjjdb/Ohog/gEMEQQAAAD9JvYo/AAAAvwAAAD9JvYo/AAAAvwSWc7+ooiC/gEMEQQSWc7+ooiC/gEMEQQAAAD8AAAC/AAAAvwAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDgCH+MDk8bo/AACAP5wNEb8Ah/jAAAAAAJwNEb/k8bo/AACAP+Txuj8Ah/jAAAAAAAAAgD8AAAAAAIf4wJJ6Fb8AAIA/5PG6P5J6Fb8AAAAAAIf4wAAAAAAAAIA/AACAPwCH+MACy7k/AACAPwAAAAAAAIA/AAAAAACH+MACy7k/AACAPwLLuT8Ah/jAVFGQPwAAgD8AAAAAVFGQPwLLuT8Ah/jAnA0Rv1RRkD8Cy7k/AACAP1RRkD8Ah/jAnA0RvwAAgD9UUZA/nA0Rv+Txuj+SehW/AAAAAACH+MAAAIA/VFGQPwLLuT+SehW/AAAAAAAAgD+SehW/AACAPwAAAAAAh/jAAACAPwAAgD+SehW/AACAPwAAAACcDRG/5PG6P+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAFTrQbxp+38/AAAAAFTrQbxp+38/AAAAADMusz2xBH+/AAAAADMusz2xBH+/AAAAgBT/f78FEK67AAAAgBT/f78FEK67//9/PwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.011835891753435135,
+                                    0.9999299645423889
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.011835891753435135,
+                                    0.9999299645423889
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.08749046176671982,
+                                    -0.9961653351783752
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.08749046176671982,
+                                    -0.9961653351783752
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.1274819374084473
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.1274819374084473
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        -0.5666139125823975
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.999985933303833,
+                                    -0.005311968270689249
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.1274819374084473
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        -0.5666139125823975
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -0.5666139125823975
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.999985933303833,
+                                    -0.005311968270689249
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.1274819374084473,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.9999999403953552,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.1274819374084473,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        8.2664794921875,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -7.7664794921875,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9515078067779541,
+                                        -0.6274819374084473
+                                    ],
+                                    "UV": [
+                                        1.1274819374084473,
+                                        1.451507806777954
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[12085888199863439116]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12085888199863439116
+                },
+                "Component_[13615032121913461883]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13615032121913461883
+                },
+                "Component_[15136634438631283528]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15136634438631283528
+                },
+                "Component_[17173841241494841753]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17173841241494841753
+                },
+                "Component_[17516515493546370751]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 17516515493546370751,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAAAAAL/I43W/zoaIP4BDBEHI43W/zoaIP4BDBEEAAAA/Sb2KPwAAAL8AAAA/Sb2KPwAAAL8AAAA/AAAAv4BDBEEAAAA/AAAAv4BDBEEElnO/qKIgvwAAAL8ElnO/qKIgvwcBAAcGAQQHAAQAAwQGBwQFBgUDAgUEAwACAwABAgYCAQYFAgsAAAAFBAoLAwIJCAEABwZSVFJFAgAAAMUgAL+NBHa/bcMgvwAAAACMRQRBxSAAP6vNij8AAAAAAACAPwAAgD8AAIA/AACAPyRIDDlkE7s3PTDbNwAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAADFIAC/xSAAv8UgAL90QQRBjQR2v3e+/z6NBHa/jQR2v23DIL/FIAC/bHaIP23DIL+MRQRBjEUEQYxFBEGMRQRBxSAAP8UgAD/FIAA/xSAAP6vNij+rzYo/q82KP6vNij8LAAAAwwAAAAMBAABDAQAAgEMENgAAAL/I43W/qKIgv4BDBEEAAAA/Sb2KPwwAAAAwGBgwMBgwGDAYMBg="
+                    }
+                },
+                "Component_[18051825279869254126]": {
+                    "$type": "SelectionComponent",
+                    "Id": 18051825279869254126
+                },
+                "Component_[1920257537744435947]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1920257537744435947
+                },
+                "Component_[613141278963212071]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 613141278963212071
+                },
+                "Component_[7098023661640944532]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7098023661640944532
+                },
+                "Component_[8091767103976779153]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8091767103976779153,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -16.073617935180664,
+                            10.172477722167969,
+                            2.4669151306152344
+                        ]
+                    }
+                },
+                "Component_[9797857525578537873]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9797857525578537873
+                }
+            }
+        },
+        "Entity_[504602170826]": {
+            "Id": "Entity_[504602170826]",
+            "Name": "Floor_Low",
+            "Components": {
+                "Component_[10131028141466756160]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 10131028141466756160,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWC0e/wHHMOMCv3AQ/AAAAP3HMOMCv3AQ/AAAAPxVQAD93wwY/C0e/wBVQAD93wwY/C0e/wFxLN8CzFLK/AAAAP1xLN8CzFLK/AAAAPwAAAD8AAAC/C0e/wAAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDgAAAABxzFhAC0fPQOCVm7wAAAAAACqguuCVm7xxzFhAC0fPQHHMWEAAAAAAACqgugtHz0AAKqC6AAAAAOBu2LwLR89AccxYQOBu2LwAKqC6AAAAAAAAAAALR89AAACAPwAAAABcS1dAAACAPwAAAAALR89AAAAAAAAAAABcS1dAC0fPQFxLV0AAAAAAsxTyPwtHz0AAAAAAsxTyP1xLV0AAAAAA4JWbvLMU8j9cS1dAC0fPQLMU8j8AAAAA4JWbvAtHz0CzFPI/4JWbvHHMWEDgbti8ACqgugAAAAAAAIA/sxTyP1xLV0Dgbti8ACqgugtHz0Dgbti8AACAPwAAAAAAAAAAAACAPwtHz0Dgbti8AACAPwAAAADglZu8ccxYQOAGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAOWlD7vX/38/AAAAAOWlD7vX/38/AAAAAEEggz5Mdne/AAAAAEEggz5Mdne/AAAAgAr7f790kkm8AAAAgAr7f790kkm8AACAPwAAAAAAAACA//9/PwAAAAAAAAAAAAAAAPT/fz+UCpy6AAAAAPT/fz+UCpy6AACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.002191894920542836,
+                                    0.9999975562095642
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.002191894920542836,
+                                    0.9999975562095642
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.2561054527759552,
+                                    -0.9666488170623779
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.2561054527759552,
+                                    -0.9666488170623779
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        1.8912566900253296
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        1.8912566900253296
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.018992364406585693
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.9999243021011353,
+                                    -0.012302983552217484
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        1.8912566900253296
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.018992364406585693
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        -0.018992364406585693
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.9999243021011353,
+                                    -0.012302983552217484
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        1.8912566900253296,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        1.8912566900253296,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    0.9999999403953552,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.9999992847442627,
+                                    -0.0011905007995665073
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        6.47742223739624,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.9999992847442627,
+                                    -0.0011905007995665073
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8639745712280273,
+                                        -1.3912566900253296
+                                    ],
+                                    "UV": [
+                                        1.8912566900253296,
+                                        3.3639745712280273
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -5.97742223739624,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[12085888199863439116]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12085888199863439116
+                },
+                "Component_[12216446712796513102]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 12216446712796513102,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAAtHv8BxzDjAr9wEPwAAAD9xzDjAr9wEPwAAAD8VUAA/d8MGPwtHv8AVUAA/d8MGPwtHv8AAAAA/AAAAvwAAAD8AAAA/AAAAvwAAAD9cSzfAsxSyvwtHv8BcSzfAsxSyvwQGBwQFBgQHAAcGAQcBAAQAAwACAwABAgUDAgUEAwYCAQYFAgsAAAADAgoEBQsBAAkIBwZSVFJFAgAAACRLv8Ci1DjAFSWyvwAAAADFIAA/2nAAPzzkBj8AAAAAAACAPwAAgD8AAIA/AACAPwxQzzix8Vg4KZj1NwAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAAAkS7/AJEu/wCRLv8B3vv8+otQ4wKLUOMB3vv8+otQ4wBUlsr/quwQ/xSAAvxUlsr/FIAA/xSAAP8UgAD/FIAA/2nAAP9pwAD/acAA/2nAAPzzkBj885AY/POQGPzzkBj8LAAAAwwAAAAMBAABDAQAAC0e/NQtHv8BxzDjAsxSyvwAAAD8VUAA/d8MGPwwAAAAwGBgYMDAwGDAYMBg="
+                    }
+                },
+                "Component_[13615032121913461883]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13615032121913461883
+                },
+                "Component_[15136634438631283528]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15136634438631283528
+                },
+                "Component_[17173841241494841753]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17173841241494841753
+                },
+                "Component_[18051825279869254126]": {
+                    "$type": "SelectionComponent",
+                    "Id": 18051825279869254126
+                },
+                "Component_[1920257537744435947]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1920257537744435947
+                },
+                "Component_[613141278963212071]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 613141278963212071
+                },
+                "Component_[7098023661640944532]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7098023661640944532
+                },
+                "Component_[8091767103976779153]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8091767103976779153,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.5292930603027344,
+                            10.111382484436035,
+                            2.4603896141052246
+                        ]
+                    }
+                },
+                "Component_[9797857525578537873]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9797857525578537873
+                }
+            }
+        },
+        "Entity_[608354957795]": {
+            "Id": "Entity_[608354957795]",
+            "Name": "Room",
+            "Components": {
+                "Component_[11298647548900202734]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 11298647548900202734,
+                    "Child Entity Order": [
+                        "Entity_[612649925091]",
+                        "Entity_[616944892387]",
+                        "Entity_[621239859683]",
+                        "Entity_[625534826979]",
+                        "Entity_[629829794275]",
+                        "Entity_[638419728867]"
+                    ]
+                },
+                "Component_[11446885303810523856]": {
+                    "$type": "SelectionComponent",
+                    "Id": 11446885303810523856
+                },
+                "Component_[1240732008859550837]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1240732008859550837
+                },
+                "Component_[15031602940362403133]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15031602940362403133
+                },
+                "Component_[2598940483232441455]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2598940483232441455
+                },
+                "Component_[3235936324881744642]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3235936324881744642
+                },
+                "Component_[3594582213171141985]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 3594582213171141985
+                },
+                "Component_[5352307851283936146]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5352307851283936146,
+                    "Parent Entity": "Entity_[1146574390643]"
+                },
+                "Component_[5614553132605528393]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5614553132605528393
+                },
+                "Component_[9786845619290962874]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9786845619290962874
+                }
+            }
+        },
+        "Entity_[612649925091]": {
+            "Id": "Entity_[612649925091]",
+            "Name": "Floor",
+            "Components": {
+                "Component_[10227245134697666617]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10227245134697666617
+                },
+                "Component_[10233168384066947009]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10233168384066947009
+                },
+                "Component_[10948637263770135070]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10948637263770135070,
+                    "Parent Entity": "Entity_[608354957795]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.4139423370361328
+                        ]
+                    }
+                },
+                "Component_[11708272362907012065]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11708272362907012065
+                },
+                "Component_[15039674813598565447]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15039674813598565447
+                },
+                "Component_[15053371707583918899]": {
+                    "$type": "SelectionComponent",
+                    "Id": 15053371707583918899
+                },
+                "Component_[1645518364346533149]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1645518364346533149
+                },
+                "Component_[17708141453018947923]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 17708141453018947923,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAK1WCMHYyZPBgPrkvZ9HeEHYyZPBgPrkvZ9HeEF7SsBAgPrkva1WCMF7SsBAgPrkva1WCMF7SsBAAAAAv59HeEF7SsBAAAAAv59HeEHYyZPBAAAAv61WCMHYyZPBAAAAvwcBAAQHAAQAAwQFBgQGBwcGAQACAwABAgYCAQYFAgUDAgUEAwsAAAAFCgsCAwQBAAcGCQhSVFJFAgAAALlYCMHeypPBxSAAvwAAAACrSXhBlE7AQFv0470AAAAAAACAPwAAgD8AAIA/AACAP/JRwDlH38M5OkXHNgAAAAAEAAAAAQAAAAIAAAAIAAAAAgAAAAAAAAC5WAjBuVgIwZNFeEG5WAjB3sqTwd7Kk8HeypPBYkbAQMUgAL+lAOa9xSAAv8UgAL+rSXhBq0l4QatJeEGrSXhBlE7AQJROwECUTsBAlE7AQFv0471b9OO9W/TjvVv0471wAAAAwwAAAAMBAABDAQAAuVgIwblYCMG5WAjBuVgIwd7Kk8HeypPB3sqTwd7Kk8HFIAC/xSAAv8UgAL/FIAC/q0l4QaFUCMGrSXhBq0l4QdLIk8GUTsBAlE7AQNLIk8Fb9OO9W/TjvXe+/75b9OO9AQAAACMAAABjAAAAoQAAANjJkzatVgjB2MmTwQAAAL+fR3hBe0rAQID65L0MAAAAMBgwGDAYMBgwGDAY"
+                    }
+                },
+                "Component_[3157089736428086812]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3157089736428086812
+                },
+                "Component_[4186338286569742225]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4186338286569742225
+                },
+                "Component_[7517855636249516838]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 7517855636249516838,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWrVYIwdjJk8GA+uS9n0d4QdjJk8GA+uS9n0d4QXtKwECA+uS9rVYIwXtKwECA+uS9rVYIwdjJk8EAAAC/n0d4QdjJk8EAAAC/n0d4QXtKwEAAAAC/rVYIwXtKwEAAAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDp9HcMHYyZdBrVYQQVCfHD+fR3DBe0qwwFCfHD/YyZdBrVYQQdjJl0GfR3DBe0qwwK1WEEF7SrDAn0dwwVCfHD+tVhBB2MmXQVCfHD97SrDAn0dwwXtKsMCtVhBBAACAP59HcMHYyZdBAACAP3tKsMCtVhBBe0qwwJ9HcMHYyZdBrVYQQdjJl0GfR3DBAACAP61WEEF7SrDAAACAP9jJl0GfR3DBUJ8cPwAAgD/YyZdBrVYQQQAAgD+fR3DBUJ8cP61WEEEAAIA/UJ8cP9jJl0FQnxw/e0qwwJ9HcMEAAIA/AACAP9jJl0FQnxw/e0qwwK1WEEFQnxw/AACAP3tKsMCfR3DBAACAP61WEEFQnxw/AACAP3tKsMBQnxw/2MmXQeAGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        9.021161079406738,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.517485618591309,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        -15.017485618591309,
+                                        0.6118059158325195
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        -18.473556518554688,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        18.973556518554688
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.521161079406738,
+                                        6.009091854095459,
+                                        -0.11180591583251953
+                                    ],
+                                    "UV": [
+                                        0.6118059158325195,
+                                        -5.509091854095459
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[9044061307102365601]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9044061307102365601
+                }
+            }
+        },
+        "Entity_[616944892387]": {
+            "Id": "Entity_[616944892387]",
+            "Name": "Wall_North",
+            "Components": {
+                "Component_[11240631416290528488]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 11240631416290528488,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWf3wIwQDWYLx4j3dATKh3QQDWYLx4j3dATKh3QQAAAD94j3dAf3wIwQAAAD94j3dAf3wIwQDWYLwAAAC/TKh3QQDWYLwAAAC/TKh3QQAAAD8AAAC/f3wIwQAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDkyob8FYgwM/f3wQQXiPV8BMqG/BAAAAAHiPV8BYgwM/f3wQQViDAz9MqG/BAAAAAH98EEEAAAAATKhvwXiPV8B/fBBBWIMDP3iPV8AAAAAATKhvwQAAAAB/fBBBAACAP0yob8FYgwM/AACAPwAAAAB/fBBBAAAAAEyob8FYgwM/f3wQQViDAz9MqG/BAACAP398EEEAAAAAAACAP1iDAz9MqG/BeI9XwAAAgD9YgwM/f3wQQQAAgD9MqG/BeI9XwH98EEEAAIA/eI9XwFiDAz94j1fAAAAAAEyob8EAAIA/AACAP1iDAz94j1fAAAAAAH98EEF4j1fAAACAPwAAAABMqG/BAACAP398EEF4j1fAAACAPwAAAAB4j1fAWIMDP+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[13126380370204277928]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13126380370204277928
+                },
+                "Component_[1371029574471032177]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1371029574471032177
+                },
+                "Component_[15478997555421802701]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 15478997555421802701
+                },
+                "Component_[17269083627226786244]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17269083627226786244
+                },
+                "Component_[17487992740731047000]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17487992740731047000
+                },
+                "Component_[261451536404158429]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 261451536404158429,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAH98CMEA1mC8eI93QEyod0EA1mC8eI93QEyod0EAAAA/eI93QH98CMEAAAA/eI93QH98CMEAAAA/AAAAv0yod0EAAAA/AAAAv0yod0EA1mC8AAAAv398CMEA1mC8AAAAvwcBAAQHAAQAAwcGAQQFBgQGBwUDAgUEAwACAwABAgYCAQYFAgsAAAAFCgsEAgMJCAEABwZSVFJFAgAAAIt+CMEnB2m8xSAAvwAAAABYqndBxSAAP6mXd0AAAAAAAACAPwAAgD8AAIA/AACAPzIVwDlmxQM3edCLOAAAAAAEAAAAAQAAAAIAAAAIAAAAAgAAAAAAAACLfgjBi34IwYt+CMFApndBJwdpvHe+/z4nB2m8JwdpvMUgAL/FIAC/R4d3QMUgAL9YqndBWKp3QViqd0FYqndBxSAAP8UgAD/FIAA/xSAAP6mXd0Cpl3dAqZd3QKmXd0BwAAAAwwAAAAMBAABDAQAAi34IwYt+CMGLfgjBi34IwScHabwnB2m8JwdpvCcHabzFIAC/xSAAv8UgAL/FIAC/WKp3QXN6CMFYqndBWKp3QdmkWLzFIAA/2aRYvMUgAD+pl3dAqZd3QKmXd0B3vv++AQAAACMAAABhAAAAgwAAAEyodzZ/fAjBANZgvAAAAL9MqHdBAAAAP3iPd0AMAAAAMBgwGBgwMBgwGDAY"
+                    }
+                },
+                "Component_[2682857824396413298]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 2682857824396413298
+                },
+                "Component_[2826427079149926506]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2826427079149926506
+                },
+                "Component_[7333447059751733378]": {
+                    "$type": "SelectionComponent",
+                    "Id": 7333447059751733378
+                },
+                "Component_[7878030604820351699]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7878030604820351699,
+                    "Parent Entity": "Entity_[608354957795]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            5.485822677612305,
+                            0.7343664169311523
+                        ]
+                    }
+                },
+                "Component_[8291123798861498140]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8291123798861498140
+                }
+            }
+        },
+        "Entity_[621239859683]": {
+            "Id": "Entity_[621239859683]",
+            "Name": "Wall_South",
+            "Components": {
+                "Component_[11240631416290528488]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 11240631416290528488,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWf3wIwQDWYLx4j3dATKh3QQDWYLx4j3dATKh3QQAAAD94j3dAf3wIwQAAAD94j3dAf3wIwQDWYLwAAAC/TKh3QQDWYLwAAAC/TKh3QQAAAD8AAAC/f3wIwQAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDkyob8FYgwM/f3wQQXiPV8BMqG/BAAAAAHiPV8BYgwM/f3wQQViDAz9MqG/BAAAAAH98EEEAAAAATKhvwXiPV8B/fBBBWIMDP3iPV8AAAAAATKhvwQAAAAB/fBBBAACAP0yob8FYgwM/AACAPwAAAAB/fBBBAAAAAEyob8FYgwM/f3wQQViDAz9MqG/BAACAP398EEEAAAAAAACAP1iDAz9MqG/BeI9XwAAAgD9YgwM/f3wQQQAAgD9MqG/BeI9XwH98EEEAAIA/eI9XwFiDAz94j1fAAAAAAEyob8EAAIA/AACAP1iDAz94j1fAAAAAAH98EEF4j1fAAACAPwAAAABMqG/BAACAP398EEF4j1fAAACAPwAAAAB4j1fAWIMDP+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[13126380370204277928]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13126380370204277928
+                },
+                "Component_[1371029574471032177]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1371029574471032177
+                },
+                "Component_[15478997555421802701]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 15478997555421802701
+                },
+                "Component_[17269083627226786244]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17269083627226786244
+                },
+                "Component_[17487992740731047000]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17487992740731047000
+                },
+                "Component_[17807259157968469584]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 17807259157968469584,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAH98CMEA1mC8eI93QEyod0EA1mC8eI93QEyod0EAAAA/eI93QH98CMEAAAA/eI93QH98CMEAAAA/AAAAv0yod0EAAAA/AAAAv0yod0EA1mC8AAAAv398CMEA1mC8AAAAvwcBAAQHAAQAAwcGAQQFBgQGBwUDAgUEAwACAwABAgYCAQYFAgsAAAAFCgsEAgMJCAEABwZSVFJFAgAAAIt+CMEnB2m8xSAAvwAAAABYqndBxSAAP6mXd0AAAAAAAACAPwAAgD8AAIA/AACAPzIVwDlmxQM3edCLOAAAAAAEAAAAAQAAAAIAAAAIAAAAAgAAAAAAAACLfgjBi34IwYt+CMFApndBJwdpvHe+/z4nB2m8JwdpvMUgAL/FIAC/R4d3QMUgAL9YqndBWKp3QViqd0FYqndBxSAAP8UgAD/FIAA/xSAAP6mXd0Cpl3dAqZd3QKmXd0BwAAAAwwAAAAMBAABDAQAAi34IwYt+CMGLfgjBi34IwScHabwnB2m8JwdpvCcHabzFIAC/xSAAv8UgAL/FIAC/WKp3QXN6CMFYqndBWKp3QdmkWLzFIAA/2aRYvMUgAD+pl3dAqZd3QKmXd0B3vv++AQAAACMAAABhAAAAgwAAAEyodzZ/fAjBANZgvAAAAL9MqHdBAAAAP3iPd0AMAAAAMBgwGBgwMBgwGDAY"
+                    }
+                },
+                "Component_[2682857824396413298]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 2682857824396413298
+                },
+                "Component_[2826427079149926506]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2826427079149926506
+                },
+                "Component_[7333447059751733378]": {
+                    "$type": "SelectionComponent",
+                    "Id": 7333447059751733378
+                },
+                "Component_[7878030604820351699]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7878030604820351699,
+                    "Parent Entity": "Entity_[608354957795]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -18.416534423828125,
+                            0.7343664169311523
+                        ]
+                    }
+                },
+                "Component_[8291123798861498140]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8291123798861498140
+                }
+            }
+        },
+        "Entity_[625534826979]": {
+            "Id": "Entity_[625534826979]",
+            "Name": "Wall_West",
+            "Components": {
+                "Component_[11240631416290528488]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 11240631416290528488,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWf3wIwQDWYLx4j3dATKh3QQDWYLx4j3dATKh3QQAAAD94j3dAf3wIwQAAAD94j3dAf3wIwQDWYLwAAAC/TKh3QQDWYLwAAAC/TKh3QQAAAD8AAAC/f3wIwQAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDkyob8FYgwM/f3wQQXiPV8BMqG/BAAAAAHiPV8BYgwM/f3wQQViDAz9MqG/BAAAAAH98EEEAAAAATKhvwXiPV8B/fBBBWIMDP3iPV8AAAAAATKhvwQAAAAB/fBBBAACAP0yob8FYgwM/AACAPwAAAAB/fBBBAAAAAEyob8FYgwM/f3wQQViDAz9MqG/BAACAP398EEEAAAAAAACAP1iDAz9MqG/BeI9XwAAAgD9YgwM/f3wQQQAAgD9MqG/BeI9XwH98EEEAAIA/eI9XwFiDAz94j1fAAAAAAEyob8EAAIA/AACAP1iDAz94j1fAAAAAAH98EEF4j1fAAACAPwAAAABMqG/BAACAP398EEF4j1fAAACAPwAAAAB4j1fAWIMDP+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[13126380370204277928]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13126380370204277928
+                },
+                "Component_[1371029574471032177]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1371029574471032177
+                },
+                "Component_[15478997555421802701]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 15478997555421802701
+                },
+                "Component_[16708867298693859172]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 16708867298693859172,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAH98CMEA1mC8eI93QEyod0EA1mC8eI93QEyod0EAAAA/eI93QH98CMEAAAA/eI93QH98CMEAAAA/AAAAv0yod0EAAAA/AAAAv0yod0EA1mC8AAAAv398CMEA1mC8AAAAvwcBAAQHAAQAAwcGAQQFBgQGBwUDAgUEAwACAwABAgYCAQYFAgsAAAAFCgsEAgMJCAEABwZSVFJFAgAAAIt+CMEnB2m8xSAAvwAAAABYqndBxSAAP6mXd0AAAAAAAACAPwAAgD8AAIA/AACAPzIVwDlmxQM3edCLOAAAAAAEAAAAAQAAAAIAAAAIAAAAAgAAAAAAAACLfgjBi34IwYt+CMFApndBJwdpvHe+/z4nB2m8JwdpvMUgAL/FIAC/R4d3QMUgAL9YqndBWKp3QViqd0FYqndBxSAAP8UgAD/FIAA/xSAAP6mXd0Cpl3dAqZd3QKmXd0BwAAAAwwAAAAMBAABDAQAAi34IwYt+CMGLfgjBi34IwScHabwnB2m8JwdpvCcHabzFIAC/xSAAv8UgAL/FIAC/WKp3QXN6CMFYqndBWKp3QdmkWLzFIAA/2aRYvMUgAD+pl3dAqZd3QKmXd0B3vv++AQAAACMAAABhAAAAgwAAAEyodzZ/fAjBANZgvAAAAL9MqHdBAAAAP3iPd0AMAAAAMBgwGBgwMBgwGDAY"
+                    }
+                },
+                "Component_[17269083627226786244]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17269083627226786244
+                },
+                "Component_[17487992740731047000]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17487992740731047000
+                },
+                "Component_[2682857824396413298]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 2682857824396413298
+                },
+                "Component_[2826427079149926506]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2826427079149926506
+                },
+                "Component_[7333447059751733378]": {
+                    "$type": "SelectionComponent",
+                    "Id": 7333447059751733378
+                },
+                "Component_[7878030604820351699]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7878030604820351699,
+                    "Parent Entity": "Entity_[608354957795]",
+                    "Transform Data": {
+                        "Translate": [
+                            -7.9868388175964355,
+                            -9.868377685546875,
+                            0.7343664169311523
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[8291123798861498140]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8291123798861498140
+                }
+            }
+        },
+        "Entity_[629829794275]": {
+            "Id": "Entity_[629829794275]",
+            "Name": "Wall_East",
+            "Components": {
+                "Component_[11240631416290528488]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 11240631416290528488,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWf3wIwQDWYLx4j3dATKh3QQDWYLx4j3dATKh3QQAAAD94j3dAf3wIwQAAAD94j3dAf3wIwQDWYLwAAAC/TKh3QQDWYLwAAAC/TKh3QQAAAD8AAAC/f3wIwQAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDkyob8FYgwM/f3wQQXiPV8BMqG/BAAAAAHiPV8BYgwM/f3wQQViDAz9MqG/BAAAAAH98EEEAAAAATKhvwXiPV8B/fBBBWIMDP3iPV8AAAAAATKhvwQAAAAB/fBBBAACAP0yob8FYgwM/AACAPwAAAAB/fBBBAAAAAEyob8FYgwM/f3wQQViDAz9MqG/BAACAP398EEEAAAAAAACAP1iDAz9MqG/BeI9XwAAAgD9YgwM/f3wQQQAAgD9MqG/BeI9XwH98EEEAAIA/eI9XwFiDAz94j1fAAAAAAEyob8EAAIA/AACAP1iDAz94j1fAAAAAAH98EEF4j1fAAACAPwAAAABMqG/BAACAP398EEF4j1fAAACAPwAAAAB4j1fAWIMDP+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAAAAAIAAAIA/AAAAAAAAAAAAAIA/AAAAgAAAAIAAAIC/AAAAAAAAAAAAAIC/AAAAAAAAgL8AAAAAAAAAgAAAgL8AAAAAAACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAAAAAAAAIAAAAAAAAAAQAAAAcAAAACAAAABgAAAAcAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAIAAAACAAAAAgAAAAMAAAAJAAAAAgAAAAgAAAAJAAAAAwAAAAIAAAACAAAAAwAAAAoAAAACAAAACgAAAAsAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAUAAAACAAAABAAAAAUAAAAGAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0,
+                                    -1.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        9.030394554138184,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        15.478588104248047,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -14.978588104248047,
+                                        -3.368131637573242
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        -0.013722896575927734,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.5137228965759277
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -8.530394554138184,
+                                        0.5,
+                                        3.868131637573242
+                                    ],
+                                    "UV": [
+                                        -3.368131637573242,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[13126380370204277928]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13126380370204277928
+                },
+                "Component_[1371029574471032177]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1371029574471032177
+                },
+                "Component_[1383529462607262374]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 1383529462607262374,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAH98CMEA1mC8eI93QEyod0EA1mC8eI93QEyod0EAAAA/eI93QH98CMEAAAA/eI93QH98CMEAAAA/AAAAv0yod0EAAAA/AAAAv0yod0EA1mC8AAAAv398CMEA1mC8AAAAvwcBAAQHAAQAAwcGAQQFBgQGBwUDAgUEAwACAwABAgYCAQYFAgsAAAAFCgsEAgMJCAEABwZSVFJFAgAAAIt+CMEnB2m8xSAAvwAAAABYqndBxSAAP6mXd0AAAAAAAACAPwAAgD8AAIA/AACAPzIVwDlmxQM3edCLOAAAAAAEAAAAAQAAAAIAAAAIAAAAAgAAAAAAAACLfgjBi34IwYt+CMFApndBJwdpvHe+/z4nB2m8JwdpvMUgAL/FIAC/R4d3QMUgAL9YqndBWKp3QViqd0FYqndBxSAAP8UgAD/FIAA/xSAAP6mXd0Cpl3dAqZd3QKmXd0BwAAAAwwAAAAMBAABDAQAAi34IwYt+CMGLfgjBi34IwScHabwnB2m8JwdpvCcHabzFIAC/xSAAv8UgAL/FIAC/WKp3QXN6CMFYqndBWKp3QdmkWLzFIAA/2aRYvMUgAD+pl3dAqZd3QKmXd0B3vv++AQAAACMAAABhAAAAgwAAAEyodzZ/fAjBANZgvAAAAL9MqHdBAAAAP3iPd0AMAAAAMBgwGBgwMBgwGDAY"
+                    }
+                },
+                "Component_[15478997555421802701]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 15478997555421802701
+                },
+                "Component_[17269083627226786244]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17269083627226786244
+                },
+                "Component_[17487992740731047000]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17487992740731047000
+                },
+                "Component_[2682857824396413298]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 2682857824396413298
+                },
+                "Component_[2826427079149926506]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2826427079149926506
+                },
+                "Component_[7333447059751733378]": {
+                    "$type": "SelectionComponent",
+                    "Id": 7333447059751733378
+                },
+                "Component_[7878030604820351699]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7878030604820351699,
+                    "Parent Entity": "Entity_[608354957795]",
+                    "Transform Data": {
+                        "Translate": [
+                            15.455394744873047,
+                            -9.868396759033203,
+                            0.7343664169311523
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[8291123798861498140]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8291123798861498140
+                }
+            }
+        },
+        "Entity_[638419728867]": {
+            "Id": "Entity_[638419728867]",
+            "Name": "Ramp_LowAngle",
+            "Components": {
+                "Component_[10131028141466756160]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 10131028141466756160,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAW2E0jwHHMOMCv3AQ/AAAAP3HMOMCv3AQ/AAAAPxVQAD93wwY/2E0jwBVQAD93wwY/2E0jwFFHBMFONQO/AAAAP1FHBMFONQO/AAAAPwAAAD8AAAC/2E0jwAAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDgAAAABxzFhA2E1DQHHMWEAAAAAAACqguuCVm7xxzFhA2E1DQHHMWEAAAAAAACqguthNQ0AAKqC6AAAAAOBu2LzYTUNAccxYQOBu2LwAKqC6AAAAAAAAAADYTUNAAACAPwAAAABRRwxBAACAPwAAAADYTUNAAAAAAAAAAABRRwxB2E1DQFFHDEEAAAAAUUcMQdhNQ0AAAAAAp5qBP1FHDEEAAAAAccxYQKeagT9RRwxB2E1DQFFHDEEAAAAAccxYQNhNQ0BRRwxB4JWbvHHMWEDgbti8ACqgugAAAAAAAIA/p5qBP1FHDEHgbti8ACqguthNQ0Dgbti8AACAPwAAAAAAAAAAAACAP9hNQ0Dgbti8AACAPwAAAADglZu8ccxYQOAGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAOalD7vY/38/AAAAAOalD7vY/38/AAAAAJNauzrw/3+/AAAAAJNauzrw/3+/AAAAACjTQL6Ya3s/AAAAACjTQL6Ya3s/AACAPwAAAAAAAACA//9/PwAAAAAAAAAAAAAAAPX/fz+UCpy6AAAAAPX/fz+UCpy6AACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAABgAAAAIAAAAGAAAABwAAAAUAAAACAAAABAAAAAUAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAMAAAACAAAAAgAAAAMAAAAKAAAAAgAAAAoAAAALAAAAAgAAAAIAAAACAAAAAwAAAAkAAAACAAAACAAAAAkAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAAAAAACAAAAAAAAAAEAAAAHAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.00219189515337348,
+                                    0.999997615814209
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.00219189515337348,
+                                    0.999997615814209
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    0.0014293960994109511,
+                                    -0.9999990463256836
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.0014293960994109511,
+                                    -0.9999990463256836
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.18830549716949463,
+                                    0.9821105003356934
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    -0.18830549716949463,
+                                    0.9821105003356934
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        1.012532114982605,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        1.012532114982605,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    0.9999999403953552,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.9999993443489075,
+                                    -0.0011905007995665073
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        3.051626205444336,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        0.5,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        0.0,
+                                        -0.02642005681991577
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    0.9999993443489075,
+                                    -0.0011905007995665073
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -8.267411231994629,
+                                        -0.512532114982605
+                                    ],
+                                    "UV": [
+                                        1.012532114982605,
+                                        8.767411231994629
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        -2.8874781131744385,
+                                        0.5189923644065857
+                                    ],
+                                    "UV": [
+                                        -0.018992364406585693,
+                                        3.3874781131744385
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -2.551626205444336,
+                                        0.5012219548225403,
+                                        0.5264200568199158
+                                    ],
+                                    "UV": [
+                                        -0.02642005681991577,
+                                        -0.0012219548225402832
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[12085888199863439116]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12085888199863439116
+                },
+                "Component_[12216446712796513102]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 12216446712796513102,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAANhNI8BxzDjAr9wEPwAAAD9xzDjAr9wEPwAAAD8VUAA/d8MGP9hNI8AVUAA/d8MGP9hNI8AAAAA/AAAAvwAAAD8AAAA/AAAAvwAAAD9RRwTBTjUDv9hNI8BRRwTBTjUDvwQGBwQFBgQHAAcGAQcBAAYCAQYFAgABAgACAwQAAwUEAwUDAgsAAAADAgoEBQcGAAELCAlSVFJFAgAAAAlWI8BdSQTBE1YDvwAAAADFIAA/2nAAPzzkBj8AAAAAAACAPwAAgD8AAIA/AACAP/1eQzj3UAw5rR2FNwAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAAAJViPACVYjwHe+/z4JViPAXUkEwV1JBMFdSQTBotQ4wBNWA78TVgO/E1YDv8UgAL/FIAA/xSAAP8UgAD/FIAA/xSAAP0DEOMDacAA/2nAAP3T9BD90/QQ/POQGPzzkBj8FAAAAYwAAAKMAAADpAAAAUUcENthNI8BRRwTBTjUDvwAAAD8VUAA/d8MGPwwAAAAwGBgYMDAYGDAwGDA="
+                    }
+                },
+                "Component_[13615032121913461883]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13615032121913461883
+                },
+                "Component_[15136634438631283528]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15136634438631283528
+                },
+                "Component_[17173841241494841753]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17173841241494841753
+                },
+                "Component_[18051825279869254126]": {
+                    "$type": "SelectionComponent",
+                    "Id": 18051825279869254126
+                },
+                "Component_[1920257537744435947]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1920257537744435947
+                },
+                "Component_[613141278963212071]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 613141278963212071
+                },
+                "Component_[7098023661640944532]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7098023661640944532
+                },
+                "Component_[8091767103976779153]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8091767103976779153,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            3.5558395385742188,
+                            10.111382484436035,
+                            2.4603896141052246
+                        ]
+                    }
+                },
+                "Component_[9797857525578537873]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9797857525578537873
+                }
+            }
+        },
+        "Entity_[642714696163]": {
+            "Id": "Entity_[642714696163]",
+            "Name": "Ramp_HighAngle",
+            "Components": {
+                "Component_[10131028141466756160]": {
+                    "$type": "EditorWhiteBoxComponent",
+                    "Id": 10131028141466756160,
+                    "WhiteBoxData": "T01UQQgAAAAMAAAAEgAAAAAWAAAAv8jjdb/Ohog/ZUz4P8jjdb/Ohog/ZUz4PwAAAD9JvYo/AAAAvwAAAD9JvYo/AAAAv80OR8CIcQK/ZUz4P80OR8CIcQK/ZUz4PwAAAD8AAAC/AAAAvwAAAD8AAAC/+BYCAQAYAAUEAgAVAQcAAAAGAgEIAwEbAgkFAAEfAwsMBgIeBwgOBQIaBgYKBwIQBQMSBAMUBQQPBwMZBAoWAQQdBQcRBAQBAQUXBAUiAAocAgYhBgkNBQYDAgcgAwgjBwsLBggHAwkTBwoJAAtYDmVMuL/k8bo/AACAP+Txuj9lTLi/AAAAAJwNEb/k8bo/AACAP+Txuj9lTLi/AAAAAAAAgD8AAAAAZUy4v5J6Fb8AAIA/5PG6P5J6Fb8AAAAAZUy4vwAAAAAAAIA/AACAP2VMuL/NDmdAAACAPwAAAAAAAIA/AAAAAGVMuL/NDmdAAACAP80OZ0BlTLi/zQ5nQAAAgD8AAAAAxDiBP80OZ0BlTLi/5PG6P8Q4gT/NDmdAAACAP80OZ0BlTLi/5PG6PwAAgD/NDmdAnA0Rv+Txuj+SehW/AAAAAGVMuL8AAIA/xDiBP80OZ0CSehW/AAAAAAAAgD+SehW/AACAPwAAAABlTLi/AACAPwAAgD+SehW/AACAPwAAAACcDRG/5PG6P+AGCRUbHxkdISPoBgQIDhIWGBwVIBsiHygWAAAAAFPrQbxq+38/AAAAAFPrQbxq+38/AAAAAG5DLTvG/3+/AAAAAG5DLTvG/3+/AAAAACteF7+MdE4/AAAAACteF7+MdE4/AACAPwAAAAAAAACAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAgAAAgD8AAAAAAACAvwAAAAAAAAAAAACAvwAAAAAAAAAAwsATdmVydGV4LWhpZGRlbi1wcm9wcwEAAAAAxsANcG9seWdvbi1wcm9wc8QAAAAMAAAABgAAAAIAAAAGAAAABwAAAAUAAAACAAAABAAAAAUAAAAEAAAAAgAAAAQAAAAFAAAACwAAAAIAAAAKAAAACwAAAAMAAAACAAAAAgAAAAMAAAAKAAAAAgAAAAoAAAALAAAAAgAAAAIAAAACAAAAAwAAAAkAAAACAAAACAAAAAkAAAABAAAAAgAAAAAAAAABAAAACAAAAAIAAAAIAAAACQAAAAAAAAACAAAAAAAAAAEAAAAHAAAAAgAAAAYAAAAHAAAAHAA=",
+                    "RenderData": {
+                        "Faces": [
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.01183589082211256,
+                                    0.9999300241470337
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.01183589082211256,
+                                    0.9999300241470337
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.002643789630383253,
+                                    -0.999996542930603
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    0.002643789630383253,
+                                    -0.999996542930603
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.5912806391716003,
+                                    0.8064658641815186
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    -0.5912806391716003,
+                                    0.8064658641815186
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.009544849395752,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    -0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.009544849395752,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Normal": [
+                                    0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        1.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        1.9398313760757446,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -1.4398313760757446,
+                                        -0.5839015245437622
+                                    ]
+                                },
+                                "Normal": [
+                                    -0.0,
+                                    1.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        -3.110278367996216,
+                                        -0.509544849395752
+                                    ],
+                                    "UV": [
+                                        1.009544849395752,
+                                        3.610278367996216
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            },
+                            {
+                                "Vertex1": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        -0.5
+                                    ],
+                                    "UV": [
+                                        1.0,
+                                        0.0
+                                    ]
+                                },
+                                "Vertex2": {
+                                    "Position": [
+                                        -0.5,
+                                        -0.9605069160461426,
+                                        1.0666139125823975
+                                    ],
+                                    "UV": [
+                                        -0.5666139125823975,
+                                        1.4605069160461426
+                                    ]
+                                },
+                                "Vertex3": {
+                                    "Position": [
+                                        -0.5,
+                                        0.5,
+                                        1.0839015245437622
+                                    ],
+                                    "UV": [
+                                        -0.5839015245437622,
+                                        0.0
+                                    ]
+                                },
+                                "Normal": [
+                                    -1.0,
+                                    0.0,
+                                    0.0
+                                ]
+                            }
+                        ]
+                    }
+                },
+                "Component_[12085888199863439116]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12085888199863439116
+                },
+                "Component_[13615032121913461883]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13615032121913461883
+                },
+                "Component_[15136634438631283528]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15136634438631283528
+                },
+                "Component_[17173841241494841753]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17173841241494841753
+                },
+                "Component_[17516515493546370751]": {
+                    "$type": "EditorWhiteBoxColliderComponent",
+                    "Id": 17516515493546370751,
+                    "Configuration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "propertyVisibilityFlags": 235
+                    },
+                    "MeshData": {
+                        "CookedData": "TlhTAU1FU0gPAAAAAAAAAAYAAAAIAAAADAAAAAAAAL/I43W/zoaIP2VM+D/I43W/zoaIP2VM+D8AAAA/Sb2KPwAAAL8AAAA/Sb2KPwAAAL8AAAA/AAAAv2VM+D8AAAA/AAAAv2VM+D/NDkfAiHECvwAAAL/NDkfAiHECvwcBAAcGAQQHAAQGBwQFBgYCAQYFAgABAgACAwQAAwUEAwUDAgsAAAAFBAoDAgcGAAELCAlSVFJFAgAAAMUgAL/+FkfATZICvwAAAADHXPg/xSAAP6vNij8AAAAAAACAPwAAgD8AAIA/AACAPzE3HDgWIGc4nhfMNwAAAAAEAAAAAQAAAAEAAAAEAAAAAQAAAAAAAADFIAC/xSAAvwM8+D/FIAC//hZHwP4WR8D+FkfAjQR2v02SAr9NkgK/TZICv8UgAL/HXPg/x1z4P8dc+D/HXPg/xSAAP8UgAD/FIAA/xSAAPzCXiD93vv++q82KP6vNij8FAAAAYwAAAKMAAADpAAAAzQ5HNQAAAL/NDkfAiHECv2VM+D8AAAA/Sb2KPwwAAAAwGBgwGDAYGDAwGDA="
+                    }
+                },
+                "Component_[18051825279869254126]": {
+                    "$type": "SelectionComponent",
+                    "Id": 18051825279869254126
+                },
+                "Component_[1920257537744435947]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1920257537744435947
+                },
+                "Component_[613141278963212071]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 613141278963212071
+                },
+                "Component_[7098023661640944532]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7098023661640944532
+                },
+                "Component_[8091767103976779153]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8091767103976779153,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.45976448059082,
+                            10.172477722167969,
+                            2.4669151306152344
+                        ]
+                    }
+                },
+                "Component_[9797857525578537873]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9797857525578537873
+                }
+            }
+        },
+        "Entity_[694254303715]": {
+            "Id": "Entity_[694254303715]",
+            "Name": "ElevatorTrigger",
+            "Components": {
+                "Component_[12950874487568872072]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12950874487568872072
+                },
+                "Component_[13035030003247773370]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13035030003247773370
+                },
+                "Component_[13162974579318965276]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13162974579318965276
+                },
+                "Component_[13541717048373802998]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 13541717048373802998
+                },
+                "Component_[13964692516627702206]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 13964692516627702206,
+                    "ColliderConfiguration": {
+                        "Trigger": true,
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "lambert3"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{F322592F-43BC-50E7-903C-CC231846093F}",
+                                    "subId": 87459996
+                                },
+                                "assetHint": "objects/_primitives/_cylinder_1x1.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{F322592F-43BC-50E7-903C-CC231846093F}",
+                                        "subId": 87459996
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "objects/_primitives/_cylinder_1x1.pxmesh"
+                                }
+                            }
+                        }
+                    },
+                    "DebugDrawSettings": {
+                        "LocallyEnabled": false
+                    }
+                },
+                "Component_[14829309809002534632]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14829309809002534632,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.0478901863098145,
+                            4.470898151397705,
+                            1.868317723274231
+                        ]
+                    }
+                },
+                "Component_[15301216408196139378]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 15301216408196139378,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 1738373820
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{E92A448E-A40B-5A5A-A943-BF53225C2ED7}"
+                                            },
+                                            "assetHint": "assets/steppad.azmaterial"
+                                        },
+                                        "PropertyOverrides": {
+                                            "general.doubleSided": {
+                                                "$type": "bool",
+                                                "Value": false
+                                            },
+                                            "opacity.factor": {
+                                                "$type": "float",
+                                                "Value": 0.5099999904632568
+                                            },
+                                            "opacity.mode": {
+                                                "$type": "unsigned int",
+                                                "Value": 3
+                                            },
+                                            "opacity.alphaAffectsSpecular": {
+                                                "$type": "float",
+                                                "Value": 0.33000001311302185
+                                            },
+                                            "irradiance.color": {
+                                                "$type": "Color",
+                                                "Value": [
+                                                    1.0,
+                                                    1.0,
+                                                    1.0,
+                                                    1.0
+                                                ]
+                                            },
+                                            "emissive.enable": {
+                                                "$type": "bool",
+                                                "Value": true
+                                            },
+                                            "emissive.intensity": {
+                                                "$type": "float",
+                                                "Value": 1.9199999570846558
+                                            },
+                                            "specularF0.factor": {
+                                                "$type": "float",
+                                                "Value": 0.5400000214576721
+                                            },
+                                            "emissive.color": {
+                                                "$type": "Color",
+                                                "Value": [
+                                                    0.024490730836987495,
+                                                    0.5510185360908508,
+                                                    0.43694210052490234,
+                                                    1.0
+                                                ]
+                                            },
+                                            "baseColor.color": {
+                                                "$type": "Color",
+                                                "Value": [
+                                                    0.14750896394252777,
+                                                    0.6440222859382629,
+                                                    0.8095216155052185,
+                                                    1.0
+                                                ]
+                                            },
+                                            "irradiance.factor": {
+                                                "$type": "float",
+                                                "Value": 1.0
+                                            },
+                                            "specularF0.enableMultiScatterCompensation": {
+                                                "$type": "bool",
+                                                "Value": false
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[162432670790192091]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 162432670790192091
+                },
+                "Component_[17049708807358490249]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17049708807358490249
+                },
+                "Component_[18010091943625198958]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18010091943625198958,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{F322592F-43BC-50E7-903C-CC231846093F}",
+                                    "subId": 276443623
+                                },
+                                "assetHint": "objects/_primitives/_cylinder_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[3777797618808960014]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3777797618808960014
+                },
+                "Component_[4141046006888939801]": {
+                    "$type": "SelectionComponent",
+                    "Id": 4141046006888939801
+                },
+                "Component_[6001566087276622676]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6001566087276622676
+                }
+            }
+        },
+        "Entity_[705260419969]": {
+            "Id": "Entity_[705260419969]",
+            "Name": "Stairs_Jump",
+            "Components": {
+                "Component_[10022980924489164088]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10022980924489164088,
+                    "Parent Entity": "Entity_[406885951515922]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.4574127197265625,
+                            -6.276810646057129,
+                            2.953728199005127
+                        ]
+                    }
+                },
+                "Component_[11505417403777448065]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 11505417403777448065
+                },
+                "Component_[12329502201664782199]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12329502201664782199
+                },
+                "Component_[1365641984214767080]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 1365641984214767080
+                },
+                "Component_[15135996072839494811]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15135996072839494811,
+                    "Child Entity Order": [
+                        "Entity_[2285764019244]",
+                        "Entity_[2341598594092]",
+                        "Entity_[2345893561388]",
+                        "Entity_[2350188528684]"
+                    ]
+                },
+                "Component_[1567663353996121645]": {
+                    "$type": "SelectionComponent",
+                    "Id": 1567663353996121645
+                },
+                "Component_[18256932115440279986]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 18256932115440279986
+                },
+                "Component_[4909892397060806863]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4909892397060806863
+                },
+                "Component_[6366111842584032103]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 6366111842584032103
+                },
+                "Component_[9159867837841103168]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9159867837841103168
+                }
+            }
+        },
+        "Entity_[719801845725]": {
+            "Id": "Entity_[719801845725]",
+            "Name": "Character",
+            "Components": {
+                "Component_[11009006836397928320]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 11009006836397928320,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 3974433873
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{65CC8EBA-330B-5DAC-8B37-242849812CDB}"
+                                            },
+                                            "assetHint": "assets/models/pc/textures/android_mtrl.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14239481647069560457]": {
+                    "$type": "SelectionComponent",
+                    "Id": 14239481647069560457
+                },
+                "Component_[14719999352480248908]": {
+                    "$type": "EditorActorComponent",
+                    "Id": 14719999352480248908,
+                    "ActorAsset": {
+                        "assetId": {
+                            "guid": "{A0E6EFF1-A722-5C49-8A7A-F4C3172DB3CE}",
+                            "subId": 353090291
+                        },
+                        "loadBehavior": "QueueLoad",
+                        "assetHint": "assets/models/pc/android_walk.actor"
+                    },
+                    "MaterialPerLOD": [
+                        {}
+                    ],
+                    "AttachmentTarget": "",
+                    "SkinningMethod": 1
+                },
+                "Component_[15994020814445663799]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15994020814445663799
+                },
+                "Component_[16393346640990799197]": {
+                    "$type": "EditorCharacterGameplayComponent",
+                    "Id": 16393346640990799197
+                },
+                "Component_[17450058378524795021]": {
+                    "$type": "EditorAnimGraphComponent",
+                    "Id": 17450058378524795021,
+                    "AnimGraphAsset": {
+                        "assetId": {
+                            "guid": "{88310053-5F9A-5A3B-9620-79229AF97EA7}"
+                        },
+                        "assetHint": "assets/models/pc/androidlocomotion.animgraph"
+                    },
+                    "MotionSetAsset": {
+                        "assetId": {
+                            "guid": "{62867AEC-7E5C-5C28-AD31-BBB75FEF7FD8}"
+                        },
+                        "assetHint": "assets/models/pc/androidstandard.motionset"
+                    },
+                    "ActiveMotionSetName": "MotionSet0",
+                    "ParameterDefaults": {
+                        "Parameters": [
+                            {
+                                "$type": "AzFramework::ScriptPropertyNumber",
+                                "id": 254213878,
+                                "name": "Speed"
+                            },
+                            {
+                                "$type": "AzFramework::ScriptPropertyBoolean",
+                                "id": 2813527574,
+                                "name": "Jump"
+                            }
+                        ]
+                    }
+                },
+                "Component_[236358919955029477]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 236358919955029477
+                },
+                "Component_[2568280062895882105]": {
+                    "$type": "EditorCharacterControllerComponent",
+                    "Id": 2568280062895882105,
+                    "Configuration": {
+                        "entityId": "",
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "Material": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        },
+                        "StepHeight": 0.30000001192092896,
+                        "ScaleCoeff": 1.2000000476837158
+                    },
+                    "ShapeConfig": {
+                        "Capsule": {
+                            "Height": 1.1099998950958252,
+                            "Radius": 0.17000000178813934
+                        }
+                    }
+                },
+                "Component_[2924453581738098133]": {
+                    "$type": "EditorScriptCanvasComponent",
+                    "Id": 2924453581738098133,
+                    "configuration": {
+                        "sourceHandle": {
+                            "id": "{5A6E4BB8-8CF7-596A-B152-99D9C5C6626A}",
+                            "path": "scriptcanvas/PlayerControl.scriptcanvas"
+                        },
+                        "sourceName": "PlayerControl.scriptcanvas",
+                        "propertyOverrides": {
+                            "source": {
+                                "id": "{5A6E4BB8-8CF7-596A-B152-99D9C5C6626A}",
+                                "path": "scriptcanvas/PlayerControl.scriptcanvas"
+                            }
+                        }
+                    }
+                },
+                "Component_[3401699082795911981]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3401699082795911981
+                },
+                "Component_[3663119393753649126]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3663119393753649126
+                },
+                "Component_[4225667411416199027]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4225667411416199027
+                },
+                "Component_[4660478021696430121]": {
+                    "$type": "GenericComponentWrapper",
+                    "Id": 4660478021696430121,
+                    "m_template": {
+                        "$type": "InputConfigurationComponent",
+                        "Input Event Bindings": {
+                            "assetId": {
+                                "guid": "{2F4EA907-6DC4-52E2-B6F5-3AB70FB43305}"
+                            },
+                            "assetHint": "assets/playercontrols.inputbindings"
+                        }
+                    }
+                },
+                "Component_[5288833785304309604]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 5288833785304309604
+                },
+                "Component_[5526361705507070319]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 5526361705507070319
+                },
+                "Component_[6723346979061697038]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6723346979061697038,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.906853675842285,
+                            -6.499639511108398,
+                            0.30414846539497375
+                        ],
+                        "UniformScale": 0.699999988079071
+                    }
+                },
+                "Component_[879526004147590042]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 879526004147590042
+                }
+            }
+        },
+        "Entity_[874642930147]": {
+            "Id": "Entity_[874642930147]",
+            "Name": "Ball",
+            "Components": {
+                "Component_[1012319406525053057]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 1012319406525053057
+                },
+                "Component_[11079598446903666347]": {
+                    "$type": "SelectionComponent",
+                    "Id": 11079598446903666347
+                },
+                "Component_[13899676233791066677]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13899676233791066677
+                },
+                "Component_[14965010166316724573]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 14965010166316724573,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 1738373820
+                                    },
+                                    "Value": {
+                                        "PropertyOverrides": {
+                                            "baseColor.color": {
+                                                "$type": "Color",
+                                                "Value": [
+                                                    0.9195238947868347,
+                                                    0.9455710649490356,
+                                                    0.16389715671539307,
+                                                    1.0
+                                                ]
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[15754755588741885911]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15754755588741885911
+                },
+                "Component_[16519285898850307594]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16519285898850307594
+                },
+                "Component_[16775793230952749983]": {
+                    "$type": "EditorRigidBodyComponent",
+                    "Id": 16775793230952749983,
+                    "Configuration": {
+                        "entityId": "",
+                        "Compute Mass": false,
+                        "Mass": 14.999999046325684,
+                        "Inertia tensor": [
+                            1.4999998807907104,
+                            0.0,
+                            0.0,
+                            0.0,
+                            1.4999998807907104,
+                            0.0,
+                            0.0,
+                            0.0,
+                            1.4999998807907104
+                        ]
+                    }
+                },
+                "Component_[3021083860290302419]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3021083860290302419
+                },
+                "Component_[3694809353334991579]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 3694809353334991579,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object"
+                                }
+                            ]
+                        },
+                        "MaterialSelection": {
+                            "MaterialIds": [
+                                {}
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 0
+                    }
+                },
+                "Component_[4726937792882524528]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4726937792882524528
+                },
+                "Component_[5706396642604848565]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 5706396642604848565,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{1EE46427-D1C2-5698-B30D-B4CCF46B15CD}",
+                                    "subId": 274434668
+                                },
+                                "assetHint": "objects/_primitives/_sphere_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6559952667942727533]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6559952667942727533
+                },
+                "Component_[8905459119793288655]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8905459119793288655,
+                    "Parent Entity": "Entity_[1146574390643]",
+                    "Transform Data": {
+                        "Translate": [
+                            -3.275703191757202,
+                            -7.49900484085083,
+                            1.983054280281067
+                        ]
+                    }
+                },
+                "Component_[9074941581778783221]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9074941581778783221
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[143348280209503]": {
+            "Source": "Prefabs/Collectible.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Parent Entity",
+                    "value": "../Entity_[1146574390643]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Translate/0",
+                    "value": 11.414133071899414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Translate/1",
+                    "value": -11.425616264343262
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Translate/2",
+                    "value": 2.708913564682007
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Rotate/0",
+                    "value": -35.0000114440918
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Rotate/1",
+                    "value": -29.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11182117306427975637]/Transform Data/Rotate/2",
+                    "value": -9.000000953674316
+                }
+            ]
+        }
+    }
+}

+ 12 - 0
Levels/Main/tags.txt

@@ -0,0 +1,12 @@
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0
+0,0,0,0,0,0

+ 8 - 0
Platform/Android/android_project.cmake

@@ -0,0 +1,8 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+

+ 9 - 0
Platform/Android/android_project.json

@@ -0,0 +1,9 @@
+{
+    "Tags": ["Android"],
+    "android_settings" : {
+        "package_name" : "org.o3de.ThirdPersonTemplate",
+        "version_number" : 1,
+        "version_name" : "1.0.0.0",
+        "orientation" : "landscape"
+    }
+}

+ 8 - 0
Platform/Linux/linux_project.cmake

@@ -0,0 +1,8 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+

+ 3 - 0
Platform/Linux/linux_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Linux"]
+}

+ 8 - 0
Platform/Mac/mac_project.cmake

@@ -0,0 +1,8 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+

+ 3 - 0
Platform/Mac/mac_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Mac"]
+}

+ 8 - 0
Platform/Windows/windows_project.cmake

@@ -0,0 +1,8 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+

+ 3 - 0
Platform/Windows/windows_project.json

@@ -0,0 +1,3 @@
+{
+  "Tags": ["Windows"]
+}

+ 8 - 0
Platform/iOS/ios_project.cmake

@@ -0,0 +1,8 @@
+# {BEGIN_LICENSE}
+# Copyright (c) Contributors to the Open 3D Engine Project.
+# For complete copyright and license terms please see the LICENSE at the root of this distribution.
+#
+# SPDX-License-Identifier: Apache-2.0 OR MIT
+#
+# {END_LICENSE}
+

+ 3 - 0
Platform/iOS/ios_project.json

@@ -0,0 +1,3 @@
+{
+    "Tags": ["iOS"]
+}

+ 189 - 0
Prefabs/Android_Prefab.prefab

@@ -0,0 +1,189 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Android_Prefab",
+        "Components": {
+            "Component_[12608899460700152365]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 12608899460700152365,
+                "Parent Entity": ""
+            },
+            "Component_[126371487716921549]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 126371487716921549
+            },
+            "Component_[1324645742577776147]": {
+                "$type": "EditorLockComponent",
+                "Id": 1324645742577776147
+            },
+            "Component_[13345036657818773140]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 13345036657818773140
+            },
+            "Component_[13504343023675999363]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 13504343023675999363
+            },
+            "Component_[14693204000617121859]": {
+                "$type": "SelectionComponent",
+                "Id": 14693204000617121859
+            },
+            "Component_[14857112201295173939]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 14857112201295173939
+            },
+            "Component_[15349934095778771551]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 15349934095778771551
+            },
+            "Component_[552487913655415012]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 552487913655415012
+            },
+            "Component_[6834749892590874810]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 6834749892590874810
+            },
+            "Component_[903022077010714613]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 903022077010714613,
+                "Child Entity Order": [
+                    "Entity_[1387411722564]"
+                ]
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[1387411722564]": {
+            "Id": "Entity_[1387411722564]",
+            "Name": "Android",
+            "Components": {
+                "Component_[10908071952808096099]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10908071952808096099
+                },
+                "Component_[11071982964141319544]": {
+                    "$type": "SelectionComponent",
+                    "Id": 11071982964141319544
+                },
+                "Component_[12028972756164124191]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12028972756164124191
+                },
+                "Component_[1368694543754624949]": {
+                    "$type": "EditorSimpleMotionComponent",
+                    "Id": 1368694543754624949,
+                    "PreviewInEditor": true,
+                    "Configuration": {
+                        "MotionAsset": {
+                            "assetId": {
+                                "guid": "{2D187C92-2745-513F-B8EF-EC58AA9F5D31}",
+                                "subId": 817233063
+                            },
+                            "assetHint": "assets/models/pc/android_jump.motion"
+                        },
+                        "Loop": true
+                    }
+                },
+                "Component_[16099062315539129289]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16099062315539129289,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[16149143152445474410]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 16149143152445474410,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {},
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{65CC8EBA-330B-5DAC-8B37-242849812CDB}"
+                                            },
+                                            "assetHint": "assets/models/pc/textures/android_mtrl.azmaterial"
+                                        }
+                                    }
+                                },
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 3974433873
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{65CC8EBA-330B-5DAC-8B37-242849812CDB}"
+                                            },
+                                            "assetHint": "assets/models/pc/textures/android_mtrl.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[16758381442597738460]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16758381442597738460
+                },
+                "Component_[3161897114264067669]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3161897114264067669
+                },
+                "Component_[3292895553743557330]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3292895553743557330,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 16099062315539129289
+                        },
+                        {
+                            "ComponentId": 8552203022794052722,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 16149143152445474410,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 1368694543754624949,
+                            "SortIndex": 3
+                        }
+                    ]
+                },
+                "Component_[4262788588164192991]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4262788588164192991
+                },
+                "Component_[6694334594694128314]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6694334594694128314
+                },
+                "Component_[7637233062195036582]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7637233062195036582
+                },
+                "Component_[8552203022794052722]": {
+                    "$type": "EditorActorComponent",
+                    "Id": 8552203022794052722,
+                    "ActorAsset": {
+                        "assetId": {
+                            "guid": "{21BA015D-3A4D-53E5-8A25-E1BF9BBA5992}",
+                            "subId": 1874855987
+                        },
+                        "loadBehavior": "QueueLoad",
+                        "assetHint": "assets/models/pc/android.actor"
+                    },
+                    "MaterialPerLOD": [
+                        {}
+                    ],
+                    "AttachmentTarget": "",
+                    "RenderSkeleton": true,
+                    "SkinningMethod": 1
+                }
+            }
+        }
+    }
+}

+ 224 - 0
Prefabs/Collectible.prefab

@@ -0,0 +1,224 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Collectible",
+        "Components": {
+            "Component_[10933977685393510941]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 10933977685393510941
+            },
+            "Component_[11182117306427975637]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 11182117306427975637,
+                "Parent Entity": ""
+            },
+            "Component_[11672987021758719192]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 11672987021758719192
+            },
+            "Component_[12343073099507274803]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 12343073099507274803
+            },
+            "Component_[12485620314166929417]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 12485620314166929417
+            },
+            "Component_[13646285078552202842]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 13646285078552202842
+            },
+            "Component_[14609563688910737658]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 14609563688910737658
+            },
+            "Component_[4428178578851278737]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 4428178578851278737
+            },
+            "Component_[4461717902491111011]": {
+                "$type": "SelectionComponent",
+                "Id": 4461717902491111011
+            },
+            "Component_[5283844577816374739]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 5283844577816374739,
+                "Child Entity Order": [
+                    "Entity_[143356870144095]"
+                ]
+            },
+            "Component_[8943074796275123520]": {
+                "$type": "EditorLockComponent",
+                "Id": 8943074796275123520
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[143356870144095]": {
+            "Id": "Entity_[143356870144095]",
+            "Name": "Collectible",
+            "Components": {
+                "Component_[13340164508587592435]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 13340164508587592435
+                },
+                "Component_[13441388418493720453]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13441388418493720453,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6184911613091567985
+                        },
+                        {
+                            "ComponentId": 13744430760589274358,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 3213294495853084925,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 14226160619004165455,
+                            "SortIndex": 3
+                        },
+                        {
+                            "ComponentId": 13969733564573068354,
+                            "SortIndex": 4
+                        }
+                    ]
+                },
+                "Component_[13744430760589274358]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 13744430760589274358,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[13969733564573068354]": {
+                    "$type": "EditorScriptCanvasComponent",
+                    "Id": 13969733564573068354,
+                    "configuration": {
+                        "sourceHandle": {
+                            "id": "{5DAF5EBA-DCD3-5AA0-9BD1-4137C6C92950}",
+                            "path": "scriptcanvas/Collectible.scriptcanvas"
+                        },
+                        "sourceName": "Collectible.scriptcanvas",
+                        "propertyOverrides": {
+                            "source": {
+                                "id": "{5DAF5EBA-DCD3-5AA0-9BD1-4137C6C92950}",
+                                "path": "scriptcanvas/Collectible.scriptcanvas"
+                            }
+                        }
+                    }
+                },
+                "Component_[14226160619004165455]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 14226160619004165455,
+                    "ColliderConfiguration": {
+                        "Trigger": true,
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "_Box_1x1__1__MiddleGrey__physNone"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 858390244
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.pxmesh"
+                            },
+                            "Configuration": {
+                                "Scale": [
+                                    0.30000001192092896,
+                                    0.30000001192092896,
+                                    0.30000001192092896
+                                ],
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                        "subId": 858390244
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "objects/_primitives/_box_1x1.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[17272315518812956786]": {
+                    "$type": "SelectionComponent",
+                    "Id": 17272315518812956786
+                },
+                "Component_[18227828085689489617]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 18227828085689489617
+                },
+                "Component_[2088613048280963316]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 2088613048280963316
+                },
+                "Component_[3192149626544746691]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3192149626544746691
+                },
+                "Component_[3213294495853084925]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 3213294495853084925,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{32DC0350-7EF9-5847-97EF-A6BF538935F8}"
+                                            },
+                                            "assetHint": "assets/collectible.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[6184911613091567985]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6184911613091567985,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "UniformScale": 0.30000001192092896
+                    }
+                },
+                "Component_[8100106453992571960]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8100106453992571960
+                },
+                "Component_[8165147138385899271]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 8165147138385899271
+                },
+                "Component_[8817949744078816002]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8817949744078816002
+                }
+            }
+        }
+    }
+}

+ 149 - 0
Prefabs/android.prefab

@@ -0,0 +1,149 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "android",
+        "Components": {
+            "Component_[12802740632472326304]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 12802740632472326304,
+                "Parent Entity": ""
+            },
+            "Component_[14592138980375474256]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 14592138980375474256
+            },
+            "Component_[15141198874869842480]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 15141198874869842480
+            },
+            "Component_[17100026029996147803]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 17100026029996147803
+            },
+            "Component_[18389923506941123655]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 18389923506941123655,
+                "Child Entity Order": [
+                    "Entity_[1129689153726]"
+                ]
+            },
+            "Component_[18417964423209391078]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 18417964423209391078
+            },
+            "Component_[3807617838671558736]": {
+                "$type": "EditorLockComponent",
+                "Id": 3807617838671558736
+            },
+            "Component_[6213543483860224725]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 6213543483860224725
+            },
+            "Component_[7314031352673479252]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 7314031352673479252
+            },
+            "Component_[8004362792288197203]": {
+                "$type": "SelectionComponent",
+                "Id": 8004362792288197203
+            },
+            "Component_[9661577852336750220]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 9661577852336750220
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[1129689153726]": {
+            "Id": "Entity_[1129689153726]",
+            "Name": "android_idle",
+            "Components": {
+                "Component_[10490549215001994007]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10490549215001994007
+                },
+                "Component_[13073458435663017256]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13073458435663017256
+                },
+                "Component_[14618104930126795185]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 14618104930126795185
+                },
+                "Component_[16362193468159288955]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16362193468159288955,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 2170995135783919897
+                        },
+                        {
+                            "ComponentId": 8191308940433813421,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 2519358792250663177,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16834175549283095859]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 16834175549283095859
+                },
+                "Component_[2170995135783919897]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 2170995135783919897,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[2519358792250663177]": {
+                    "$type": "EditorSimpleMotionComponent",
+                    "Id": 2519358792250663177,
+                    "Configuration": {
+                        "MotionAsset": {
+                            "assetId": {
+                                "guid": "{28CFDC1C-6B57-5117-81E5-B7D831F70A26}",
+                                "subId": 3025796987
+                            },
+                            "assetHint": "assets/models/pc/android_idle.motion"
+                        },
+                        "Loop": true
+                    }
+                },
+                "Component_[2722259894227844250]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2722259894227844250
+                },
+                "Component_[3455588932459288487]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3455588932459288487
+                },
+                "Component_[4803200832448936154]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4803200832448936154
+                },
+                "Component_[8191308940433813421]": {
+                    "$type": "EditorActorComponent",
+                    "Id": 8191308940433813421,
+                    "ActorAsset": {
+                        "assetId": {
+                            "guid": "{A0E6EFF1-A722-5C49-8A7A-F4C3172DB3CE}",
+                            "subId": 353090291
+                        },
+                        "loadBehavior": "QueueLoad",
+                        "assetHint": "assets/models/pc/android_walk.actor"
+                    },
+                    "MaterialPerLOD": [
+                        {}
+                    ],
+                    "AttachmentTarget": "",
+                    "SkinningMethod": 1
+                },
+                "Component_[8955235714794036601]": {
+                    "$type": "SelectionComponent",
+                    "Id": 8955235714794036601
+                }
+            }
+        }
+    }
+}

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# Thirpertem
+
+A template project to showcase a simple Third Person Character Controller. This project is available via the Remote Projects system within the O3DE Project Manager.
+
+## Summary
+
+The Third Person Template Project is a simple foundation project to help users learn about fundamental O3DE concepts and features. Utilizing core components of the engine, users are able to take a rigged character model with animations and use it within a game context. In addition, with a standard O3DE Gem, users can create a simple follow camera system.
+
+## Features Used
+
+1. Camera Framework Gem for Camera Rig Functionality
+2. PhysX Rigidbody, Colliders, & Character Controller
+4. Script Canvas
+5. Whitebox Component
+6. EMFX
+7. Prefabs

+ 23 - 0
Registry/assetprocessor_settings.setreg

@@ -0,0 +1,23 @@
+{
+    "Amazon": {
+        "AssetProcessor": {
+            "Settings": {
+                "ScanFolder Project/ShaderLib": {
+                    "watch": "@PROJECTROOT@/ShaderLib",
+                    "recursive": 1,
+                    "order": 1
+                },
+                "ScanFolder Project/Shaders": {
+                    "watch": "@PROJECTROOT@/Shaders",
+                    "recurisve": 1,
+                    "order": 2
+                },
+                "ScanFolder Project/Registry": {
+                    "watch": "@PROJECTROOT@/Registry",
+                    "recursive": 1,
+                    "order": 3
+                }
+            }
+        }
+    }
+}

+ 10 - 0
Registry/awscoreconfiguration.setreg

@@ -0,0 +1,10 @@
+{
+    "Amazon":
+    {
+        "AWSCore":
+        {
+            "ProfileName": "default",
+            "ResourceMappingConfigFileName": "default_aws_resource_mappings.json"
+        }
+    }
+}

+ 11 - 0
Registry/physxdebugconfiguration.setreg

@@ -0,0 +1,11 @@
+{
+    "Amazon": {
+        "Gems": {
+            "PhysX": {
+                "Debug": {
+                    "PhysXDebugConfiguration": {}
+                }
+            }
+        }
+    }
+}

+ 9 - 0
Registry/physxdefaultsceneconfiguration.setreg

@@ -0,0 +1,9 @@
+{
+    "Amazon": {
+        "Gems": {
+            "PhysX": {
+                "DefaultSceneConfiguration": {}
+            }
+        }
+    }
+}

+ 105 - 0
Registry/physxsystemconfiguration.setreg

@@ -0,0 +1,105 @@
+{
+    "Amazon": {
+        "Gems": {
+            "PhysX": {
+                "PhysXSystemConfiguration": {
+                    "CollisionConfig": {
+                        "Layers": {
+                            "LayerNames": [
+                                "Default",
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {},
+                                {}
+                            ]
+                        },
+                        "Groups": {
+                            "GroupPresets": [
+                                {
+                                    "Name": "All",
+                                    "ReadOnly": true
+                                },
+                                {
+                                    "Id": {
+                                        "GroupId": "{8A74773A-8509-465F-8D3C-B76BB6404993}"
+                                    },
+                                    "Name": "None",
+                                    "Group": {
+                                        "Mask": 0
+                                    },
+                                    "ReadOnly": true
+                                }
+                            ]
+                        }
+                    },
+                    "MaterialLibrary": {
+                        "assetId": {
+                            "guid": "{7CDF49C3-91A2-5C4E-B642-6D1AEC80E70E}"
+                        },
+                        "loadBehavior": "QueueLoad",
+                        "assetHint": "assets/physics/surfacetypemateriallibrary.physmaterial"
+                    }
+                }
+            }
+        }
+    }
+}

+ 3 - 0
Resources/GameSDK.ico

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba0704efd586fee72b3d45b19163a1b67cd5594bcbf57cb28d796e2919502aba
+size 148143

+ 3 - 0
Resources/LegacyLogoLauncher.bmp

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef3584c695998fd5f2d137148a11f68602523c817af5d18fdd6c56b0b5278a6c
+size 462760

+ 6 - 0
Resources/Platform/Mac/Images.xcassets/Contents.json

@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

+ 68 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/Contents.json

@@ -0,0 +1,68 @@
+{
+  "images" : [
+    {
+      "size" : "16x16",
+      "idiom" : "mac",
+      "filename" : "icon_16.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "16x16",
+      "idiom" : "mac",
+      "filename" : "icon_16_2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "32x32",
+      "idiom" : "mac",
+      "filename" : "icon_32.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "32x32",
+      "idiom" : "mac",
+      "filename" : "icon_32_2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "128x128",
+      "idiom" : "mac",
+      "filename" : "icon_128.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "128x128",
+      "idiom" : "mac",
+      "filename" : "icon_128_2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "256x256",
+      "idiom" : "mac",
+      "filename" : "icon_256.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "256x256",
+      "idiom" : "mac",
+      "filename" : "icon_256_2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "512x512",
+      "idiom" : "mac",
+      "filename" : "icon_512.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "512x512",
+      "idiom" : "mac",
+      "filename" : "icon_512_2x.png",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2a3c136f7b2a511eed671ebb00dd3cc60e4accd511caade4fc7813a1ea2ae6a8
+size 6731

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128_2x.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4d841d75c32539c3364f37815bc69699ab27ca064ba1c70f4700aef369851f34
+size 6731

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_16.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8f42f51ad40e2fe400002473a5dc60d11fe003a9280a16c85b6f4611a90c3049
+size 1290

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_16_2x.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a15e80648085e63ca2504cd88b9dcc2ea9bd568a4fc094bf4b2b6332293665e4
+size 1290

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6d5a16c796e26a7de4bca532bf9547d0e20d643f7f3fabd6cc7fe55e0a8de674
+size 13328

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256_2x.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:902c53d384ec0abbafdb9fc169c0c0e629b0011522fcc344178fc91e5507080b
+size 13328

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_32.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:116fb5ac7ccbe734e1a233b263651a62956176ba227e3227dde8b9e582f9df84
+size 2006

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_32_2x.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b0f2f08c999ae797ed013ed9656f2817caf18a6c109b09f917b2571ac0882cf
+size 4032

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_512.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5466a6281c4103c0efa30bb41e727d076280fbb2bff0f871598523fce53004c3
+size 27527

+ 3 - 0
Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_512_2x.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e9aaf5d13439a7c0466d99951a2db96882299af6beaabdffdc639bad22fc0e57
+size 27527

+ 24 - 0
Resources/Platform/Mac/Info.plist

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<false/>
+	<key>CFBundleDisplayName</key>
+	<string>ThirdPersonTemplate</string>
+	<key>CFBundleExecutable</key>
+	<string>ThirdPersonTemplate.GameLauncher</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.amazon.ThirdPersonTemplate</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.0</string>
+	<key>CFBundleSignature</key>
+	<string>03DE</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.0</string>
+	<key>LSApplicationCategoryType</key>
+	<string>public.app-category.puzzle-games</string>
+</dict>
+</plist>

+ 6 - 0
Resources/Platform/iOS/Images.xcassets/Contents.json

@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

+ 169 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/Contents.json

@@ -0,0 +1,169 @@
+{
+  "images" : [
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2436h",
+      "filename" : "iPhoneLaunchImage1125x2436.png",
+      "minimum-system-version" : "11.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2436h",
+      "filename" : "iPhoneLaunchImage2436x1125.png",
+      "minimum-system-version" : "11.0",
+      "orientation" : "landscape",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "736h",
+      "filename" : "iPhoneLaunchImage1242x2208.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "736h",
+      "filename" : "iPhoneLaunchImage2208x1242.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "landscape",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "667h",
+      "filename" : "iPhoneLaunchImage750x1334.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "filename" : "iPhoneLaunchImage640x960.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "2x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "retina4",
+      "filename" : "iPhoneLaunchImage640x1136.png",
+      "minimum-system-version" : "7.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "filename" : "iPadLaunchImage768x1024.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "filename" : "iPadLaunchImage1024x768.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "filename" : "iPadLaunchImage1536x2048.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "filename" : "iPadLaunchImage2048x1536.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "subtype" : "retina4",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "to-status-bar",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "extent" : "to-status-bar",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "to-status-bar",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "extent" : "to-status-bar",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "landscape",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38583298f4d1a5baa0b55633c8314bad93abe80794e57a7d6a64ff88964b9165
+size 21711

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b75b156d6be43cdaa2bc3699b4a5b601a33df6061b12452922ec35e0f55179fa
+size 52195

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ba634166ac4960b554252e40141167ba2f9b3b673d058aa473be1c2fb9ba804
+size 54510

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:596171ca532b8ff564ab14e3d525f1d91995684b910d66fcdcd0b85c61a232dc
+size 23354

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a989ae9fec0ab04159d5a5360306b4f174b1887b21f58e241fa26fd468a4c809
+size 20870

+ 3 - 0
Resources/Platform/iOS/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png

@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:276a83ca591e3616e489970d95aa56c3456aada212578bf885bf42610dbaade9
+size 21139

+ 116 - 0
Resources/Platform/iOS/Images.xcassets/TestDPAppIcon.appiconset/Contents.json

@@ -0,0 +1,116 @@
+{
+  "images" : [
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "iPhoneNotificationIcon40x40.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "iPhoneNotificationIcon60x60.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "iPhoneSettingsIcon58x58.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "iPhoneSettingsIcon87x87.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "iPhoneSpotlightIcon80x80.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "iPhoneSpotlightIcon120x120.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "iPhoneAppIcon120x120.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "iPhoneAppIcon180x180.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "iPadNotificationIcon20x20.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "iPadNotificationIcon40x40.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "iPadSettingsIcon29x29.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "iPadSettingsIcon58x58.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "iPadSpotlightIcon40x40.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "iPadSpotlightIcon80x80.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "iPadAppIcon76x76.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "iPadAppIcon152x152.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "83.5x83.5",
+      "idiom" : "ipad",
+      "filename" : "iPadProAppIcon167x167.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "1024x1024",
+      "idiom" : "ios-marketing",
+      "filename" : "iOSAppStoreIcon1024x1024.png",
+      "scale" : "1x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно