Просмотр исходного кода

Warehouse Asset Gem (#174)

* Added warehouse assets.

Co-authored-by: Paweł Budziszewski <[email protected]>
Co-authored-by: Piotr Rząd <[email protected]>
Signed-off-by: Michał Pełka <[email protected]>

* Cleaning up

- Moved prefabs from the top level of Prefabs tree
- Scaled floor to match walls
- Removed unused objects
- Cleaned some object names

Signed-off-by: Paweł Budziszewski <[email protected]>

* Adjust to review, add icon.

Signed-off-by: Michał Pełka <[email protected]>

---------

Signed-off-by: Michał Pełka <[email protected]>
Signed-off-by: Paweł Budziszewski <[email protected]>
Co-authored-by: Paweł Budziszewski <[email protected]>
Co-authored-by: Piotr Rząd <[email protected]>
Michał Pełka 2 лет назад
Родитель
Сommit
124dcaf77b
100 измененных файлов с 41809 добавлено и 0 удалено
  1. 0 0
      Gems/WarehouseAssets/.gitignore
  2. 27946 0
      Gems/WarehouseAssets/Assets/Prefabs/WarehouseScene.prefab
  3. 148 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab
  4. 148 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab
  5. 148 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab
  6. 169 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab
  7. 186 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseRack.prefab
  8. 137 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Misc/Movable_blue.prefab
  9. 207 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab
  10. 231 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab
  11. 1010 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack1.prefab
  12. 963 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab
  13. 672 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack3.prefab
  14. 399 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_on_wheels.prefab
  15. 976 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack1.prefab
  16. 875 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack2.prefab
  17. 1215 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack3.prefab
  18. 807 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack4.prefab
  19. 1064 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack5.prefab
  20. 374 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab
  21. 143 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab
  22. 139 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Wall_GI.prefab
  23. 217 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Floor.prefab
  24. 1526 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Roof.prefab
  25. 1119 0
      Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Walls.prefab
  26. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_blue.material
  27. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_blue.png
  28. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_corner.material
  29. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_corner.png
  30. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end1.material
  31. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end1.png
  32. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end2.material
  33. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end2.png
  34. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_line.material
  35. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_line.png
  36. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid1.material
  37. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid1.png
  38. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid2.material
  39. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid2.png
  40. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces1.material
  41. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces1.png
  42. 8 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces_circle.material
  43. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces_circle.png
  44. 22 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseBoxes.material
  45. 22 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseFloor.material
  46. 21 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseGate.material
  47. 17 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules.material
  48. 17 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules_lamps.material
  49. 17 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules_roof.material
  50. 21 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseProps.material
  51. 22 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseStorage.material
  52. 22 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseStorageOnWheels.material
  53. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box1.fbx
  54. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box2.fbx
  55. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box3.fbx
  56. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box4.fbx
  57. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_FrontRackProtector.fbx
  58. 74 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_FrontRackProtector.fbx.assetinfo
  59. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_SideRackProtector.fbx
  60. 74 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_SideRackProtector.fbx.assetinfo
  61. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_ceiling.fbx
  62. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_ceiling_lamp.fbx
  63. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_floor.fbx
  64. 73 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_floor.fbx.assetinfo
  65. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_gate_closed.fbx
  66. 76 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_gate_closed.fbx.assetinfo
  67. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_rack.fbx
  68. 74 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_rack.fbx.assetinfo
  69. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_storage_on_wheels.fbx
  70. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front.fbx
  71. 73 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front.fbx.assetinfo
  72. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front_gate.fbx
  73. 73 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front_gate.fbx.assetinfo
  74. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_side.fbx
  75. 73 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_side.fbx.assetinfo
  76. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesBaseMap.png
  77. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap.png
  78. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap_A.png
  79. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap_R.png
  80. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesNormal.png
  81. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorBaseMap.png
  82. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap.png
  83. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap_A.png
  84. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap_R.png
  85. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorNormal.png
  86. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateBaseMap.png
  87. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap.png
  88. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap_A.png
  89. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap_R.png
  90. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateNormal.png
  91. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesBaseMap.png
  92. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesEmissive.png
  93. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap.png
  94. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap_A.png
  95. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap_R.png
  96. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesNormal.png
  97. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsBaseMap.png
  98. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap.png
  99. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap_A.png
  100. 3 0
      Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap_R.png

+ 0 - 0
Gems/WarehouseAssets/.gitignore


+ 27946 - 0
Gems/WarehouseAssets/Assets/Prefabs/WarehouseScene.prefab

@@ -0,0 +1,27946 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseScene",
+        "Components": {
+            "Component_[10435345008075099395]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 10435345008075099395
+            },
+            "Component_[11179782513345879387]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 11179782513345879387
+            },
+            "Component_[11248490382583660220]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 11248490382583660220
+            },
+            "Component_[11906973995810961106]": {
+                "$type": "EditorLockComponent",
+                "Id": 11906973995810961106
+            },
+            "Component_[17968912473775872985]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 17968912473775872985
+            },
+            "Component_[2802694761904058024]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 2802694761904058024
+            },
+            "Component_[3013829355197608330]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 3013829355197608330
+            },
+            "Component_[4986831547534594928]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 4986831547534594928,
+                "Parent Entity": ""
+            },
+            "Component_[5072248732852065038]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 5072248732852065038
+            },
+            "Component_[6433905408627860875]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 6433905408627860875,
+                "Child Entity Order": [
+                    "Entity_[81903550475758]"
+                ]
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[81078916754926]": {
+            "Id": "Entity_[81078916754926]",
+            "Name": "row",
+            "Components": {
+                "Component_[10856402869438289521]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10856402869438289521
+                },
+                "Component_[11896555547187170950]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11896555547187170950
+                },
+                "Component_[14457340713451592296]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 14457340713451592296
+                },
+                "Component_[16537807630341811018]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16537807630341811018
+                },
+                "Component_[17011410742059910740]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17011410742059910740,
+                    "Child Entity Order": [
+                        "Entity_[81585722895854]",
+                        "Entity_[81190585904622]",
+                        "Entity_[81942205181422]",
+                        "Entity_[81267895315950]"
+                    ]
+                },
+                "Component_[5099240837726653903]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5099240837726653903
+                },
+                "Component_[6646453655020487344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6646453655020487344,
+                    "Parent Entity": "Entity_[81383859432942]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.6010525226593018,
+                            0.0,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[6738284369335859704]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6738284369335859704
+                },
+                "Component_[8419086686211220741]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8419086686211220741
+                }
+            }
+        },
+        "Entity_[81083211722222]": {
+            "Id": "Entity_[81083211722222]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            12.397419929504395,
+                            2.925246000289917,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        3.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81087506689518]": {
+            "Id": "Entity_[81087506689518]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81675917209070]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.139281272888184,
+                            -0.11551785469055176,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81091801656814]": {
+            "Id": "Entity_[81091801656814]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81675917209070]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.139281272888184,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81096096624110]": {
+            "Id": "Entity_[81096096624110]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.014589309692383,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81100391591406]": {
+            "Id": "Entity_[81100391591406]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -6.015746116638184,
+                            -0.0065212249755859375,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81104686558702]": {
+            "Id": "Entity_[81104686558702]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5092577934265137,
+                            2.7835934162139893,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81108981525998]": {
+            "Id": "Entity_[81108981525998]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.738109827041626,
+                            2.7835934162139893,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81113276493294]": {
+            "Id": "Entity_[81113276493294]",
+            "Name": "row",
+            "Components": {
+                "Component_[10808208545645080864]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10808208545645080864
+                },
+                "Component_[10852616090951866643]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10852616090951866643
+                },
+                "Component_[11460561292750747887]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11460561292750747887
+                },
+                "Component_[287168882231643272]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 287168882231643272
+                },
+                "Component_[3551201521275344291]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 3551201521275344291
+                },
+                "Component_[406520118863713175]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 406520118863713175
+                },
+                "Component_[6073111504216852380]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6073111504216852380,
+                    "Child Entity Order": [
+                        "Entity_[81602902765038]",
+                        "Entity_[81778996424174]",
+                        "Entity_[81392449367534]",
+                        "Entity_[81693097078254]"
+                    ]
+                },
+                "Component_[8859039586565081395]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8859039586565081395
+                },
+                "Component_[9648367233064904760]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 9648367233064904760,
+                    "Parent Entity": "Entity_[81383859432942]"
+                }
+            }
+        },
+        "Entity_[81117571460590]": {
+            "Id": "Entity_[81117571460590]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81615787666926]",
+                    "Transform Data": {
+                        "Translate": [
+                            -7.215170860290527,
+                            -0.0065250396728515625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2BEF9BBE-3433-5653-81F9-66BE1E228CC5}"
+                                },
+                                "assetHint": "assets/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81121866427886]": {
+            "Id": "Entity_[81121866427886]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -14.026327133178711,
+                            -2.8910510540008545,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81126161395182]": {
+            "Id": "Entity_[81126161395182]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81551363157486]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.455512046813965,
+                            0.09681105613708496,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81130456362478]": {
+            "Id": "Entity_[81130456362478]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81615787666926]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.016234397888183594,
+                            -0.0065152645111083984,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{1CE6AEA5-3568-5EEF-A4D3-F1AE449D134A}"
+                                },
+                                "assetHint": "assets/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81134751329774]": {
+            "Id": "Entity_[81134751329774]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -10.01328182220459,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81139046297070]": {
+            "Id": "Entity_[81139046297070]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81675917209070]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.139281272888184,
+                            -1.0837726593017578,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81143341264366]": {
+            "Id": "Entity_[81143341264366]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -11.130064010620117,
+                            -0.0065250396728515625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{C36BF373-CBAF-52C0-8515-283579CBFBDE}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81147636231662]": {
+            "Id": "Entity_[81147636231662]",
+            "Name": "corner",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81345204727278]",
+                    "Transform Data": {
+                        "Translate": [
+                            -3.492000102996826,
+                            -0.13811999559402466,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2E73826F-CFB1-591C-91C0-07E47D87A921}"
+                                },
+                                "assetHint": "assets/markings_corner.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81151931198958]": {
+            "Id": "Entity_[81151931198958]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.951582908630371,
+                            -1.7309736013412476,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81156226166254]": {
+            "Id": "Entity_[81156226166254]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.96211051940918,
+                            -2.892413854598999,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81160521133550]": {
+            "Id": "Entity_[81160521133550]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81383859432942]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.3501081466674805,
+                            1.6246554851531982,
+                            1.0052564144134521
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        15.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81164816100846]": {
+            "Id": "Entity_[81164816100846]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.01642370223999,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{BF7DF511-C611-51C6-98E3-25D0A4DED8F2}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81169111068142]": {
+            "Id": "Entity_[81169111068142]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81173406035438]": {
+            "Id": "Entity_[81173406035438]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81383859432942]",
+                    "Transform Data": {
+                        "Translate": [
+                            9.841545104980469,
+                            4.7356061935424805,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81177701002734]": {
+            "Id": "Entity_[81177701002734]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81538478255598]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            2.7749011516571045,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81181995970030]": {
+            "Id": "Entity_[81181995970030]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -22.009029388427734,
+                            -0.006519913673400879,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81186290937326]": {
+            "Id": "Entity_[81186290937326]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81190585904622]": {
+            "Id": "Entity_[81190585904622]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81078916754926]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81194880871918]": {
+            "Id": "Entity_[81194880871918]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.014589309692383,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81199175839214]": {
+            "Id": "Entity_[81199175839214]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.016423225402832,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81203470806510]": {
+            "Id": "Entity_[81203470806510]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81615787666926]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163726806640625,
+                            -0.006516695022583008,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81207765773806]": {
+            "Id": "Entity_[81207765773806]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.9417529106140137,
+                            1.6206533908843994,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81212060741102]": {
+            "Id": "Entity_[81212060741102]",
+            "Name": "board05",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{78879384-5BC4-5B59-AE24-BE2FBE4D915E}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_05.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -23.743934631347656,
+                            8.029541015625,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81216355708398]": {
+            "Id": "Entity_[81216355708398]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81220650675694]": {
+            "Id": "Entity_[81220650675694]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.25,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81224945642990]": {
+            "Id": "Entity_[81224945642990]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81551363157486]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.470118522644043,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81229240610286]": {
+            "Id": "Entity_[81229240610286]",
+            "Name": "board02",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{084A4B56-C808-5092-8813-4837E69FFAE7}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_02.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.023025989532470703,
+                            -0.35048913955688477,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81233535577582]": {
+            "Id": "Entity_[81233535577582]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            -1.7881405353546143,
+                            1.6206536293029785,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81237830544878]": {
+            "Id": "Entity_[81237830544878]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81538478255598]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81242125512174]": {
+            "Id": "Entity_[81242125512174]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81770406489582]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -1.9215669631958008,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity",
+                        "Instance_[898635902387175]/ContainerEntity",
+                        "Instance_[898623017485287]/ContainerEntity",
+                        "Instance_[898627312452583]/ContainerEntity",
+                        "Instance_[898631607419879]/ContainerEntity",
+                        "Instance_[965564377760743]/ContainerEntity",
+                        "Instance_[965581557629927]/ContainerEntity",
+                        "Instance_[965577262662631]/ContainerEntity",
+                        "Instance_[965555787826151]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81246420479470]": {
+            "Id": "Entity_[81246420479470]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81448283942382]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.76837158203125e-7,
+                            0.0,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity",
+                        "Instance_[965568672728039]/ContainerEntity",
+                        "Instance_[965551492858855]/ContainerEntity",
+                        "Instance_[965560082793447]/ContainerEntity",
+                        "Instance_[965572967695335]/ContainerEntity",
+                        "Instance_[965693226779623]/ContainerEntity",
+                        "Instance_[965684636845031]/ContainerEntity",
+                        "Instance_[965697521746919]/ContainerEntity",
+                        "Instance_[965688931812327]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81250715446766]": {
+            "Id": "Entity_[81250715446766]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.773493766784668,
+                            -2.892413854598999,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81255010414062]": {
+            "Id": "Entity_[81255010414062]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.01642370223999,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{BF7DF511-C611-51C6-98E3-25D0A4DED8F2}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81259305381358]": {
+            "Id": "Entity_[81259305381358]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.009654998779297,
+                            -0.006516456604003906,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81263600348654]": {
+            "Id": "Entity_[81263600348654]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.01333236694336,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81267895315950]": {
+            "Id": "Entity_[81267895315950]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81078916754926]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.64773941040039,
+                            1.365370512008667,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81272190283246]": {
+            "Id": "Entity_[81272190283246]",
+            "Name": "row_long",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81590017863150]",
+                        "Entity_[81517003419118]",
+                        "Entity_[81199175839214]",
+                        "Entity_[81809061195246]",
+                        "Entity_[81194880871918]",
+                        "Entity_[81826241064430]",
+                        "Entity_[81306550021614]",
+                        "Entity_[81409629236718]",
+                        "Entity_[81482643680750]",
+                        "Entity_[81774701456878]",
+                        "Entity_[81181995970030]",
+                        "Entity_[81899255508462]",
+                        "Entity_[81259305381358]",
+                        "Entity_[81607197732334]",
+                        "Entity_[81766111522286]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.6006743907928467,
+                            -4.4837799072265625,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81276485250542]": {
+            "Id": "Entity_[81276485250542]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -24.00787925720215,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81280780217838]": {
+            "Id": "Entity_[81280780217838]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -20.438858032226563,
+                            -1.7281110286712646,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81285075185134]": {
+            "Id": "Entity_[81285075185134]",
+            "Name": "Global_illumination",
+            "Components": {
+                "Component_[1127458783275098080]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 1127458783275098080
+                },
+                "Component_[12715094688327665427]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12715094688327665427
+                },
+                "Component_[13578452495796811563]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13578452495796811563
+                },
+                "Component_[1510865034130332399]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1510865034130332399
+                },
+                "Component_[17485067918467983926]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17485067918467983926,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 534034920821573116
+                        }
+                    ]
+                },
+                "Component_[4864413277718661129]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4864413277718661129
+                },
+                "Component_[534034920821573116]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 534034920821573116,
+                    "Parent Entity": "Entity_[81903550475758]",
+                    "Transform Data": {
+                        "Translate": [
+                            28.637195587158203,
+                            -7.540553092956543,
+                            -3.0972278118133545
+                        ]
+                    }
+                },
+                "Component_[5693942250159058413]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5693942250159058413,
+                    "Child Entity Order": [
+                        "Entity_[81697392045550]",
+                        "Entity_[81950795116014]",
+                        "Entity_[81353794661870]",
+                        "Entity_[81572837993966]",
+                        "Entity_[81418219171310]"
+                    ]
+                },
+                "Component_[92805011640044331]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 92805011640044331
+                }
+            }
+        },
+        "Entity_[81289370152430]": {
+            "Id": "Entity_[81289370152430]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81770406489582]"
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity",
+                        "Instance_[965568672728039]/ContainerEntity",
+                        "Instance_[965551492858855]/ContainerEntity",
+                        "Instance_[965560082793447]/ContainerEntity",
+                        "Instance_[965572967695335]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81293665119726]": {
+            "Id": "Entity_[81293665119726]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.009654998779297,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81297960087022]": {
+            "Id": "Entity_[81297960087022]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81495528582638]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            -0.0956258773803711,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81302255054318]": {
+            "Id": "Entity_[81302255054318]",
+            "Name": "board03",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{566906E6-BE40-55C3-A6C1-7A48468D0523}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_03.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.023025989532470703,
+                            1.3662824630737305,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81306550021614]": {
+            "Id": "Entity_[81306550021614]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -14.012656211853027,
+                            -0.006519913673400879,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81310844988910]": {
+            "Id": "Entity_[81310844988910]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -6.015746116638184,
+                            -0.006520271301269531,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81315139956206]": {
+            "Id": "Entity_[81315139956206]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81383859432942]",
+                    "Transform Data": {
+                        "Translate": [
+                            7.2906951904296875,
+                            2.775688886642456,
+                            1.0052564144134521
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81319434923502]": {
+            "Id": "Entity_[81319434923502]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            14.127556800842285,
+                            2.917912483215332,
+                            1.0052565336227417
+                        ],
+                        "UniformScale": 0.23000001907348633
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        2.799999952316284,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81323729890798]": {
+            "Id": "Entity_[81323729890798]",
+            "Name": "Floor_markings",
+            "Components": {
+                "Component_[10867255344845163709]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10867255344845163709,
+                    "Child Entity Order": [
+                        "Entity_[81426809105902]",
+                        "Entity_[81405334269422]",
+                        "Entity_[81594312830446]",
+                        "Entity_[81615787666926]",
+                        "Entity_[81272190283246]",
+                        "Entity_[81422514138606]",
+                        "Entity_[81534183288302]",
+                        "Entity_[81345204727278]",
+                        "Entity_[81821946097134]",
+                        "Entity_[81770406489582]",
+                        "Entity_[81448283942382]"
+                    ]
+                },
+                "Component_[11910289122794586246]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 11910289122794586246
+                },
+                "Component_[11913108768645549826]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11913108768645549826
+                },
+                "Component_[13885407065610674883]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13885407065610674883
+                },
+                "Component_[14785914631400385997]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 14785914631400385997
+                },
+                "Component_[17335188110448799704]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 17335188110448799704,
+                    "Parent Entity": "Entity_[81903550475758]",
+                    "Transform Data": {
+                        "Translate": [
+                            31.674999237060547,
+                            -2.789872169494629,
+                            -1.4993624687194824
+                        ],
+                        "UniformScale": 1.5
+                    }
+                },
+                "Component_[18372525104666073664]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 18372525104666073664
+                },
+                "Component_[2232932327542320930]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2232932327542320930
+                },
+                "Component_[8473878406116408454]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8473878406116408454
+                }
+            }
+        },
+        "Entity_[81328024858094]": {
+            "Id": "Entity_[81328024858094]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81594312830446]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163726806640625,
+                            -0.006516695022583008,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81332319825390]": {
+            "Id": "Entity_[81332319825390]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81615787666926]",
+                    "Transform Data": {
+                        "Translate": [
+                            -5.615097999572754,
+                            -0.00652003288269043,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.6000000238418579,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81336614792686]": {
+            "Id": "Entity_[81336614792686]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5092577934265137,
+                            1.3116114139556885,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81340909759982]": {
+            "Id": "Entity_[81340909759982]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -7.58078145980835,
+                            -0.0065174102783203125,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.5649999976158142,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81345204727278]": {
+            "Id": "Entity_[81345204727278]",
+            "Name": "robot_parking",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81147636231662]",
+                        "Entity_[81839125966318]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            16.72157859802246,
+                            -0.651561975479126,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81349499694574]": {
+            "Id": "Entity_[81349499694574]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -11.125992774963379,
+                            -1.7281110286712646,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81353794661870]": {
+            "Id": "Entity_[81353794661870]",
+            "Name": "light_over_movables",
+            "Components": {
+                "Component_[1193138643175768883]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1193138643175768883
+                },
+                "Component_[12356059007771941610]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12356059007771941610
+                },
+                "Component_[14236052505126209256]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 14236052505126209256,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Color": [
+                                0.0,
+                                0.22720684111118317,
+                                1.0
+                            ],
+                            "Intensity": 60.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 8.0,
+                            "Affects GI Factor": 2.0
+                        }
+                    }
+                },
+                "Component_[15533668683364229856]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15533668683364229856,
+                    "Parent Entity": "Entity_[81285075185134]",
+                    "Transform Data": {
+                        "Translate": [
+                            13.312829971313477,
+                            2.459573745727539,
+                            5.459282875061035
+                        ]
+                    }
+                },
+                "Component_[15716882828909872893]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 15716882828909872893,
+                    "ShapeColor": [
+                        0.0,
+                        0.22720684111118317,
+                        1.0,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 8.0,
+                            "Height": 5.0
+                        }
+                    }
+                },
+                "Component_[16135131301292378708]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16135131301292378708
+                },
+                "Component_[16842550920940487676]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16842550920940487676,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 15533668683364229856
+                        },
+                        {
+                            "ComponentId": 15716882828909872893,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 14236052505126209256,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16990091724604547324]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16990091724604547324
+                },
+                "Component_[3337866554727130844]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3337866554727130844
+                },
+                "Component_[3812060304642407129]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3812060304642407129
+                },
+                "Component_[9714075352577618449]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9714075352577618449
+                }
+            }
+        },
+        "Entity_[81358089629166]": {
+            "Id": "Entity_[81358089629166]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81594312830446]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.016234397888183594,
+                            -0.0065152645111083984,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{1CE6AEA5-3568-5EEF-A4D3-F1AE449D134A}"
+                                },
+                                "assetHint": "assets/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81362384596462]": {
+            "Id": "Entity_[81362384596462]",
+            "Name": "Movables",
+            "Components": {
+                "Component_[10055587681757330826]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10055587681757330826,
+                    "Child Entity Order": [
+                        "Instance_[4617957319984]/ContainerEntity",
+                        "Instance_[30284681880880]/ContainerEntity",
+                        "Instance_[30026983843120]/ContainerEntity",
+                        "Instance_[30052753646896]/ContainerEntity",
+                        "Instance_[30267502011696]/ContainerEntity",
+                        "Instance_[30220257371440]/ContainerEntity",
+                        "Instance_[30039868745008]/ContainerEntity",
+                        "Instance_[29838005282096]/ContainerEntity",
+                        "Instance_[30263207044400]/ContainerEntity",
+                        "Instance_[30233142273328]/ContainerEntity",
+                        "Instance_[30061343581488]/ContainerEntity",
+                        "Instance_[29868070053168]/ContainerEntity",
+                        "Instance_[30057048614192]/ContainerEntity",
+                        "Instance_[30254617109808]/ContainerEntity",
+                        "Instance_[30031278810416]/ContainerEntity",
+                        "Instance_[30048458679600]/ContainerEntity",
+                        "Instance_[29872365020464]/ContainerEntity",
+                        "Instance_[29932494562608]/ContainerEntity",
+                        "Instance_[29911019726128]/ContainerEntity",
+                        "Instance_[29941084497200]/ContainerEntity",
+                        "Instance_[30271796978992]/ContainerEntity",
+                        "Instance_[29928199595312]/ContainerEntity",
+                        "Instance_[30280386913584]/ContainerEntity",
+                        "Instance_[30035573777712]/ContainerEntity",
+                        "Instance_[29919609660720]/ContainerEntity"
+                    ]
+                },
+                "Component_[16840556128906590843]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16840556128906590843
+                },
+                "Component_[2351808444312429629]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 2351808444312429629
+                },
+                "Component_[2864217987262653370]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2864217987262653370
+                },
+                "Component_[3754142286707607260]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3754142286707607260
+                },
+                "Component_[4453155086550711942]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 4453155086550711942,
+                    "Parent Entity": "Entity_[81903550475758]",
+                    "Transform Data": {
+                        "Translate": [
+                            38.09698486328125,
+                            -20.162006378173828,
+                            0.5800864696502686
+                        ]
+                    }
+                },
+                "Component_[739424810686909329]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 739424810686909329
+                },
+                "Component_[782321263948260895]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 782321263948260895
+                },
+                "Component_[939505016432329362]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 939505016432329362
+                }
+            }
+        },
+        "Entity_[81366679563758]": {
+            "Id": "Entity_[81366679563758]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -6.015746116638184,
+                            -0.006520271301269531,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81370974531054]": {
+            "Id": "Entity_[81370974531054]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            -1.776831865310669,
+                            2.7835936546325684,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81375269498350]": {
+            "Id": "Entity_[81375269498350]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81379564465646]": {
+            "Id": "Entity_[81379564465646]",
+            "Name": "4",
+            "Components": {
+                "Component_[10321909275187222931]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10321909275187222931,
+                    "Parent Entity": "Entity_[81757521587694]",
+                    "Transform Data": {
+                        "Translate": [
+                            32.40053176879883,
+                            -1.9089155197143555,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[10681537930500446053]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10681537930500446053,
+                    "Child Entity Order": [
+                        "Instance_[1261728088686882]/ContainerEntity",
+                        "Instance_[1261809693065506]/ContainerEntity",
+                        "Instance_[1261848347771170]/ContainerEntity",
+                        "Instance_[1261822577967394]/ContainerEntity",
+                        "Instance_[1261861232673058]/ContainerEntity",
+                        "Instance_[1261852642738466]/ContainerEntity",
+                        "Instance_[1859282593612066]/ContainerEntity",
+                        "Instance_[1261826872934690]/ContainerEntity",
+                        "Instance_[1859274003677474]/ContainerEntity",
+                        "Instance_[1560331394973986]/ContainerEntity",
+                        "Instance_[1560327100006690]/ContainerEntity",
+                        "Instance_[1560339984908578]/ContainerEntity",
+                        "Instance_[1560335689941282]/ContainerEntity",
+                        "Instance_[1859278298644770]/ContainerEntity",
+                        "Instance_[1261856937705762]/ContainerEntity",
+                        "Instance_[71728244217693]/ContainerEntity",
+                        "Instance_[71719654283101]/ContainerEntity",
+                        "Instance_[71732539184989]/ContainerEntity",
+                        "Instance_[71702474413917]/ContainerEntity",
+                        "Instance_[71711064348509]/ContainerEntity",
+                        "Instance_[71745424086877]/ContainerEntity",
+                        "Instance_[71758308988765]/ContainerEntity",
+                        "Instance_[71706769381213]/ContainerEntity",
+                        "Instance_[71749719054173]/ContainerEntity",
+                        "Instance_[71754014021469]/ContainerEntity",
+                        "Instance_[71736834152285]/ContainerEntity",
+                        "Instance_[71723949250397]/ContainerEntity",
+                        "Instance_[72011712059229]/ContainerEntity",
+                        "Instance_[71921517746013]/ContainerEntity",
+                        "Instance_[71934402647901]/ContainerEntity",
+                        "Instance_[72016007026525]/ContainerEntity",
+                        "Instance_[72020301993821]/ContainerEntity",
+                        "Instance_[72024596961117]/ContainerEntity",
+                        "Instance_[71930107680605]/ContainerEntity",
+                        "Instance_[71917222778717]/ContainerEntity",
+                        "Instance_[72007417091933]/ContainerEntity",
+                        "Instance_[71942992582493]/ContainerEntity",
+                        "Instance_[71938697615197]/ContainerEntity",
+                        "Instance_[71925812713309]/ContainerEntity"
+                    ]
+                },
+                "Component_[11217564894606926180]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11217564894606926180
+                },
+                "Component_[12647362886010771168]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12647362886010771168
+                },
+                "Component_[13008426432773336905]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13008426432773336905
+                },
+                "Component_[15225701871626598457]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15225701871626598457
+                },
+                "Component_[238064552553574844]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 238064552553574844
+                },
+                "Component_[4209670188283020330]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4209670188283020330
+                },
+                "Component_[6237799727571163432]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6237799727571163432
+                }
+            }
+        },
+        "Entity_[81383859432942]": {
+            "Id": "Entity_[81383859432942]",
+            "Name": "movables",
+            "Components": {
+                "Component_[13041209618138573774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 13041209618138573774
+                },
+                "Component_[14631879321821967783]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 14631879321821967783
+                },
+                "Component_[1867202389830860383]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1867202389830860383,
+                    "Parent Entity": "Entity_[81791881326062]"
+                },
+                "Component_[201253728466289807]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 201253728466289807
+                },
+                "Component_[2533710908671524797]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 2533710908671524797
+                },
+                "Component_[4106587221919721028]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4106587221919721028
+                },
+                "Component_[7115124268277024127]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7115124268277024127
+                },
+                "Component_[7383676142320911708]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 7383676142320911708,
+                    "Child Entity Order": [
+                        "Entity_[81551363157486]",
+                        "Entity_[81113276493294]",
+                        "Entity_[81495528582638]",
+                        "Entity_[81173406035438]",
+                        "Entity_[81160521133550]",
+                        "Entity_[81315139956206]",
+                        "Entity_[81675917209070]",
+                        "Entity_[81538478255598]",
+                        "Entity_[81078916754926]"
+                    ]
+                },
+                "Component_[7450942860666039473]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7450942860666039473
+                }
+            }
+        },
+        "Entity_[81388154400238]": {
+            "Id": "Entity_[81388154400238]",
+            "Name": "3",
+            "Components": {
+                "Component_[10321909275187222931]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10321909275187222931,
+                    "Parent Entity": "Entity_[81757521587694]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.788877487182617,
+                            -7.439632892608643,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -90.00000762939453
+                        ]
+                    }
+                },
+                "Component_[10681537930500446053]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10681537930500446053,
+                    "Child Entity Order": [
+                        "Instance_[1261728088686882]/ContainerEntity",
+                        "Instance_[1261809693065506]/ContainerEntity",
+                        "Instance_[1261848347771170]/ContainerEntity",
+                        "Instance_[1261822577967394]/ContainerEntity",
+                        "Instance_[1261861232673058]/ContainerEntity",
+                        "Instance_[1261852642738466]/ContainerEntity",
+                        "Instance_[1859282593612066]/ContainerEntity",
+                        "Instance_[1261826872934690]/ContainerEntity",
+                        "Instance_[1859274003677474]/ContainerEntity",
+                        "Instance_[1560331394973986]/ContainerEntity",
+                        "Instance_[1560327100006690]/ContainerEntity",
+                        "Instance_[1560339984908578]/ContainerEntity",
+                        "Instance_[1560335689941282]/ContainerEntity",
+                        "Instance_[1859278298644770]/ContainerEntity",
+                        "Instance_[1261856937705762]/ContainerEntity",
+                        "Instance_[2457885070557474]/ContainerEntity",
+                        "Instance_[2457902250426658]/ContainerEntity",
+                        "Instance_[2457923725263138]/ContainerEntity",
+                        "Instance_[2457863595720994]/ContainerEntity",
+                        "Instance_[2457876480622882]/ContainerEntity",
+                        "Instance_[2457906545393954]/ContainerEntity",
+                        "Instance_[2457919430295842]/ContainerEntity",
+                        "Instance_[2457910840361250]/ContainerEntity",
+                        "Instance_[2457872185655586]/ContainerEntity",
+                        "Instance_[2457915135328546]/ContainerEntity",
+                        "Instance_[2457893660492066]/ContainerEntity",
+                        "Instance_[2457889365524770]/ContainerEntity",
+                        "Instance_[2457880775590178]/ContainerEntity",
+                        "Instance_[2457867890688290]/ContainerEntity",
+                        "Instance_[2457897955459362]/ContainerEntity",
+                        "Instance_[3060297183494434]/ContainerEntity",
+                        "Instance_[3060305773429026]/ContainerEntity",
+                        "Instance_[3060310068396322]/ContainerEntity",
+                        "Instance_[3060292888527138]/ContainerEntity",
+                        "Instance_[3060280003625250]/ContainerEntity",
+                        "Instance_[3060267118723362]/ContainerEntity"
+                    ]
+                },
+                "Component_[11217564894606926180]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11217564894606926180
+                },
+                "Component_[12647362886010771168]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12647362886010771168
+                },
+                "Component_[13008426432773336905]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13008426432773336905
+                },
+                "Component_[15225701871626598457]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15225701871626598457
+                },
+                "Component_[238064552553574844]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 238064552553574844
+                },
+                "Component_[4209670188283020330]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4209670188283020330
+                },
+                "Component_[6237799727571163432]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6237799727571163432
+                }
+            }
+        },
+        "Entity_[81392449367534]": {
+            "Id": "Entity_[81392449367534]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81113276493294]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81396744334830]": {
+            "Id": "Entity_[81396744334830]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81675917209070]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.13072395324707,
+                            -0.25228333473205566,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99999237060547
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81401039302126]": {
+            "Id": "Entity_[81401039302126]",
+            "Name": "1",
+            "Components": {
+                "Component_[10771264778589464986]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10771264778589464986
+                },
+                "Component_[11374326140714160670]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 11374326140714160670
+                },
+                "Component_[13680305747301349535]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13680305747301349535
+                },
+                "Component_[1590403856774232528]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1590403856774232528,
+                    "Child Entity Order": [
+                        "Entity_[81108981525998]",
+                        "Entity_[81104686558702]",
+                        "Entity_[81336614792686]",
+                        "Entity_[81207765773806]",
+                        "Entity_[81727456816622]",
+                        "Entity_[81220650675694]",
+                        "Entity_[81216355708398]",
+                        "Entity_[81375269498350]",
+                        "Entity_[81714571914734]"
+                    ]
+                },
+                "Component_[2377219851341018766]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2377219851341018766
+                },
+                "Component_[4085503350309408682]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4085503350309408682
+                },
+                "Component_[541185480674828379]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 541185480674828379
+                },
+                "Component_[639764136312120414]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 639764136312120414,
+                    "Parent Entity": "Entity_[81791881326062]"
+                },
+                "Component_[983654698454105396]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 983654698454105396
+                }
+            }
+        },
+        "Entity_[81405334269422]": {
+            "Id": "Entity_[81405334269422]",
+            "Name": "row_med",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81542773222894]",
+                        "Entity_[81787586358766]",
+                        "Entity_[81255010414062]",
+                        "Entity_[81366679563758]",
+                        "Entity_[81877780671982]",
+                        "Entity_[81555658124782]",
+                        "Entity_[81611492699630]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            4.493537902832031,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81409629236718]": {
+            "Id": "Entity_[81409629236718]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.01333236694336,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81413924204014]": {
+            "Id": "Entity_[81413924204014]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81418219171310]": {
+            "Id": "Entity_[81418219171310]",
+            "Name": "wall_work_area",
+            "Components": {
+                "Component_[1193138643175768883]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1193138643175768883
+                },
+                "Component_[12356059007771941610]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12356059007771941610
+                },
+                "Component_[14236052505126209256]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 14236052505126209256,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Intensity": 150.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 12.0,
+                            "Affects GI Factor": 2.0
+                        }
+                    }
+                },
+                "Component_[15533668683364229856]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15533668683364229856,
+                    "Parent Entity": "Entity_[81285075185134]",
+                    "Transform Data": {
+                        "Translate": [
+                            20.691036224365234,
+                            8.625297546386719,
+                            5.089598655700684
+                        ],
+                        "Rotate": [
+                            180.0,
+                            -69.06211853027344,
+                            180.0
+                        ]
+                    }
+                },
+                "Component_[15716882828909872893]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 15716882828909872893,
+                    "ShapeColor": [
+                        1.0,
+                        1.0,
+                        1.0,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 2.0,
+                            "Height": 20.0
+                        }
+                    }
+                },
+                "Component_[16135131301292378708]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16135131301292378708
+                },
+                "Component_[16842550920940487676]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16842550920940487676,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 15533668683364229856
+                        },
+                        {
+                            "ComponentId": 15716882828909872893,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 14236052505126209256,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16990091724604547324]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16990091724604547324
+                },
+                "Component_[3337866554727130844]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3337866554727130844
+                },
+                "Component_[3812060304642407129]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3812060304642407129
+                },
+                "Component_[9714075352577618449]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9714075352577618449
+                }
+            }
+        },
+        "Entity_[81422514138606]": {
+            "Id": "Entity_[81422514138606]",
+            "Name": "row_long",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81761816554990]",
+                        "Entity_[81869190737390]",
+                        "Entity_[81684507143662]",
+                        "Entity_[81100391591406]",
+                        "Entity_[81096096624110]",
+                        "Entity_[81456873876974]",
+                        "Entity_[81658737339886]",
+                        "Entity_[81263600348654]",
+                        "Entity_[81134751329774]",
+                        "Entity_[81461168844270]",
+                        "Entity_[81504118517230]",
+                        "Entity_[81276485250542]",
+                        "Entity_[81293665119726]",
+                        "Entity_[81525593353710]",
+                        "Entity_[81856305835502]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.6006743907928467,
+                            9.034758567810059,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81426809105902]": {
+            "Id": "Entity_[81426809105902]",
+            "Name": "row_med",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81431104073198]",
+                        "Entity_[81435399040494]",
+                        "Entity_[81164816100846]",
+                        "Entity_[81310844988910]",
+                        "Entity_[81955090083310]",
+                        "Entity_[81920730344942]",
+                        "Entity_[81143341264366]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]"
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81431104073198]": {
+            "Id": "Entity_[81431104073198]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.01623404026031494,
+                            -0.0065152645111083984,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{F4C96494-A086-59D2-A605-06E760588573}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81435399040494]": {
+            "Id": "Entity_[81435399040494]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163731575012207,
+                            -0.006516695022583008,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81439694007790]": {
+            "Id": "Entity_[81439694007790]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81443988975086]": {
+            "Id": "Entity_[81443988975086]",
+            "Name": "Storage_markings",
+            "Components": {
+                "Component_[1269631343096125166]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1269631343096125166
+                },
+                "Component_[16118165559572558549]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16118165559572558549,
+                    "Parent Entity": "Entity_[81903550475758]",
+                    "Transform Data": {
+                        "Translate": [
+                            28.637195587158203,
+                            -7.540553092956543,
+                            -3.4281985759735107
+                        ]
+                    }
+                },
+                "Component_[16283120450007197294]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16283120450007197294
+                },
+                "Component_[16360795866672387305]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16360795866672387305
+                },
+                "Component_[17898637527085254329]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17898637527085254329
+                },
+                "Component_[5239606497649298205]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5239606497649298205
+                },
+                "Component_[6855262709470529671]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6855262709470529671
+                },
+                "Component_[7223525965538837930]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 7223525965538837930,
+                    "Child Entity Order": [
+                        "Entity_[81650147405294]"
+                    ]
+                },
+                "Component_[7672421981488037874]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 7672421981488037874
+                }
+            }
+        },
+        "Entity_[81448283942382]": {
+            "Id": "Entity_[81448283942382]",
+            "Name": "movables_blue",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81246420479470]",
+                        "Entity_[81959385050606]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.530051231384277,
+                            7.415886878967285,
+                            -0.31302106380462646
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81452578909678]": {
+            "Id": "Entity_[81452578909678]",
+            "Name": "5",
+            "Components": {
+                "Component_[10321909275187222931]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10321909275187222931,
+                    "Parent Entity": "Entity_[81757521587694]",
+                    "Transform Data": {
+                        "Translate": [
+                            32.40053176879883,
+                            4.762507438659668,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[10681537930500446053]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10681537930500446053,
+                    "Child Entity Order": [
+                        "Instance_[1261728088686882]/ContainerEntity",
+                        "Instance_[1261809693065506]/ContainerEntity",
+                        "Instance_[1261848347771170]/ContainerEntity",
+                        "Instance_[1261822577967394]/ContainerEntity",
+                        "Instance_[1261861232673058]/ContainerEntity",
+                        "Instance_[1261852642738466]/ContainerEntity",
+                        "Instance_[1859282593612066]/ContainerEntity",
+                        "Instance_[1261826872934690]/ContainerEntity",
+                        "Instance_[1859274003677474]/ContainerEntity",
+                        "Instance_[1560331394973986]/ContainerEntity",
+                        "Instance_[1560327100006690]/ContainerEntity",
+                        "Instance_[1560339984908578]/ContainerEntity",
+                        "Instance_[1560335689941282]/ContainerEntity",
+                        "Instance_[1859278298644770]/ContainerEntity",
+                        "Instance_[1261856937705762]/ContainerEntity",
+                        "Instance_[71728244217693]/ContainerEntity",
+                        "Instance_[71719654283101]/ContainerEntity",
+                        "Instance_[71732539184989]/ContainerEntity",
+                        "Instance_[71702474413917]/ContainerEntity",
+                        "Instance_[71711064348509]/ContainerEntity",
+                        "",
+                        "Instance_[71745424086877]/ContainerEntity",
+                        "Instance_[71758308988765]/ContainerEntity",
+                        "Instance_[71706769381213]/ContainerEntity",
+                        "Instance_[71749719054173]/ContainerEntity",
+                        "Instance_[71754014021469]/ContainerEntity",
+                        "Instance_[71736834152285]/ContainerEntity",
+                        "Instance_[71723949250397]/ContainerEntity",
+                        "Instance_[71942992582493]/ContainerEntity",
+                        "Instance_[71925812713309]/ContainerEntity",
+                        "Instance_[71934402647901]/ContainerEntity",
+                        "Instance_[72011712059229]/ContainerEntity",
+                        "Instance_[72024596961117]/ContainerEntity",
+                        "Instance_[71938697615197]/ContainerEntity",
+                        "Instance_[71917222778717]/ContainerEntity",
+                        "Instance_[72007417091933]/ContainerEntity",
+                        "Instance_[71921517746013]/ContainerEntity",
+                        "Instance_[72016007026525]/ContainerEntity",
+                        "Instance_[71930107680605]/ContainerEntity",
+                        "Instance_[72020301993821]/ContainerEntity",
+                        "Instance_[378088261441373]/ContainerEntity",
+                        "Instance_[378062491637597]/ContainerEntity",
+                        "Instance_[378101146343261]/ContainerEntity",
+                        "Instance_[378028131899229]/ContainerEntity",
+                        "Instance_[378114031245149]/ContainerEntity",
+                        "Instance_[378045311768413]/ContainerEntity",
+                        "Instance_[378083966474077]/ContainerEntity",
+                        "Instance_[378032426866525]/ContainerEntity",
+                        "Instance_[378092556408669]/ContainerEntity",
+                        "Instance_[378131211114333]/ContainerEntity",
+                        "Instance_[378036721833821]/ContainerEntity",
+                        "Instance_[378109736277853]/ContainerEntity",
+                        "Instance_[378105441310557]/ContainerEntity",
+                        "Instance_[378053901703005]/ContainerEntity",
+                        "Instance_[378126916147037]/ContainerEntity",
+                        "Instance_[378075376539485]/ContainerEntity",
+                        "Instance_[378071081572189]/ContainerEntity",
+                        "Instance_[378079671506781]/ContainerEntity",
+                        "Instance_[378118326212445]/ContainerEntity",
+                        "Instance_[378049606735709]/ContainerEntity",
+                        "Instance_[378122621179741]/ContainerEntity",
+                        "Instance_[378058196670301]/ContainerEntity",
+                        "Instance_[378096851375965]/ContainerEntity",
+                        "Instance_[378066786604893]/ContainerEntity"
+                    ]
+                },
+                "Component_[11217564894606926180]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11217564894606926180
+                },
+                "Component_[12647362886010771168]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12647362886010771168
+                },
+                "Component_[13008426432773336905]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13008426432773336905
+                },
+                "Component_[15225701871626598457]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15225701871626598457
+                },
+                "Component_[238064552553574844]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 238064552553574844
+                },
+                "Component_[4209670188283020330]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4209670188283020330
+                },
+                "Component_[6237799727571163432]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6237799727571163432
+                }
+            }
+        },
+        "Entity_[81456873876974]": {
+            "Id": "Entity_[81456873876974]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -16.01150131225586,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81461168844270]": {
+            "Id": "Entity_[81461168844270]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -20.00970458984375,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81465463811566]": {
+            "Id": "Entity_[81465463811566]",
+            "Name": "board05",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{78879384-5BC4-5B59-AE24-BE2FBE4D915E}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_05.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.023025989532470703,
+                            8.029541015625,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81469758778862]": {
+            "Id": "Entity_[81469758778862]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            -1.6883454322814941,
+                            1.620653510093689,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81474053746158]": {
+            "Id": "Entity_[81474053746158]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81675917209070]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.139281272888184,
+                            2.7749011516571045,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81478348713454]": {
+            "Id": "Entity_[81478348713454]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -15.17011547088623,
+                            2.7835934162139893,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81482643680750]": {
+            "Id": "Entity_[81482643680750]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -10.01328182220459,
+                            -0.006516456604003906,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81486938648046]": {
+            "Id": "Entity_[81486938648046]",
+            "Name": "board02",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{084A4B56-C808-5092-8813-4837E69FFAE7}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_02.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.62885284423828,
+                            -0.35048913955688477,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81491233615342]": {
+            "Id": "Entity_[81491233615342]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81821946097134]"
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81495528582638]": {
+            "Id": "Entity_[81495528582638]",
+            "Name": "row",
+            "Components": {
+                "Component_[10808208545645080864]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10808208545645080864
+                },
+                "Component_[10852616090951866643]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10852616090951866643
+                },
+                "Component_[11460561292750747887]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11460561292750747887
+                },
+                "Component_[287168882231643272]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 287168882231643272
+                },
+                "Component_[3551201521275344291]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 3551201521275344291
+                },
+                "Component_[406520118863713175]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 406520118863713175
+                },
+                "Component_[6073111504216852380]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6073111504216852380,
+                    "Child Entity Order": [
+                        "Entity_[81297960087022]",
+                        "Entity_[81963680017902]",
+                        "Entity_[81508413484526]",
+                        "Entity_[81744636685806]"
+                    ]
+                },
+                "Component_[8859039586565081395]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8859039586565081395
+                },
+                "Component_[9648367233064904760]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 9648367233064904760,
+                    "Parent Entity": "Entity_[81383859432942]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.5765037536621094,
+                            0.0,
+                            0.0
+                        ]
+                    }
+                }
+            }
+        },
+        "Entity_[81499823549934]": {
+            "Id": "Entity_[81499823549934]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.951582908630371,
+                            2.5061194896698,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81504118517230]": {
+            "Id": "Entity_[81504118517230]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -22.009029388427734,
+                            -0.0065212249755859375,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81508413484526]": {
+            "Id": "Entity_[81508413484526]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81495528582638]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            1.632129430770874,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81512708451822]": {
+            "Id": "Entity_[81512708451822]",
+            "Name": "Storage_racks",
+            "Components": {
+                "Component_[10294071830029104210]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10294071830029104210
+                },
+                "Component_[12251477748729893171]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 12251477748729893171,
+                    "Parent Entity": "Entity_[81903550475758]"
+                },
+                "Component_[1373826179324480013]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 1373826179324480013
+                },
+                "Component_[3896426725278765127]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3896426725278765127
+                },
+                "Component_[6673563148870563873]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 6673563148870563873
+                },
+                "Component_[7286953677365602193]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7286953677365602193
+                },
+                "Component_[8734311684345081192]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8734311684345081192
+                },
+                "Component_[9601200767400676386]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9601200767400676386
+                },
+                "Component_[9883705517918417190]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9883705517918417190,
+                    "Child Entity Order": [
+                        "Entity_[81667327274478]",
+                        "Entity_[81933615246830]"
+                    ]
+                }
+            }
+        },
+        "Entity_[81517003419118]": {
+            "Id": "Entity_[81517003419118]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163729190826416,
+                            -0.006516456604003906,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81521298386414]": {
+            "Id": "Entity_[81521298386414]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81615787666926]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.016423225402832,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81525593353710]": {
+            "Id": "Entity_[81525593353710]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -25.880001068115234,
+                            -0.006519317626953125,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.871999979019165,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81529888321006]": {
+            "Id": "Entity_[81529888321006]",
+            "Name": "board04",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{6EC3D25B-1212-54B7-A5E0-548405FB3698}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_04.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.62885284423828,
+                            6.324141025543213,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81534183288302]": {
+            "Id": "Entity_[81534183288302]",
+            "Name": "row_med",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81860600802798]",
+                        "Entity_[81783291391470]",
+                        "Entity_[81882075639278]",
+                        "Entity_[81916435377646]",
+                        "Entity_[81340909759982]",
+                        "Entity_[81705981980142]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            -27.557443618774414,
+                            6.624249458312988,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81538478255598]": {
+            "Id": "Entity_[81538478255598]",
+            "Name": "row",
+            "Components": {
+                "Component_[10856402869438289521]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10856402869438289521
+                },
+                "Component_[11896555547187170950]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11896555547187170950
+                },
+                "Component_[14457340713451592296]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 14457340713451592296
+                },
+                "Component_[16537807630341811018]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16537807630341811018
+                },
+                "Component_[17011410742059910740]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17011410742059910740,
+                    "Child Entity Order": [
+                        "Entity_[81873485704686]",
+                        "Entity_[81237830544878]",
+                        "Entity_[81177701002734]",
+                        "Entity_[81796176293358]",
+                        "Entity_[81925025312238]"
+                    ]
+                },
+                "Component_[5099240837726653903]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5099240837726653903
+                },
+                "Component_[6646453655020487344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6646453655020487344,
+                    "Parent Entity": "Entity_[81383859432942]"
+                },
+                "Component_[6738284369335859704]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6738284369335859704
+                },
+                "Component_[8419086686211220741]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8419086686211220741
+                }
+            }
+        },
+        "Entity_[81542773222894]": {
+            "Id": "Entity_[81542773222894]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.01623404026031494,
+                            -0.0065152645111083984,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{F4C96494-A086-59D2-A605-06E760588573}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81547068190190]": {
+            "Id": "Entity_[81547068190190]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81551363157486]": {
+            "Id": "Entity_[81551363157486]",
+            "Name": "row",
+            "Components": {
+                "Component_[10808208545645080864]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10808208545645080864
+                },
+                "Component_[10852616090951866643]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10852616090951866643
+                },
+                "Component_[11460561292750747887]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11460561292750747887
+                },
+                "Component_[287168882231643272]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 287168882231643272
+                },
+                "Component_[3551201521275344291]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 3551201521275344291
+                },
+                "Component_[406520118863713175]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 406520118863713175
+                },
+                "Component_[6073111504216852380]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6073111504216852380,
+                    "Child Entity Order": [
+                        "Entity_[81224945642990]",
+                        "Entity_[81907845443054]",
+                        "Entity_[81126161395182]"
+                    ]
+                },
+                "Component_[8859039586565081395]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8859039586565081395
+                },
+                "Component_[9648367233064904760]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 9648367233064904760,
+                    "Parent Entity": "Entity_[81383859432942]"
+                }
+            }
+        },
+        "Entity_[81555658124782]": {
+            "Id": "Entity_[81555658124782]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -9.572000503540039,
+                            -0.00652003288269043,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.5569999814033508,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81559953092078]": {
+            "Id": "Entity_[81559953092078]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.951582908630371,
+                            2.786778211593628,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81564248059374]": {
+            "Id": "Entity_[81564248059374]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -3.860384702682495,
+                            2.7835934162139893,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81568543026670]": {
+            "Id": "Entity_[81568543026670]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            11.081745147705078,
+                            1.3535051345825195,
+                            1.0052565336227417
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000001907348633
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        5.0,
+                        2.799999952316284,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81572837993966]": {
+            "Id": "Entity_[81572837993966]",
+            "Name": "light_over_storage",
+            "Components": {
+                "Component_[10246961423769789808]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10246961423769789808
+                },
+                "Component_[15015433339401845873]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15015433339401845873
+                },
+                "Component_[15718979264175954159]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15718979264175954159,
+                    "Parent Entity": "Entity_[81285075185134]"
+                },
+                "Component_[15849090344330362977]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15849090344330362977
+                },
+                "Component_[16446025837964182056]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16446025837964182056
+                },
+                "Component_[17147582893942866663]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17147582893942866663,
+                    "Child Entity Order": [
+                        "Instance_[23433692391818]/ContainerEntity",
+                        "Instance_[23545361541514]/ContainerEntity",
+                        "Instance_[23403627620746]/ContainerEntity",
+                        "Instance_[23223238994314]/ContainerEntity",
+                        "Instance_[23244713830794]/ContainerEntity",
+                        "Instance_[23236123896202]/ContainerEntity",
+                        "Instance_[23343498078602]/ContainerEntity",
+                        "Instance_[23128749713802]/ContainerEntity",
+                        "Instance_[23317728274826]/ContainerEntity",
+                        "Instance_[23437987359114]/ContainerEntity",
+                        "Instance_[23279073569162]/ContainerEntity",
+                        "Instance_[23506706835850]/ContainerEntity",
+                        "Instance_[23416512522634]/ContainerEntity",
+                        "Instance_[23339203111306]/ContainerEntity",
+                        "Instance_[23442282326410]/ContainerEntity",
+                        "Instance_[23283368536458]/ContainerEntity",
+                        "Instance_[23369267882378]/ContainerEntity",
+                        "Instance_[23313433307530]/ContainerEntity"
+                    ]
+                },
+                "Component_[233607885520692205]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 233607885520692205
+                },
+                "Component_[2747934571980347704]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 2747934571980347704
+                },
+                "Component_[4858008268077248164]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4858008268077248164
+                }
+            }
+        },
+        "Entity_[81577132961262]": {
+            "Id": "Entity_[81577132961262]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.773492813110352,
+                            2.7891218662261963,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81581427928558]": {
+            "Id": "Entity_[81581427928558]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.584503173828125,
+                            2.7835936546325684,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81585722895854]": {
+            "Id": "Entity_[81585722895854]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81078916754926]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            -1.0837726593017578,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81590017863150]": {
+            "Id": "Entity_[81590017863150]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.01623392105102539,
+                            -0.006514906883239746,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{1CE6AEA5-3568-5EEF-A4D3-F1AE449D134A}"
+                                },
+                                "assetHint": "assets/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81594312830446]": {
+            "Id": "Entity_[81594312830446]",
+            "Name": "row_short",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81358089629166]",
+                        "Entity_[81852010868206]",
+                        "Entity_[81328024858094]",
+                        "Entity_[81864895770094]",
+                        "Entity_[81598607797742]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            -15.785727500915527,
+                            0.0,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81598607797742]": {
+            "Id": "Entity_[81598607797742]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81594312830446]",
+                    "Transform Data": {
+                        "Translate": [
+                            -7.215170860290527,
+                            -0.0065250396728515625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2BEF9BBE-3433-5653-81F9-66BE1E228CC5}"
+                                },
+                                "assetHint": "assets/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81602902765038]": {
+            "Id": "Entity_[81602902765038]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81113276493294]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            -0.0956258773803711,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81607197732334]": {
+            "Id": "Entity_[81607197732334]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -25.8799991607666,
+                            -0.006519675254821777,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.871999979019165,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81611492699630]": {
+            "Id": "Entity_[81611492699630]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -11.130064010620117,
+                            -0.0065250396728515625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{C36BF373-CBAF-52C0-8515-283579CBFBDE}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81615787666926]": {
+            "Id": "Entity_[81615787666926]",
+            "Name": "row_short",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81130456362478]",
+                        "Entity_[81521298386414]",
+                        "Entity_[81203470806510]",
+                        "Entity_[81332319825390]",
+                        "Entity_[81117571460590]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            -15.785727500915527,
+                            4.456752777099609,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81620082634222]": {
+            "Id": "Entity_[81620082634222]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81680212176366]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            2.7891223430633545,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81624377601518]": {
+            "Id": "Entity_[81624377601518]",
+            "Name": "board04",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{6EC3D25B-1212-54B7-A5E0-548405FB3698}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_04.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -36.18787384033203,
+                            6.324141025543213,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81628672568814]": {
+            "Id": "Entity_[81628672568814]",
+            "Name": "1",
+            "Components": {
+                "Component_[10771264778589464986]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10771264778589464986
+                },
+                "Component_[11374326140714160670]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 11374326140714160670
+                },
+                "Component_[13680305747301349535]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13680305747301349535
+                },
+                "Component_[1590403856774232528]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1590403856774232528,
+                    "Child Entity Order": [
+                        "Entity_[81370974531054]",
+                        "Entity_[81469758778862]",
+                        "Entity_[81723161849326]",
+                        "Entity_[81169111068142]",
+                        "Entity_[81439694007790]",
+                        "Entity_[81688802110958]"
+                    ]
+                },
+                "Component_[2377219851341018766]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2377219851341018766
+                },
+                "Component_[4085503350309408682]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4085503350309408682
+                },
+                "Component_[541185480674828379]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 541185480674828379
+                },
+                "Component_[639764136312120414]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 639764136312120414,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -4.511704444885254,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[983654698454105396]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 983654698454105396
+                }
+            }
+        },
+        "Entity_[81632967536110]": {
+            "Id": "Entity_[81632967536110]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81748931653102]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.773493766784668,
+                            -1.728629469871521,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81637262503406]": {
+            "Id": "Entity_[81637262503406]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            12.282673835754395,
+                            2.9561562538146973,
+                            1.0052565336227417
+                        ],
+                        "UniformScale": 0.23000001907348633
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        2.799999952316284,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81641557470702]": {
+            "Id": "Entity_[81641557470702]",
+            "Name": "board03",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{566906E6-BE40-55C3-A6C1-7A48468D0523}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_03.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -36.18787384033203,
+                            1.3662824630737305,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81645852437998]": {
+            "Id": "Entity_[81645852437998]",
+            "Name": "board01",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{0CC5177E-B5F4-554E-AFFA-F709DBCAFD84}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_01.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.489509105682373,
+                            -5.466247081756592,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81650147405294]": {
+            "Id": "Entity_[81650147405294]",
+            "Name": "number_boards",
+            "Components": {
+                "Component_[10268172064762579891]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 10268172064762579891
+                },
+                "Component_[11131986458887344619]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11131986458887344619
+                },
+                "Component_[13410478337260617356]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 13410478337260617356
+                },
+                "Component_[15104201029809012352]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15104201029809012352
+                },
+                "Component_[18377891062618030481]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 18377891062618030481
+                },
+                "Component_[375978018033136372]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 375978018033136372
+                },
+                "Component_[5132421690429571000]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5132421690429571000,
+                    "Child Entity Order": [
+                        "Entity_[81229240610286]",
+                        "Entity_[81302255054318]",
+                        "Entity_[81465463811566]",
+                        "Entity_[81929320279534]",
+                        "Entity_[81212060741102]",
+                        "Entity_[81894960541166]",
+                        "Entity_[81663032307182]",
+                        "Entity_[81804766227950]",
+                        "Entity_[81912140410350]",
+                        "Entity_[81529888321006]",
+                        "Entity_[81701687012846]",
+                        "Entity_[81486938648046]",
+                        "Entity_[81937910214126]",
+                        "Entity_[81624377601518]",
+                        "Entity_[81641557470702]",
+                        "Entity_[81817651129838]",
+                        "Entity_[81645852437998]",
+                        "Entity_[81830536031726]"
+                    ]
+                },
+                "Component_[5326191536205233602]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5326191536205233602,
+                    "Parent Entity": "Entity_[81443988975086]",
+                    "Transform Data": {
+                        "Translate": [
+                            3.9550981521606445,
+                            4.243489742279053,
+                            6.503264427185059
+                        ]
+                    }
+                },
+                "Component_[8946954370189351163]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8946954370189351163
+                }
+            }
+        },
+        "Entity_[81654442372590]": {
+            "Id": "Entity_[81654442372590]",
+            "Name": "side",
+            "Components": {
+                "Component_[10142074076271122719]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10142074076271122719
+                },
+                "Component_[10939993389388535508]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10939993389388535508
+                },
+                "Component_[13902094521801159488]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13902094521801159488
+                },
+                "Component_[14251235589187529420]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14251235589187529420,
+                    "Parent Entity": "Entity_[81757521587694]"
+                },
+                "Component_[1593855532319190642]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1593855532319190642
+                },
+                "Component_[5217300904563993740]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5217300904563993740
+                },
+                "Component_[7577794227596239257]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7577794227596239257
+                },
+                "Component_[8680977690020044100]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8680977690020044100,
+                    "Child Entity Order": [
+                        "Instance_[1614652295632733]/ContainerEntity",
+                        "Instance_[1924328027608925]/ContainerEntity",
+                        "Instance_[1924349502445405]/ContainerEntity",
+                        "Instance_[1614755374847837]/ContainerEntity",
+                        "Instance_[1614768259749725]/ContainerEntity",
+                        "Instance_[1614772554717021]/ContainerEntity",
+                        "Instance_[1924323732641629]/ContainerEntity",
+                        "Instance_[1924353797412701]/ContainerEntity"
+                    ]
+                },
+                "Component_[9947386346568766721]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9947386346568766721
+                }
+            }
+        },
+        "Entity_[81658737339886]": {
+            "Id": "Entity_[81658737339886]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -14.012656211853027,
+                            -0.0065212249755859375,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81663032307182]": {
+            "Id": "Entity_[81663032307182]",
+            "Name": "board03",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{566906E6-BE40-55C3-A6C1-7A48468D0523}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_03.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -23.743934631347656,
+                            1.3662824630737305,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81667327274478]": {
+            "Id": "Entity_[81667327274478]",
+            "Name": "Unpacked",
+            "Components": {
+                "Component_[1142782237355458274]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 1142782237355458274
+                },
+                "Component_[14059899138925494196]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 14059899138925494196,
+                    "Parent Entity": "Entity_[81512708451822]"
+                },
+                "Component_[16032976125136096501]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16032976125136096501
+                },
+                "Component_[1981593544749333580]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 1981593544749333580
+                },
+                "Component_[2370876785908093374]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 2370876785908093374
+                },
+                "Component_[488559478896392830]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 488559478896392830,
+                    "Child Entity Order": [
+                        "Instance_[1467088291343243]/ContainerEntity",
+                        "Instance_[1467354579315595]/ContainerEntity",
+                        "Instance_[1467577917614987]/ContainerEntity",
+                        "Instance_[1467895745194891]/ContainerEntity",
+                        "Instance_[1468093313690507]/ContainerEntity",
+                        "Instance_[1667809292954507]/ContainerEntity",
+                        "Instance_[1667826472823691]/ContainerEntity",
+                        "Instance_[1667830767790987]/ContainerEntity",
+                        "Instance_[1665464240810891]/ContainerEntity",
+                        "Instance_[1666765615901579]/ContainerEntity",
+                        "Instance_[1949456068357003]/ContainerEntity",
+                        "Instance_[1665477125712779]/ContainerEntity",
+                        "Instance_[1667560184851339]/ContainerEntity",
+                        "Instance_[1667817882889099]/ContainerEntity",
+                        "Instance_[1667804997987211]/ContainerEntity",
+                        "Instance_[1949468953258891]/ContainerEntity",
+                        "Instance_[1667796408052619]/ContainerEntity",
+                        "Instance_[1667238062304139]/ContainerEntity",
+                        "Instance_[1667839357725579]/ContainerEntity",
+                        "Instance_[1949464658291595]/ContainerEntity",
+                        "Instance_[1665481420680075]/ContainerEntity",
+                        "Instance_[1667843652692875]/ContainerEntity",
+                        "Instance_[1667835062758283]/ContainerEntity",
+                        "Instance_[1667822177856395]/ContainerEntity",
+                        "Instance_[1667787818118027]/ContainerEntity",
+                        "Instance_[1949451773389707]/ContainerEntity",
+                        "Instance_[1667036198841227]/ContainerEntity",
+                        "Instance_[1665468535778187]/ContainerEntity",
+                        "Instance_[1667800703019915]/ContainerEntity",
+                        "Instance_[1667792113085323]/ContainerEntity",
+                        "Instance_[1949460363324299]/ContainerEntity",
+                        "Instance_[1665472830745483]/ContainerEntity",
+                        "Instance_[1667813587921803]/ContainerEntity"
+                    ]
+                },
+                "Component_[6815158051091967917]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 6815158051091967917
+                },
+                "Component_[8798768250319223526]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8798768250319223526
+                },
+                "Component_[9589446052489877136]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9589446052489877136
+                }
+            }
+        },
+        "Entity_[81671622241774]": {
+            "Id": "Entity_[81671622241774]",
+            "Name": "1",
+            "Components": {
+                "Component_[10321909275187222931]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10321909275187222931,
+                    "Parent Entity": "Entity_[81757521587694]",
+                    "Transform Data": {
+                        "Translate": [
+                            34.927528381347656,
+                            -8.665308952331543,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[10681537930500446053]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10681537930500446053,
+                    "Child Entity Order": [
+                        "Instance_[1261728088686882]/ContainerEntity",
+                        "Instance_[1261809693065506]/ContainerEntity",
+                        "Instance_[1261848347771170]/ContainerEntity",
+                        "Instance_[1261822577967394]/ContainerEntity",
+                        "Instance_[1261861232673058]/ContainerEntity",
+                        "Instance_[1261852642738466]/ContainerEntity",
+                        "Instance_[1859282593612066]/ContainerEntity",
+                        "Instance_[1261826872934690]/ContainerEntity",
+                        "Instance_[1859274003677474]/ContainerEntity",
+                        "Instance_[1560331394973986]/ContainerEntity",
+                        "Instance_[1560327100006690]/ContainerEntity",
+                        "Instance_[1560339984908578]/ContainerEntity",
+                        "Instance_[1560335689941282]/ContainerEntity",
+                        "Instance_[1859278298644770]/ContainerEntity",
+                        "Instance_[1261856937705762]/ContainerEntity"
+                    ]
+                },
+                "Component_[11217564894606926180]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11217564894606926180
+                },
+                "Component_[12647362886010771168]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12647362886010771168
+                },
+                "Component_[13008426432773336905]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13008426432773336905
+                },
+                "Component_[15225701871626598457]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15225701871626598457
+                },
+                "Component_[238064552553574844]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 238064552553574844
+                },
+                "Component_[4209670188283020330]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4209670188283020330
+                },
+                "Component_[6237799727571163432]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6237799727571163432
+                }
+            }
+        },
+        "Entity_[81675917209070]": {
+            "Id": "Entity_[81675917209070]",
+            "Name": "row",
+            "Components": {
+                "Component_[10856402869438289521]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10856402869438289521
+                },
+                "Component_[11896555547187170950]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11896555547187170950
+                },
+                "Component_[14457340713451592296]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 14457340713451592296
+                },
+                "Component_[16537807630341811018]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16537807630341811018
+                },
+                "Component_[17011410742059910740]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17011410742059910740,
+                    "Child Entity Order": [
+                        "Entity_[81139046297070]",
+                        "Entity_[81091801656814]",
+                        "Entity_[81474053746158]",
+                        "Entity_[81087506689518]",
+                        "Entity_[81396744334830]"
+                    ]
+                },
+                "Component_[5099240837726653903]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5099240837726653903
+                },
+                "Component_[6646453655020487344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6646453655020487344,
+                    "Parent Entity": "Entity_[81383859432942]"
+                },
+                "Component_[6738284369335859704]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6738284369335859704
+                },
+                "Component_[8419086686211220741]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8419086686211220741
+                }
+            }
+        },
+        "Entity_[81680212176366]": {
+            "Id": "Entity_[81680212176366]",
+            "Name": "1",
+            "Components": {
+                "Component_[10771264778589464986]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10771264778589464986
+                },
+                "Component_[11374326140714160670]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 11374326140714160670
+                },
+                "Component_[13680305747301349535]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13680305747301349535
+                },
+                "Component_[1590403856774232528]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1590403856774232528,
+                    "Child Entity Order": [
+                        "Entity_[81581427928558]",
+                        "Entity_[81233535577582]",
+                        "Entity_[81186290937326]",
+                        "Entity_[81547068190190]",
+                        "Entity_[81620082634222]",
+                        "Entity_[81413924204014]"
+                    ]
+                },
+                "Component_[2377219851341018766]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2377219851341018766
+                },
+                "Component_[4085503350309408682]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4085503350309408682
+                },
+                "Component_[541185480674828379]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 541185480674828379
+                },
+                "Component_[639764136312120414]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 639764136312120414,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            4.452834129333496,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[983654698454105396]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 983654698454105396
+                }
+            }
+        },
+        "Entity_[81684507143662]": {
+            "Id": "Entity_[81684507143662]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.016423225402832,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81688802110958]": {
+            "Id": "Entity_[81688802110958]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5033328533172607,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81693097078254]": {
+            "Id": "Entity_[81693097078254]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81113276493294]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.980002403259277,
+                            1.0015876293182373,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81697392045550]": {
+            "Id": "Entity_[81697392045550]",
+            "Name": "Diffuse_Probe_Grid",
+            "Components": {
+                "Component_[1102690611132309235]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1102690611132309235
+                },
+                "Component_[12628224071410676185]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12628224071410676185
+                },
+                "Component_[14875219860957696588]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 14875219860957696588
+                },
+                "Component_[3822011490380674942]": {
+                    "$type": "EditorBoxShapeComponent",
+                    "Id": 3822011490380674942,
+                    "Visible": false,
+                    "BoxShape": {
+                        "Configuration": {
+                            "Dimensions": [
+                                70.0,
+                                22.0,
+                                12.0
+                            ]
+                        }
+                    }
+                },
+                "Component_[5580897943142597927]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5580897943142597927,
+                    "Parent Entity": "Entity_[81285075185134]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.554008483886719,
+                            8.013765335083008,
+                            7.677892684936523
+                        ]
+                    }
+                },
+                "Component_[8315896363900534274]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8315896363900534274
+                },
+                "Component_[8617865278035896910]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8617865278035896910
+                },
+                "Component_[9289626333756429172]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9289626333756429172
+                },
+                "Component_[9684718173948616357]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9684718173948616357,
+                    "DisabledComponents": [
+                        {
+                            "$type": "AZ::Render::EditorDiffuseProbeGridComponent",
+                            "Id": 3203472696775121593,
+                            "Controller": {
+                                "Configuration": {
+                                    "Extents": [
+                                        70.0,
+                                        22.0,
+                                        12.0
+                                    ],
+                                    "AmbientMultiplier": 0.30000001192092896,
+                                    "ViewBias": 0.6299999952316284,
+                                    "NormalBias": 0.09000000357627869,
+                                    "NumRaysPerProbe": 6,
+                                    "FrameUpdateCount": 10,
+                                    "BakedIrradianceTextureRelativePath": "DiffuseProbeGrids/Lightning_A1E1606B-3834-4E4D-B10A-39AE41323339_Irradiance_lutrgba16f.dds",
+                                    "BakedDistanceTextureRelativePath": "DiffuseProbeGrids/Lightning_BB10C463-870D-427A-A960-9D8444393C0E_Distance_lutrg32f.dds",
+                                    "BakedProbeDataTextureRelativePath": "DiffuseProbeGrids/Lightning_B91D2F72-DEC3-4EDB-B7C6-B60E35832FEE_ProbeData_lutrgba16f.dds",
+                                    "BakedIrradianceTextureAsset": {
+                                        "assetId": {
+                                            "guid": "{34DD68E2-8CE8-545F-A380-34A1ABE3D5B0}",
+                                            "subId": 1000
+                                        },
+                                        "assetHint": "diffuseprobegrids/lightning_a1e1606b-3834-4e4d-b10a-39ae41323339_irradiance_lutrgba16f.dds.streamingimage"
+                                    },
+                                    "BakedDistanceTextureAsset": {
+                                        "assetId": {
+                                            "guid": "{0A9F240D-8ED6-5DD2-8CCB-75F7081DA93A}",
+                                            "subId": 1000
+                                        },
+                                        "assetHint": "diffuseprobegrids/lightning_bb10c463-870d-427a-a960-9d8444393c0e_distance_lutrg32f.dds.streamingimage"
+                                    },
+                                    "BakedProbeDataTextureAsset": {
+                                        "assetId": {
+                                            "guid": "{7F00DEA1-7D59-568C-BFB4-324EEB007C83}",
+                                            "subId": 1000
+                                        },
+                                        "assetHint": "diffuseprobegrids/lightning_b91d2f72-dec3-4edb-b7c6-b60e35832fee_probedata_lutrgba16f.dds.streamingimage"
+                                    },
+                                    "VisualizationShowInactiveProbes": true
+                                }
+                            },
+                            "ambientMultiplier": 0.30000001192092896,
+                            "viewBias": 0.6299999952316284,
+                            "normalBias": 0.09000000357627869,
+                            "numRaysPerProbe": 6,
+                            "frameUpdateCount": 10,
+                            "showInactiveProbes": true
+                        }
+                    ]
+                },
+                "Component_[9732390927556349753]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9732390927556349753
+                }
+            }
+        },
+        "Entity_[81701687012846]": {
+            "Id": "Entity_[81701687012846]",
+            "Name": "board03",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{566906E6-BE40-55C3-A6C1-7A48468D0523}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_03.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.62885284423828,
+                            1.3662824630737305,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81705981980142]": {
+            "Id": "Entity_[81705981980142]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -9.144879341125488,
+                            -0.0065250396728515625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2BEF9BBE-3433-5653-81F9-66BE1E228CC5}"
+                                },
+                                "assetHint": "assets/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81710276947438]": {
+            "Id": "Entity_[81710276947438]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -3.860384702682495,
+                            1.6206533908843994,
+                            1.0052562952041626
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81714571914734]": {
+            "Id": "Entity_[81714571914734]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.5080344676971436,
+                            1.3116114139556885,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            90.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81718866882030]": {
+            "Id": "Entity_[81718866882030]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.951582908630371,
+                            2.786778211593628,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81723161849326]": {
+            "Id": "Entity_[81723161849326]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81628672568814]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81727456816622]": {
+            "Id": "Entity_[81727456816622]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81401039302126]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.5045561790466309,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81731751783918]": {
+            "Id": "Entity_[81731751783918]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.781479835510254,
+                            1.5400598049163818,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81736046751214]": {
+            "Id": "Entity_[81736046751214]",
+            "Name": "2",
+            "Components": {
+                "Component_[10321909275187222931]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10321909275187222931,
+                    "Parent Entity": "Entity_[81757521587694]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.247879981994629,
+                            9.789491653442383,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ]
+                    }
+                },
+                "Component_[10681537930500446053]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10681537930500446053,
+                    "Child Entity Order": [
+                        "Instance_[1261728088686882]/ContainerEntity",
+                        "Instance_[1261809693065506]/ContainerEntity",
+                        "Instance_[1261848347771170]/ContainerEntity",
+                        "Instance_[1261822577967394]/ContainerEntity",
+                        "Instance_[1261861232673058]/ContainerEntity",
+                        "Instance_[1261852642738466]/ContainerEntity",
+                        "Instance_[1859282593612066]/ContainerEntity",
+                        "Instance_[1261826872934690]/ContainerEntity",
+                        "Instance_[1859274003677474]/ContainerEntity",
+                        "Instance_[1560331394973986]/ContainerEntity",
+                        "Instance_[1560327100006690]/ContainerEntity",
+                        "Instance_[1560339984908578]/ContainerEntity",
+                        "Instance_[1560335689941282]/ContainerEntity",
+                        "Instance_[1859278298644770]/ContainerEntity",
+                        "Instance_[1261856937705762]/ContainerEntity",
+                        "Instance_[2457885070557474]/ContainerEntity",
+                        "Instance_[2457902250426658]/ContainerEntity",
+                        "Instance_[2457923725263138]/ContainerEntity",
+                        "Instance_[2457863595720994]/ContainerEntity",
+                        "Instance_[2457876480622882]/ContainerEntity",
+                        "Instance_[2457906545393954]/ContainerEntity",
+                        "Instance_[2457919430295842]/ContainerEntity",
+                        "Instance_[2457910840361250]/ContainerEntity",
+                        "Instance_[2457872185655586]/ContainerEntity",
+                        "Instance_[2457915135328546]/ContainerEntity",
+                        "Instance_[2457893660492066]/ContainerEntity",
+                        "Instance_[2457889365524770]/ContainerEntity",
+                        "Instance_[2457880775590178]/ContainerEntity",
+                        "Instance_[2457867890688290]/ContainerEntity",
+                        "Instance_[2457897955459362]/ContainerEntity"
+                    ]
+                },
+                "Component_[11217564894606926180]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11217564894606926180
+                },
+                "Component_[12647362886010771168]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12647362886010771168
+                },
+                "Component_[13008426432773336905]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13008426432773336905
+                },
+                "Component_[15225701871626598457]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15225701871626598457
+                },
+                "Component_[238064552553574844]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 238064552553574844
+                },
+                "Component_[4209670188283020330]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4209670188283020330
+                },
+                "Component_[6237799727571163432]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6237799727571163432
+                }
+            }
+        },
+        "Entity_[81740341718510]": {
+            "Id": "Entity_[81740341718510]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            14.979620933532715,
+                            1.3115630149841309,
+                            1.0052565336227417
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000001907348633
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        2.799999952316284,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81744636685806]": {
+            "Id": "Entity_[81744636685806]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81495528582638]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.980002403259277,
+                            1.0015876293182373,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81748931653102]": {
+            "Id": "Entity_[81748931653102]",
+            "Name": "2",
+            "Components": {
+                "Component_[10496197572219080372]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10496197572219080372
+                },
+                "Component_[12750429469035328603]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 12750429469035328603,
+                    "Parent Entity": "Entity_[81791881326062]"
+                },
+                "Component_[2510304990501801350]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2510304990501801350
+                },
+                "Component_[3298526546503453906]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3298526546503453906
+                },
+                "Component_[3768139999748457524]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 3768139999748457524
+                },
+                "Component_[4400911305311160445]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4400911305311160445
+                },
+                "Component_[765512834674528717]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 765512834674528717
+                },
+                "Component_[7662748705287545874]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 7662748705287545874,
+                    "Child Entity Order": [
+                        "Entity_[81632967536110]",
+                        "Entity_[81250715446766]",
+                        "Entity_[81156226166254]",
+                        "Entity_[81151931198958]",
+                        "Entity_[81121866427886]",
+                        "Entity_[81349499694574]",
+                        "Entity_[81280780217838]"
+                    ]
+                },
+                "Component_[8895477248620529616]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 8895477248620529616
+                }
+            }
+        },
+        "Entity_[81753226620398]": {
+            "Id": "Entity_[81753226620398]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.516522407531738,
+                            1.6206533908843994,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81757521587694]": {
+            "Id": "Entity_[81757521587694]",
+            "Name": "Rack_protectors",
+            "Components": {
+                "Component_[14445787496987285298]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14445787496987285298
+                },
+                "Component_[14838178878000388623]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14838178878000388623
+                },
+                "Component_[16385501280161495205]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16385501280161495205
+                },
+                "Component_[5557373882929158072]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5557373882929158072
+                },
+                "Component_[6315541705603915654]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6315541705603915654,
+                    "Parent Entity": "Entity_[81903550475758]"
+                },
+                "Component_[6726514025564182360]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 6726514025564182360
+                },
+                "Component_[7450213149296368044]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7450213149296368044
+                },
+                "Component_[8264293139563789689]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8264293139563789689
+                },
+                "Component_[8350517200035729664]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8350517200035729664,
+                    "Child Entity Order": [
+                        "Entity_[81671622241774]",
+                        "Entity_[81736046751214]",
+                        "Entity_[81388154400238]",
+                        "Entity_[81379564465646]",
+                        "Entity_[81452578909678]",
+                        "Entity_[81654442372590]"
+                    ]
+                }
+            }
+        },
+        "Entity_[81761816554990]": {
+            "Id": "Entity_[81761816554990]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.01623392105102539,
+                            -0.0065155029296875,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{1CE6AEA5-3568-5EEF-A4D3-F1AE449D134A}"
+                                },
+                                "assetHint": "assets/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81766111522286]": {
+            "Id": "Entity_[81766111522286]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -27.750730514526367,
+                            -0.00652468204498291,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2BEF9BBE-3433-5653-81F9-66BE1E228CC5}"
+                                },
+                                "assetHint": "assets/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81770406489582]": {
+            "Id": "Entity_[81770406489582]",
+            "Name": "movables_blue",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81289370152430]",
+                        "Entity_[81242125512174]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            9.910828590393066,
+                            7.415886878967285,
+                            -0.31302106380462646
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81774701456878]": {
+            "Id": "Entity_[81774701456878]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -20.00970458984375,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81778996424174]": {
+            "Id": "Entity_[81778996424174]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81113276493294]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            2.7749011516571045,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81783291391470]": {
+            "Id": "Entity_[81783291391470]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163731575012207,
+                            -0.0065174102783203125,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81787586358766]": {
+            "Id": "Entity_[81787586358766]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163731575012207,
+                            -0.006516695022583008,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81791881326062]": {
+            "Id": "Entity_[81791881326062]",
+            "Name": "Floor_tire_traces",
+            "Components": {
+                "Component_[14415566488441244359]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 14415566488441244359
+                },
+                "Component_[16430577832919610335]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 16430577832919610335
+                },
+                "Component_[17520780423202726313]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17520780423202726313
+                },
+                "Component_[17929923025129748957]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17929923025129748957,
+                    "Child Entity Order": [
+                        "Entity_[81564248059374]",
+                        "Entity_[81478348713454]",
+                        "Entity_[81710276947438]",
+                        "Entity_[81847715900910]",
+                        "Entity_[81753226620398]",
+                        "Entity_[81731751783918]",
+                        "Entity_[81499823549934]",
+                        "Entity_[81718866882030]",
+                        "Entity_[81890665573870]",
+                        "Entity_[81559953092078]",
+                        "Entity_[81577132961262]",
+                        "Entity_[81886370606574]",
+                        "Entity_[81843420933614]",
+                        "Entity_[81401039302126]",
+                        "Entity_[81628672568814]",
+                        "Entity_[81680212176366]",
+                        "Entity_[81748931653102]",
+                        "Entity_[81383859432942]",
+                        "Entity_[81800471260654]"
+                    ]
+                },
+                "Component_[5866379550554826138]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 5866379550554826138
+                },
+                "Component_[612483122924304061]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 612483122924304061,
+                    "Parent Entity": "Entity_[81903550475758]",
+                    "Transform Data": {
+                        "Translate": [
+                            31.674999237060547,
+                            -2.789872169494629,
+                            -1.852604627609253
+                        ],
+                        "UniformScale": 1.5
+                    }
+                },
+                "Component_[6383826669845265668]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6383826669845265668
+                },
+                "Component_[7744632383826525503]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7744632383826525503
+                },
+                "Component_[9939752069647029085]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9939752069647029085
+                }
+            }
+        },
+        "Entity_[81796176293358]": {
+            "Id": "Entity_[81796176293358]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81538478255598]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            -0.11551785469055176,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81800471260654]": {
+            "Id": "Entity_[81800471260654]",
+            "Name": "entrance",
+            "Components": {
+                "Component_[12037976727104310424]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 12037976727104310424,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            1.008281946182251,
+                            0.5180654525756836,
+                            0.2528521418571472
+                        ],
+                        "UniformScale": 0.8000000715255737
+                    }
+                },
+                "Component_[14465751916410664147]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14465751916410664147,
+                    "Child Entity Order": [
+                        "Entity_[81637262503406]",
+                        "Entity_[81319434923502]",
+                        "Entity_[81083211722222]",
+                        "Entity_[81813356162542]",
+                        "Entity_[81740341718510]",
+                        "Entity_[81568543026670]"
+                    ]
+                },
+                "Component_[16585562496563941535]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16585562496563941535
+                },
+                "Component_[17864235404581727038]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 17864235404581727038
+                },
+                "Component_[18392440285961824383]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 18392440285961824383
+                },
+                "Component_[5961002568051907933]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5961002568051907933
+                },
+                "Component_[7288079131865738534]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7288079131865738534
+                },
+                "Component_[8276020092870186091]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 8276020092870186091
+                },
+                "Component_[8416888257230702892]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 8416888257230702892
+                }
+            }
+        },
+        "Entity_[81804766227950]": {
+            "Id": "Entity_[81804766227950]",
+            "Name": "board02",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{084A4B56-C808-5092-8813-4837E69FFAE7}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_02.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -23.743934631347656,
+                            -0.35048913955688477,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81809061195246]": {
+            "Id": "Entity_[81809061195246]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -6.015745639801025,
+                            -0.006519913673400879,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81813356162542]": {
+            "Id": "Entity_[81813356162542]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81800471260654]",
+                    "Transform Data": {
+                        "Translate": [
+                            13.978386878967285,
+                            1.4107351303100586,
+                            1.0052565336227417
+                        ],
+                        "UniformScale": 0.23000001907348633
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        10.0,
+                        2.799999952316284,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81817651129838]": {
+            "Id": "Entity_[81817651129838]",
+            "Name": "board02",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{084A4B56-C808-5092-8813-4837E69FFAE7}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_02.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -36.18787384033203,
+                            -0.35048913955688477,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81821946097134]": {
+            "Id": "Entity_[81821946097134]",
+            "Name": "movables_blue",
+            "Components": {
+                "Component_[11358105557128824214]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11358105557128824214
+                },
+                "Component_[13946020643802045435]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13946020643802045435
+                },
+                "Component_[16808686584333473094]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16808686584333473094
+                },
+                "Component_[3531174978848893918]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3531174978848893918
+                },
+                "Component_[3675136203864957774]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3675136203864957774
+                },
+                "Component_[5147878209571874574]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 5147878209571874574
+                },
+                "Component_[6529333310674229373]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6529333310674229373,
+                    "Child Entity Order": [
+                        "Entity_[81491233615342]",
+                        "Entity_[81834830999022]"
+                    ]
+                },
+                "Component_[8438145710848209955]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 8438145710848209955,
+                    "Parent Entity": "Entity_[81323729890798]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.202681541442871,
+                            -0.3149230480194092,
+                            -0.31302106380462646
+                        ]
+                    }
+                },
+                "Component_[9165328650543530788]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9165328650543530788
+                }
+            }
+        },
+        "Entity_[81826241064430]": {
+            "Id": "Entity_[81826241064430]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -16.011499404907227,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81830536031726]": {
+            "Id": "Entity_[81830536031726]",
+            "Name": "board06",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{01897C6E-77F3-5E79-987B-39B24B12BD02}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_06.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            2.489509105682373,
+                            13.179363250732422,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81834830999022]": {
+            "Id": "Entity_[81834830999022]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81821946097134]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            -1.9215669631958008,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity",
+                        "Instance_[898635902387175]/ContainerEntity",
+                        "Instance_[898623017485287]/ContainerEntity",
+                        "Instance_[898627312452583]/ContainerEntity",
+                        "Instance_[898631607419879]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81839125966318]": {
+            "Id": "Entity_[81839125966318]",
+            "Name": "corner",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81345204727278]",
+                    "Transform Data": {
+                        "Translate": [
+                            -3.5059452056884766,
+                            -2.138000011444092,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2E73826F-CFB1-591C-91C0-07E47D87A921}"
+                                },
+                                "assetHint": "assets/markings_corner.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81843420933614]": {
+            "Id": "Entity_[81843420933614]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -13.96211051940918,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81847715900910]": {
+            "Id": "Entity_[81847715900910]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -20.828853607177734,
+                            1.6206533908843994,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81852010868206]": {
+            "Id": "Entity_[81852010868206]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81594312830446]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.016423225402832,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81856305835502]": {
+            "Id": "Entity_[81856305835502]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -27.750730514526367,
+                            -0.006525993347167969,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{2BEF9BBE-3433-5653-81F9-66BE1E228CC5}"
+                                },
+                                "assetHint": "assets/markings_end2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81860600802798]": {
+            "Id": "Entity_[81860600802798]",
+            "Name": "end1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -0.01623404026031494,
+                            -0.0065155029296875,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{1CE6AEA5-3568-5EEF-A4D3-F1AE449D134A}"
+                                },
+                                "assetHint": "assets/markings_end1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81864895770094]": {
+            "Id": "Entity_[81864895770094]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81594312830446]",
+                    "Transform Data": {
+                        "Translate": [
+                            -5.615097999572754,
+                            -0.00652003288269043,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.6000000238418579,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81869190737390]": {
+            "Id": "Entity_[81869190737390]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81422514138606]",
+                    "Transform Data": {
+                        "Translate": [
+                            -2.0163729190826416,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81873485704686]": {
+            "Id": "Entity_[81873485704686]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.20000000298023224,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81538478255598]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            -1.0837726593017578,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81877780671982]": {
+            "Id": "Entity_[81877780671982]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81405334269422]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.014589309692383,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{BF7DF511-C611-51C6-98E3-25D0A4DED8F2}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81882075639278]": {
+            "Id": "Entity_[81882075639278]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.01642370223999,
+                            -0.006519317626953125,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81886370606574]": {
+            "Id": "Entity_[81886370606574]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.25,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.773492813110352,
+                            1.625337839126587,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81890665573870]": {
+            "Id": "Entity_[81890665573870]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.15000000596046448,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81791881326062]",
+                    "Transform Data": {
+                        "Translate": [
+                            -12.773492813110352,
+                            2.7891218662261963,
+                            1.0052562952041626
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81894960541166]": {
+            "Id": "Entity_[81894960541166]",
+            "Name": "board04",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{6EC3D25B-1212-54B7-A5E0-548405FB3698}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_04.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -23.743934631347656,
+                            6.324141025543213,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81899255508462]": {
+            "Id": "Entity_[81899255508462]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81272190283246]",
+                    "Transform Data": {
+                        "Translate": [
+                            -24.007875442504883,
+                            -0.006518006324768066,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{77AF66CD-A883-5DC6-9893-990331BCDCA2}"
+                                },
+                                "assetHint": "assets/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81903550475758]": {
+            "Id": "Entity_[81903550475758]",
+            "Name": "Warehouse",
+            "Components": {
+                "Component_[11193507868231940852]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11193507868231940852
+                },
+                "Component_[11690697814656844611]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 11690697814656844611
+                },
+                "Component_[1354186651360754926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 1354186651360754926
+                },
+                "Component_[2243729364944647873]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2243729364944647873,
+                    "Child Entity Order": [
+                        "Entity_[81285075185134]",
+                        "Entity_[81443988975086]",
+                        "Entity_[81323729890798]",
+                        "Entity_[81362384596462]",
+                        "Entity_[81791881326062]",
+                        "Entity_[81512708451822]",
+                        "Entity_[81757521587694]",
+                        "Instance_[372307747310660]/ContainerEntity",
+                        "Instance_[375962764479556]/ContainerEntity",
+                        "Instance_[376138858138692]/ContainerEntity"
+                    ]
+                },
+                "Component_[3431344619986704452]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3431344619986704452
+                },
+                "Component_[6236354412490947075]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 6236354412490947075
+                },
+                "Component_[8669938780866267224]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8669938780866267224,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 9540645646712701992
+                        }
+                    ]
+                },
+                "Component_[9540645646712701992]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 9540645646712701992,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[9962529260716450718]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 9962529260716450718
+                }
+            }
+        },
+        "Entity_[81907845443054]": {
+            "Id": "Entity_[81907845443054]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81551363157486]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.470118522644043,
+                            2.7749011516571045,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81912140410350]": {
+            "Id": "Entity_[81912140410350]",
+            "Name": "board05",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{78879384-5BC4-5B59-AE24-BE2FBE4D915E}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_05.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -18.62885284423828,
+                            8.029541015625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81916435377646]": {
+            "Id": "Entity_[81916435377646]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81534183288302]",
+                    "Transform Data": {
+                        "Translate": [
+                            -6.015746116638184,
+                            -0.006520271301269531,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{095429C1-892E-56A2-90BE-885BCF348069}"
+                                },
+                                "assetHint": "assets/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81920730344942]": {
+            "Id": "Entity_[81920730344942]",
+            "Name": "mid1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -9.572000503540039,
+                            -0.00652003288269043,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[5600569940493692809]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5600569940493692809,
+                    "NonUniformScale": [
+                        1.0,
+                        0.5569999814033508,
+                        1.0
+                    ]
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{3F853EDA-6BB1-52CD-BF8E-9E8495880526}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81925025312238]": {
+            "Id": "Entity_[81925025312238]",
+            "Name": "tracks",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{FA4F605B-9ACF-5ADF-BC8D-6E04BBD13593}"
+                                },
+                                "assetHint": "assets/tire_traces1.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81538478255598]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.64773941040039,
+                            1.365370512008667,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911,
+                    "NonUniformScale": [
+                        20.0,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81929320279534]": {
+            "Id": "Entity_[81929320279534]",
+            "Name": "board04",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{6EC3D25B-1212-54B7-A5E0-548405FB3698}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_04.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.023025989532470703,
+                            6.324141025543213,
+                            0.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81933615246830]": {
+            "Id": "Entity_[81933615246830]",
+            "Name": "Packs",
+            "Components": {
+                "Component_[10140259015133055073]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 10140259015133055073,
+                    "Child Entity Order": [
+                        "Instance_[73655074280963]/ContainerEntity",
+                        "Instance_[76661551388163]/ContainerEntity",
+                        "Instance_[79831237252611]/ContainerEntity",
+                        "Instance_[437112386737667]/ContainerEntity",
+                        "Instance_[429785172530691]/ContainerEntity",
+                        "Instance_[435067982304771]/ContainerEntity",
+                        "Instance_[429793762465283]/ContainerEntity",
+                        "Instance_[435072277272067]/ContainerEntity",
+                        "Instance_[437116681704963]/ContainerEntity",
+                        "Instance_[429789467497987]/ContainerEntity"
+                    ]
+                },
+                "Component_[14500671534845046519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 14500671534845046519
+                },
+                "Component_[15377120676093863308]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15377120676093863308
+                },
+                "Component_[16142060204619522775]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16142060204619522775
+                },
+                "Component_[2112337402341948246]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 2112337402341948246,
+                    "Parent Entity": "Entity_[81512708451822]"
+                },
+                "Component_[2789692607809628996]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2789692607809628996
+                },
+                "Component_[375429537054148922]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 375429537054148922
+                },
+                "Component_[4606527421908844546]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4606527421908844546
+                },
+                "Component_[715074056075941653]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 715074056075941653
+                }
+            }
+        },
+        "Entity_[81937910214126]": {
+            "Id": "Entity_[81937910214126]",
+            "Name": "board05",
+            "Components": {
+                "Component_[10777075113805009850]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10777075113805009850
+                },
+                "Component_[1153899359327841420]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1153899359327841420
+                },
+                "Component_[11866204340744402880]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11866204340744402880
+                },
+                "Component_[13667068226493565283]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 13667068226493565283,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2511422688
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{78879384-5BC4-5B59-AE24-BE2FBE4D915E}"
+                                            },
+                                            "assetHint": "assets/misc/number_board_05.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[14812748110098394019]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14812748110098394019
+                },
+                "Component_[16828232514285393142]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16828232514285393142,
+                    "Parent Entity": "Entity_[81650147405294]",
+                    "Transform Data": {
+                        "Translate": [
+                            -36.18787384033203,
+                            8.029541015625,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ],
+                        "UniformScale": 0.4000000059604645
+                    }
+                },
+                "Component_[18358985077553209626]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 18358985077553209626,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C15CD465-9589-56ED-945F-8416FA4798A3}",
+                                    "subId": 284301017
+                                },
+                                "assetHint": "objects/_primitives/_box_1x1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5712457379108146008]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5712457379108146008
+                },
+                "Component_[8004674059775084932]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8004674059775084932
+                },
+                "Component_[9218786294056395205]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 9218786294056395205
+                },
+                "Component_[9677382726405690125]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 9677382726405690125
+                },
+                "Component_[9897469681950316564]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 9897469681950316564,
+                    "NonUniformScale": [
+                        0.009999999776482582,
+                        1.0,
+                        1.0
+                    ]
+                }
+            }
+        },
+        "Entity_[81942205181422]": {
+            "Id": "Entity_[81942205181422]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81078916754926]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.655555725097656,
+                            -0.11551785469055176,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        },
+        "Entity_[81950795116014]": {
+            "Id": "Entity_[81950795116014]",
+            "Name": "light_over_movables",
+            "Components": {
+                "Component_[1193138643175768883]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1193138643175768883
+                },
+                "Component_[12356059007771941610]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12356059007771941610
+                },
+                "Component_[14236052505126209256]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 14236052505126209256,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Color": [
+                                0.0,
+                                0.22720684111118317,
+                                1.0
+                            ],
+                            "Intensity": 60.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 8.0,
+                            "Affects GI Factor": 2.0
+                        }
+                    }
+                },
+                "Component_[15533668683364229856]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15533668683364229856,
+                    "Parent Entity": "Entity_[81285075185134]",
+                    "Transform Data": {
+                        "Translate": [
+                            13.312829971313477,
+                            13.070423126220703,
+                            5.459282875061035
+                        ]
+                    }
+                },
+                "Component_[15716882828909872893]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 15716882828909872893,
+                    "ShapeColor": [
+                        0.0,
+                        0.22720684111118317,
+                        1.0,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 8.0,
+                            "Height": 5.0
+                        }
+                    }
+                },
+                "Component_[16135131301292378708]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16135131301292378708
+                },
+                "Component_[16842550920940487676]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16842550920940487676,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 15533668683364229856
+                        },
+                        {
+                            "ComponentId": 15716882828909872893,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 14236052505126209256,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16990091724604547324]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16990091724604547324
+                },
+                "Component_[3337866554727130844]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3337866554727130844
+                },
+                "Component_[3812060304642407129]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3812060304642407129
+                },
+                "Component_[9714075352577618449]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9714075352577618449
+                }
+            }
+        },
+        "Entity_[81955090083310]": {
+            "Id": "Entity_[81955090083310]",
+            "Name": "mid2",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "Entity_[81426809105902]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.014589309692383,
+                            -0.006518363952636719,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ]
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[15136090500032023536]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 15136090500032023536
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.3199999928474426,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{BF7DF511-C611-51C6-98E3-25D0A4DED8F2}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_mid2.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        },
+        "Entity_[81959385050606]": {
+            "Id": "Entity_[81959385050606]",
+            "Name": "1",
+            "Components": {
+                "Component_[11908119423975027055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 11908119423975027055
+                },
+                "Component_[12265317784906165765]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12265317784906165765
+                },
+                "Component_[16272102512730382401]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16272102512730382401,
+                    "Parent Entity": "Entity_[81448283942382]",
+                    "Transform Data": {
+                        "Translate": [
+                            -4.76837158203125e-7,
+                            -1.9215679168701172,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[4101059386963384195]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4101059386963384195
+                },
+                "Component_[484701867136824926]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 484701867136824926
+                },
+                "Component_[5433205522617242785]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5433205522617242785
+                },
+                "Component_[7553806524751920571]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7553806524751920571
+                },
+                "Component_[7926502963886979235]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7926502963886979235
+                },
+                "Component_[8355172470412864464]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8355172470412864464,
+                    "Child Entity Order": [
+                        "Instance_[3710762603770]/ContainerEntity",
+                        "Instance_[3792366982394]/ContainerEntity",
+                        "Instance_[3809546851578]/ContainerEntity",
+                        "Instance_[3805251884282]/ContainerEntity",
+                        "Instance_[898635902387175]/ContainerEntity",
+                        "Instance_[898623017485287]/ContainerEntity",
+                        "Instance_[898627312452583]/ContainerEntity",
+                        "Instance_[898631607419879]/ContainerEntity",
+                        "Instance_[965564377760743]/ContainerEntity",
+                        "Instance_[965581557629927]/ContainerEntity",
+                        "Instance_[965577262662631]/ContainerEntity",
+                        "Instance_[965555787826151]/ContainerEntity",
+                        "Instance_[965706111681511]/ContainerEntity",
+                        "Instance_[965714701616103]/ContainerEntity",
+                        "Instance_[965701816714215]/ContainerEntity",
+                        "Instance_[965710406648807]/ContainerEntity"
+                    ]
+                }
+            }
+        },
+        "Entity_[81963680017902]": {
+            "Id": "Entity_[81963680017902]",
+            "Name": "circle",
+            "Components": {
+                "Component_[10447246355761114739]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 10447246355761114739,
+                    "Controller": {
+                        "Configuration": {
+                            "Attenuation Angle": 0.0,
+                            "Opacity": 0.10000000149011612,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{62F922D0-DA06-539E-AD15-A648F203C71A}"
+                                },
+                                "assetHint": "assets/tire_traces_circle.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[10696152688826405043]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10696152688826405043
+                },
+                "Component_[10917292854002192344]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10917292854002192344,
+                    "Parent Entity": "Entity_[81495528582638]",
+                    "Transform Data": {
+                        "Translate": [
+                            6.986392021179199,
+                            2.7749011516571045,
+                            1.0052564144134521
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -89.99994659423828
+                        ],
+                        "UniformScale": 0.23000000417232513
+                    }
+                },
+                "Component_[11325588922051321378]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 11325588922051321378
+                },
+                "Component_[12180936707873449911]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 12180936707873449911
+                },
+                "Component_[12464581390969615846]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12464581390969615846
+                },
+                "Component_[15907450378433047742]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15907450378433047742
+                },
+                "Component_[17853261475189074353]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17853261475189074353
+                },
+                "Component_[4337006990722223747]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4337006990722223747
+                },
+                "Component_[6359668729021059342]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6359668729021059342
+                },
+                "Component_[9908223145975814762]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9908223145975814762
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[1261728088686882]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261809693065506]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.925628662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261822577967394]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.046365737915039
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261826872934690]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.164655685424805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261848347771170]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.280981063842772
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261852642738466]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.380401611328123
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261856937705762]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.495830535888672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1261861232673058]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -21.601394653320313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1467088291343243]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 30.441688537597656
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                }
+            ]
+        },
+        "Instance_[1467354579315595]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 33.5367317199707
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1467577917614987]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": 27.317047119140625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1467895745194891]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 21.096160888671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1468093313690507]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": 24.20034408569336
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                }
+            ]
+        },
+        "Instance_[1560327100006690]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -34.023895263671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1560331394973986]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -30.908912658691406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1560335689941282]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -27.803783416748047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1560339984908578]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -24.71051597595215
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1614652295632733]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 32.90391540527344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": -2.7918167114257813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[1614755374847837]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 32.90391540527344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": 3.893092393875122
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[1614768259749725]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 9.155025482177734
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": -2.7918167114257813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[1614772554717021]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 9.155025482177734
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": 3.893092393875122
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[1665464240810891]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 2.4521541595458984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1665468535778187]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": -6.871879577636719
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                }
+            ]
+        },
+        "Instance_[1665472830745483]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": -3.774856567382813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                }
+            ]
+        },
+        "Instance_[1665477125712779]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 5.56212043762207
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                }
+            ]
+        },
+        "Instance_[1665481420680075]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": -0.6433277130126953
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                }
+            ]
+        },
+        "Instance_[1666765615901579]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 8.671731948852539
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                }
+            ]
+        },
+        "Instance_[1667036198841227]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 11.772357940673828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                }
+            ]
+        },
+        "Instance_[1667238062304139]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": 14.877618789672852
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                }
+            ]
+        },
+        "Instance_[1667560184851339]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 17.989280700683594
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": -9.075700759887695
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                }
+            ]
+        },
+        "Instance_[1667787818118027]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 5.568691253662109
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1667792113085323]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": 2.464508056640625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                }
+            ]
+        },
+        "Instance_[1667796408052619]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 21.10273170471191
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                }
+            ]
+        },
+        "Instance_[1667800703019915]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 14.892494201660156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                }
+            ]
+        },
+        "Instance_[1667804997987211]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 8.67557144165039
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                }
+            ]
+        },
+        "Instance_[1667809292954507]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 17.993120193481445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1667813587921803]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": 30.439708709716797
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                }
+            ]
+        },
+        "Instance_[1667817882889099]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": -6.871879577636719
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                }
+            ]
+        },
+        "Instance_[1667822177856395]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 33.5367317199707
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1667826472823691]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": -3.776836395263672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                }
+            ]
+        },
+        "Instance_[1667830767790987]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 24.21269798278809
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                }
+            ]
+        },
+        "Instance_[1667835062758283]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": 11.787233352661133
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                }
+            ]
+        },
+        "Instance_[1667839357725579]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": -0.6521949768066406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                }
+            ]
+        },
+        "Instance_[1667843652692875]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": 27.30817985534668
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": 10.1941499710083
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": 90.00000762939453
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[1859274003677474]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -37.12784957885742
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1859278298644770]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -40.25891876220703
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1859282593612066]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81671622241774]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -43.31779479980469
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[1924323732641629]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 13.745676040649414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": 3.893092155456543
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 0.000013660367585544009
+                }
+            ]
+        },
+        "Instance_[1924328027608925]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": 13.745677947998049
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": -2.7918169498443604
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 0.000013660367585544009
+                }
+            ]
+        },
+        "Instance_[1924349502445405]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": -3.9615635871887207
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": 3.893092155456543
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 0.00001366034302918706
+                }
+            ]
+        },
+        "Instance_[1924353797412701]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Parent Entity",
+                    "value": "../Entity_[81654442372590]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/0",
+                    "value": -3.961561679840088
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/1",
+                    "value": -2.7918169498443604
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Translate/2",
+                    "value": -0.08320403099060059
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[10442679396929814510]/Transform Data/Rotate/2",
+                    "value": 0.00001366034302918706
+                }
+            ]
+        },
+        "Instance_[1949451773389707]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": -9.180534362792969
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": 3.2653884887695313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": 180.0
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                }
+            ]
+        },
+        "Instance_[1949456068357003]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": -9.180534362792969
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": -6.08013916015625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": 180.0
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                }
+            ]
+        },
+        "Instance_[1949460363324299]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": -9.180534362792969
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": 0.1612091064453125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": 180.0
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                }
+            ]
+        },
+        "Instance_[1949464658291595]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": -9.180534362792969
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": -2.9554977416992188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": 180.0
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                }
+            ]
+        },
+        "Instance_[1949468953258891]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../Entity_[81667327274478]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": -9.180534362792969
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": 6.3722686767578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": 180.0
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[23128749713802]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -0.8065325021743774
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 4.698137283325195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23223238994314]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -11.565778732299805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 4.698137283325195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23236123896202]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -0.8065325021743774
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 11.346572875976564
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23244713830794]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -11.565778732299805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 11.346572875976564
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23279073569162]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -0.8158743381500244
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 17.255874633789063
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": -20.0
+                }
+            ]
+        },
+        "Instance_[23283368536458]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -11.177569389343262
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 17.255874633789063
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": -20.0
+                }
+            ]
+        },
+        "Instance_[23313433307530]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -30.217512130737305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 4.698137283325195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23317728274826]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -22.208717346191406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 4.698137283325195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23339203111306]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -30.217512130737305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 11.357141494750977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23343498078602]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -22.208717346191406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 11.357141494750977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                }
+            ]
+        },
+        "Instance_[23369267882378]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -21.495054244995117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 17.255874633789063
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": -20.0
+                }
+            ]
+        },
+        "Instance_[23403627620746]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -31.71200180053711
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 17.255874633789063
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": -20.0
+                }
+            ]
+        },
+        "Instance_[23416512522634]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -0.8158743381500244
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": -1.3544974327087402
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": 20.0
+                }
+            ]
+        },
+        "Instance_[23433692391818]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -21.495054244995117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": -1.3544974327087402
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": 20.0
+                }
+            ]
+        },
+        "Instance_[23437987359114]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -11.177569389343262
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": -1.3544974327087402
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": 20.0
+                }
+            ]
+        },
+        "Instance_[23442282326410]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -31.71200180053711
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": -1.3544974327087402
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/0",
+                    "value": 20.0
+                }
+            ]
+        },
+        "Instance_[23506706835850]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -39.19920349121094
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 3.7106857299804688
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[23545361541514]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/LinkId",
+                    "value": 18446744073709551615
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Parent Entity",
+                    "value": "../Entity_[81572837993966]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/0",
+                    "value": -39.199195861816406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/1",
+                    "value": 10.957256317138672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Translate/2",
+                    "value": 8.107885360717773
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1197716680588779752]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[2457863595720994]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.925628662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457867890688290]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.495830535888672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457872185655586]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -27.803783416748047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457876480622882]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.046365737915039
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457880775590178]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.380401611328123
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457885070557474]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -34.023895263671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457889365524770]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -24.71051597595215
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457893660492066]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.280981063842772
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457897955459362]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -37.12784957885742
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457902250426658]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -40.25891876220703
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457906545393954]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -21.601394653320313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457910840361250]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -43.31779479980469
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457915135328546]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.164655685424805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457919430295842]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[2457923725263138]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81736046751214]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -30.908912658691406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[29838005282096]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 4.043048858642578
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 15.779046058654783
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29868070053168]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 3.2244062423706055
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 15.779046058654783
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29872365020464]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 0.5084190368652344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 18.183218002319336
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.6035747528076172
+                }
+            ]
+        },
+        "Instance_[29911019726128]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 5.732748031616211
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 15.779046058654783
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29919609660720]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 6.5513916015625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 17.172183990478516
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29928199595312]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 6.5513916015625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 14.298954010009766
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29932494562608]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 5.732748031616211
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 17.172183990478516
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[29941084497200]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 5.732748031616211
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 12.905816078186035
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30026983843120]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 5.8109331130981445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 28.74630355834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30031278810416]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 8.31927490234375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 27.353166580200195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30035573777712]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 9.13791847229004
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 27.353166580200195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30039868745008]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 9.13791847229004
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 25.873075485229492
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30048458679600]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 5.8109331130981445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 25.873075485229492
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30052753646896]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 6.629575729370117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 27.353166580200195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30057048614192]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 6.629575729370117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 28.74630355834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30061343581488]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 8.31927490234375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 24.479936599731445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30220257371440]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 0.7410802841186523
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 28.74630355834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30233142273328]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 0.7410802841186523
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 25.873075485229492
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30254617109808]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 1.5597219467163086
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 24.479936599731445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30263207044400]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 3.249423027038574
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 27.353166580200195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30267502011696]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 4.0680646896362305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 27.353166580200195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30271796978992]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 1.5597219467163086
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 28.74630355834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30280386913584]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 4.0680646896362305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 24.479936599731445
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[30284681880880]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 4.0680646896362305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 28.74630355834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[3060267118723362]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3060280003625250]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.925628662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3060292888527138]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.046365737915039
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3060297183494434]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.164655685424805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3060305773429026]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.280981063842772
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3060310068396322]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81388154400238]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.380401611328123
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3710762603770]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81491233615342]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063300609588623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[372307747310660]": {
+            "Source": "Prefabs/Warehouse_structural/Warehouse_Roof.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4581293085890052798]/Parent Entity",
+                    "value": "../Entity_[81903550475758]"
+                }
+            ]
+        },
+        "Instance_[375962764479556]": {
+            "Source": "Prefabs/Warehouse_structural/Warehouse_Walls.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11130047813806589549]/Parent Entity",
+                    "value": "../Entity_[81903550475758]"
+                }
+            ]
+        },
+        "Instance_[376138858138692]": {
+            "Source": "Prefabs/Warehouse_structural/Warehouse_Floor.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13730770129766598217]/Parent Entity",
+                    "value": "../Entity_[81903550475758]"
+                }
+            ]
+        },
+        "Instance_[378028131899229]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004889488220215
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378032426866525]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.925628662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378036721833821]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -35.964752197265625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378045311768413]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.270240783691406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378049606735709]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -23.606029510498047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378053901703005]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.033559799194336
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378058196670301]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -23.606029510498047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911556243896484
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378062491637597]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -35.964752197265625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911613464355469
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378066786604893]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -26.699295043945313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378071081572189]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.206024169921877
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048956871032715
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378075376539485]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378079671506781]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.3426513671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048985481262207
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378083966474077]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -29.804424285888672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378088261441373]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.115728378295898
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004894256591797
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378092556408669]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.211301803588867
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378096851375965]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -32.87148666381836
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911603927612305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378101146343261]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.313955307006836
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004897117614746
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378105441310557]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -26.6956844329834
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.991157054901123
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378109736277853]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.028282165527344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004892349243164
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378114031245149]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -32.87509536743164
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378118326212445]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.9693431854248047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048909187316895
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378122621179741]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.3426513671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378126916147037]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.123855590820313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[378131211114333]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81452578909678]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -29.766355514526367
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911584854125977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[3792366982394]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81491233615342]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063288688659668
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[3805251884282]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81491233615342]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539448738098145
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[3809546851578]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81491233615342]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539434432983398
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[429785172530691]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/0",
+                    "value": 17.120412826538086
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/1",
+                    "value": 3.87623929977417
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[429789467497987]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/0",
+                    "value": 23.31831169128418
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/1",
+                    "value": 3.87623929977417
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[429793762465283]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/0",
+                    "value": 29.48639488220215
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/1",
+                    "value": 3.87623929977417
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[435067982304771]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/0",
+                    "value": 5.718687534332275
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/1",
+                    "value": -2.803100347518921
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[435072277272067]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/0",
+                    "value": -0.4792113304138184
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/1",
+                    "value": -2.803100347518921
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[437112386737667]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/0",
+                    "value": -0.4650670289993286
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/1",
+                    "value": 3.8857154846191406
+                }
+            ]
+        },
+        "Instance_[437116681704963]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/0",
+                    "value": 5.70301628112793
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/1",
+                    "value": 3.8857154846191406
+                }
+            ]
+        },
+        "Instance_[4617957319984]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_on_wheels.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Parent Entity",
+                    "value": "../Entity_[81362384596462]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/0",
+                    "value": 4.043048858642578
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/1",
+                    "value": 12.905816078186035
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[12545710239443216069]/Transform Data/Translate/2",
+                    "value": -0.5800871849060059
+                }
+            ]
+        },
+        "Instance_[71702474413917]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -26.699295043945313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71706769381213]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -29.804424285888672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71711064348509]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.211301803588867
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71719654283101]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.3426513671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71723949250397]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.123855590820313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71728244217693]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -23.606029510498047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71732539184989]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.270240783691406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71736834152285]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71745424086877]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.925628662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71749719054173]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.033559799194336
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71754014021469]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -32.87509536743164
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71758308988765]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -35.964752197265625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": 0.19962787628173828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71917222778717]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -2.9693431854248047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048909187316895
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71921517746013]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -6.028282165527344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004892349243164
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71925812713309]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -9.115728378295898
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004894256591797
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71930107680605]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": 0.10306549072265624
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004889488220215
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71934402647901]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -15.313955307006836
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.004897117614746
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71938697615197]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -18.3426513671875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048985481262207
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[71942992582493]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -12.206024169921877
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -2.0048956871032715
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[72007417091933]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -23.606029510498047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911556243896484
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[72011712059229]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -26.6956844329834
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.991157054901123
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[72016007026525]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -32.87148666381836
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911603927612305
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[72020301993821]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -29.766355514526367
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911584854125977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[72024596961117]": {
+            "Source": "Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Parent Entity",
+                    "value": "../Entity_[81379564465646]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/0",
+                    "value": -35.964752197265625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Translate/1",
+                    "value": -1.9911613464355469
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8441000053586138474]/Transform Data/Rotate/2",
+                    "value": -179.99989318847656
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[1261736678621474]/Components/Component_[15579174905508719867]/ColliderConfiguration/MaterialSlots/Slots/0/Name",
+                    "value": "MWarehouseProps"
+                }
+            ]
+        },
+        "Instance_[73655074280963]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/0",
+                    "value": 29.480236053466797
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8129882389223959288]/Transform Data/Translate/1",
+                    "value": -2.803917407989502
+                }
+            ]
+        },
+        "Instance_[76661551388163]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/0",
+                    "value": 23.282337188720703
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1237438155322650380]/Transform Data/Translate/1",
+                    "value": -2.803917407989502
+                }
+            ]
+        },
+        "Instance_[79831237252611]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_2x2_Pack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Parent Entity",
+                    "value": "../Entity_[81933615246830]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/0",
+                    "value": 17.114253997802734
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[5282531384285083817]/Transform Data/Translate/1",
+                    "value": -2.803917407989502
+                }
+            ]
+        },
+        "Instance_[898623017485287]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81834830999022]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063288688659668
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[898627312452583]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81834830999022]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539434432983398
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[898631607419879]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81834830999022]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539448738098145
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[898635902387175]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81834830999022]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063300609588623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965551492858855]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81289370152430]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063288688659668
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965555787826151]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81242125512174]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539448738098145
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965560082793447]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81289370152430]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063300609588623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965564377760743]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81242125512174]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063288688659668
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965568672728039]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81289370152430]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539434432983398
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965572967695335]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81289370152430]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539448738098145
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965577262662631]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81242125512174]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063300609588623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965581557629927]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81242125512174]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578529357910156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539434432983398
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965684636845031]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81246420479470]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539453506469727
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965688931812327]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81246420479470]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578577041625977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063302993774414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965693226779623]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81246420479470]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.206329345703125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965697521746919]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81246420479470]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578577041625977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539434432983398
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965701816714215]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81959385050606]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578577041625977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539429664611816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965706111681511]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81959385050606]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": 0.18578577041625977
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.2063302993774414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965710406648807]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81959385050606]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": 0.206329345703125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        },
+        "Instance_[965714701616103]": {
+            "Source": "Prefabs/Warehouse_storage/Misc/Movable_blue.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Parent Entity",
+                    "value": "../Entity_[81959385050606]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/0",
+                    "value": -1.4897518157958984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/1",
+                    "value": -0.7539448738098145
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Translate/2",
+                    "value": 0.7656223773956299
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11004407973984117689]/Transform Data/UniformScale",
+                    "value": 0.6666666865348816
+                }
+            ]
+        }
+    }
+}

+ 148 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab

@@ -0,0 +1,148 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseBox1",
+        "Components": {
+            "Component_[11629926820528989326]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 11629926820528989326,
+                "Child Entity Order": [
+                    "Entity_[5641038461374]"
+                ]
+            },
+            "Component_[11645621937081874484]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 11645621937081874484,
+                "Parent Entity": ""
+            },
+            "Component_[11920583739414227672]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 11920583739414227672
+            },
+            "Component_[13150719916732284173]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 13150719916732284173
+            },
+            "Component_[1377951633868047215]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 1377951633868047215
+            },
+            "Component_[16845282332295218273]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 16845282332295218273
+            },
+            "Component_[17455213396372366643]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 17455213396372366643
+            },
+            "Component_[18390684077379259236]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 18390684077379259236
+            },
+            "Component_[3732627887111368885]": {
+                "$type": "EditorLockComponent",
+                "Id": 3732627887111368885
+            },
+            "Component_[4838031820850889219]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 4838031820850889219
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[5641038461374]": {
+            "Id": "Entity_[5641038461374]",
+            "Name": "Box1",
+            "Components": {
+                "Component_[13574867754902005040]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13574867754902005040,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 16246303725359178974
+                        },
+                        {
+                            "ComponentId": 7605271439870430818,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 3144205669266579244,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[13890549230067286886]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13890549230067286886
+                },
+                "Component_[14299065573721311548]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14299065573721311548
+                },
+                "Component_[16246303725359178974]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16246303725359178974,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[17438889026096965443]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17438889026096965443
+                },
+                "Component_[2635600976954600347]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2635600976954600347
+                },
+                "Component_[3144205669266579244]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 3144205669266579244,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2919702015
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{5468360F-1789-50A3-96FF-118192B81B48}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseboxes.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[7605271439870430818]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 7605271439870430818,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{8A03C41F-AC4F-5852-8AA7-0A4EFA5E2D61}",
+                                    "subId": 282632013
+                                },
+                                "assetHint": "assets/warehouse/models/box1.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[7619205353932880281]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7619205353932880281
+                },
+                "Component_[8458290980975423191]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8458290980975423191
+                },
+                "Component_[9483887954899180333]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9483887954899180333
+                }
+            }
+        }
+    }
+}

+ 148 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab

@@ -0,0 +1,148 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseBox2",
+        "Components": {
+            "Component_[10077892389214497830]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 10077892389214497830
+            },
+            "Component_[10182401047866825793]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 10182401047866825793
+            },
+            "Component_[11028052368466625647]": {
+                "$type": "EditorLockComponent",
+                "Id": 11028052368466625647
+            },
+            "Component_[11570678542905321756]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 11570678542905321756
+            },
+            "Component_[12012923018061898229]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 12012923018061898229
+            },
+            "Component_[12390010973898020494]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 12390010973898020494
+            },
+            "Component_[14436299864237209616]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 14436299864237209616,
+                "Child Entity Order": [
+                    "Entity_[5722642839998]"
+                ]
+            },
+            "Component_[17895984840408143319]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 17895984840408143319
+            },
+            "Component_[3933479208865619029]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 3933479208865619029
+            },
+            "Component_[6674651583343491819]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 6674651583343491819,
+                "Parent Entity": ""
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[5722642839998]": {
+            "Id": "Entity_[5722642839998]",
+            "Name": "Box2",
+            "Components": {
+                "Component_[13574867754902005040]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13574867754902005040,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 16246303725359178974
+                        },
+                        {
+                            "ComponentId": 7605271439870430818,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 3144205669266579244,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[13890549230067286886]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13890549230067286886
+                },
+                "Component_[14299065573721311548]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14299065573721311548
+                },
+                "Component_[16246303725359178974]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16246303725359178974,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[17438889026096965443]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17438889026096965443
+                },
+                "Component_[2635600976954600347]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2635600976954600347
+                },
+                "Component_[3144205669266579244]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 3144205669266579244,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2919702015
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{5468360F-1789-50A3-96FF-118192B81B48}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseboxes.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[7605271439870430818]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 7605271439870430818,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{198A15B4-31E6-5693-BCF6-6C3D49884F59}",
+                                    "subId": 282185463
+                                },
+                                "assetHint": "assets/warehouse/models/box2.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[7619205353932880281]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7619205353932880281
+                },
+                "Component_[8458290980975423191]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8458290980975423191
+                },
+                "Component_[9483887954899180333]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9483887954899180333
+                }
+            }
+        }
+    }
+}

+ 148 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab

@@ -0,0 +1,148 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseBox3",
+        "Components": {
+            "Component_[13424879786841192378]": {
+                "$type": "EditorLockComponent",
+                "Id": 13424879786841192378
+            },
+            "Component_[13803175820212673312]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 13803175820212673312
+            },
+            "Component_[14424656366290167947]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 14424656366290167947
+            },
+            "Component_[15070900005060177425]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 15070900005060177425
+            },
+            "Component_[16673320828752501813]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 16673320828752501813
+            },
+            "Component_[2960464923095022119]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 2960464923095022119
+            },
+            "Component_[3032983401750055757]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 3032983401750055757
+            },
+            "Component_[469877507627273278]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 469877507627273278,
+                "Child Entity Order": [
+                    "Entity_[5804247218622]"
+                ]
+            },
+            "Component_[4983371344376764259]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 4983371344376764259,
+                "Parent Entity": ""
+            },
+            "Component_[9711954496349973212]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 9711954496349973212
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[5804247218622]": {
+            "Id": "Entity_[5804247218622]",
+            "Name": "Box3",
+            "Components": {
+                "Component_[13574867754902005040]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13574867754902005040,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 16246303725359178974
+                        },
+                        {
+                            "ComponentId": 7605271439870430818,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 3144205669266579244,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[13890549230067286886]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13890549230067286886
+                },
+                "Component_[14299065573721311548]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14299065573721311548
+                },
+                "Component_[16246303725359178974]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16246303725359178974,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[17438889026096965443]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17438889026096965443
+                },
+                "Component_[2635600976954600347]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2635600976954600347
+                },
+                "Component_[3144205669266579244]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 3144205669266579244,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2919702015
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{5468360F-1789-50A3-96FF-118192B81B48}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseboxes.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[7605271439870430818]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 7605271439870430818,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{6B552C1C-B7A0-5029-AEF6-C0FE06A69877}",
+                                    "subId": 280128450
+                                },
+                                "assetHint": "assets/warehouse/models/box4.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[7619205353932880281]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7619205353932880281
+                },
+                "Component_[8458290980975423191]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8458290980975423191
+                },
+                "Component_[9483887954899180333]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9483887954899180333
+                }
+            }
+        }
+    }
+}

+ 169 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab

@@ -0,0 +1,169 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseBox4",
+        "Components": {
+            "Component_[11404930168561878006]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 11404930168561878006
+            },
+            "Component_[1487359761242109700]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 1487359761242109700
+            },
+            "Component_[15689078751285645218]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 15689078751285645218,
+                "Parent Entity": ""
+            },
+            "Component_[16314641986979713652]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 16314641986979713652
+            },
+            "Component_[2715613612911496948]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 2715613612911496948
+            },
+            "Component_[666088776309866335]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 666088776309866335
+            },
+            "Component_[7149996296721657524]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 7149996296721657524
+            },
+            "Component_[7541004562971907188]": {
+                "$type": "EditorLockComponent",
+                "Id": 7541004562971907188
+            },
+            "Component_[7925845736883971968]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 7925845736883971968
+            },
+            "Component_[9732100201623279277]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 9732100201623279277,
+                "Child Entity Order": [
+                    "Entity_[56020031745785]"
+                ]
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[56020031745785]": {
+            "Id": "Entity_[56020031745785]",
+            "Name": "Box4",
+            "Components": {
+                "Component_[13574867754902005040]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13574867754902005040,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 16246303725359178974
+                        },
+                        {
+                            "ComponentId": 5935093852243013826,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 7605271439870430818,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 3144205669266579244,
+                            "SortIndex": 3
+                        }
+                    ]
+                },
+                "Component_[13890549230067286886]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13890549230067286886
+                },
+                "Component_[14299065573721311548]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14299065573721311548
+                },
+                "Component_[16246303725359178974]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16246303725359178974,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -0.000006830188794992864
+                        ],
+                        "UniformScale": 1.2999999523162842
+                    }
+                },
+                "Component_[17438889026096965443]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17438889026096965443
+                },
+                "Component_[2635600976954600347]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 2635600976954600347
+                },
+                "Component_[3144205669266579244]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 3144205669266579244,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2919702015
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{5468360F-1789-50A3-96FF-118192B81B48}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseboxes.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[5935093852243013826]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 5935093852243013826,
+                    "NonUniformScale": [
+                        1.0,
+                        1.0,
+                        1.2000000476837158
+                    ]
+                },
+                "Component_[7605271439870430818]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 7605271439870430818,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{198A15B4-31E6-5693-BCF6-6C3D49884F59}",
+                                    "subId": 282185463
+                                },
+                                "assetHint": "assets/warehouse/models/box2.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[7619205353932880281]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7619205353932880281
+                },
+                "Component_[8458290980975423191]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8458290980975423191
+                },
+                "Component_[9483887954899180333]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9483887954899180333
+                }
+            }
+        }
+    }
+}

+ 186 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Components/WarehouseRack.prefab

@@ -0,0 +1,186 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "WarehouseRack",
+        "Components": {
+            "Component_[10102386847211633408]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 10102386847211633408,
+                "Child Entity Order": [
+                    "Entity_[5559434082750]"
+                ]
+            },
+            "Component_[12176237621412897517]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 12176237621412897517
+            },
+            "Component_[13222871777369894186]": {
+                "$type": "EditorLockComponent",
+                "Id": 13222871777369894186
+            },
+            "Component_[14479658131304249136]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 14479658131304249136
+            },
+            "Component_[15056118413685834199]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 15056118413685834199
+            },
+            "Component_[15832779900574876777]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 15832779900574876777,
+                "Parent Entity": ""
+            },
+            "Component_[17079983274246317223]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 17079983274246317223
+            },
+            "Component_[17106115966734475361]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 17106115966734475361
+            },
+            "Component_[2008132898252751089]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 2008132898252751089
+            },
+            "Component_[7694257423190558774]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 7694257423190558774
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[5559434082750]": {
+            "Id": "Entity_[5559434082750]",
+            "Name": "Rack",
+            "Components": {
+                "Component_[10235665573659003426]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10235665573659003426
+                },
+                "Component_[13865440852685987558]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13865440852685987558
+                },
+                "Component_[15671223893149508584]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 15671223893149508584,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{665AB396-251A-55E3-83E2-AAB98CB864FB}",
+                                    "subId": 280860284
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_rack.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[16399451670871728784]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 16399451670871728784,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 1918630954
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{0F02CB79-3194-5377-808F-5EEF328D40DF}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousestorage.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[16403983953216827994]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 16403983953216827994
+                },
+                "Component_[2276504649476859699]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 2276504649476859699,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseStorage"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{665AB396-251A-55E3-83E2-AAB98CB864FB}",
+                                    "subId": 1812650258
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_rack.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{665AB396-251A-55E3-83E2-AAB98CB864FB}",
+                                        "subId": 1812650258
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_rack.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[365858973221232949]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 365858973221232949
+                },
+                "Component_[4064566830815780426]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 4064566830815780426
+                },
+                "Component_[4273343344383069108]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4273343344383069108
+                },
+                "Component_[4790384735908898721]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4790384735908898721
+                },
+                "Component_[5865610538765931534]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 5865610538765931534
+                },
+                "Component_[6277990696633653948]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 6277990696633653948,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 7951809217182138039
+                        },
+                        {
+                            "ComponentId": 15671223893149508584,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 16399451670871728784,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[7951809217182138039]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7951809217182138039,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        }
+    }
+}

+ 137 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Misc/Movable_blue.prefab

@@ -0,0 +1,137 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "movable_lue",
+        "Components": {
+            "Component_[10008688655401931397]": {
+                "$type": "EditorLockComponent",
+                "Id": 10008688655401931397
+            },
+            "Component_[11004407973984117689]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 11004407973984117689,
+                "Parent Entity": ""
+            },
+            "Component_[12344176722822266942]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 12344176722822266942,
+                "Child Entity Order": [
+                    "Entity_[3719352538362]"
+                ]
+            },
+            "Component_[17392032476485127121]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 17392032476485127121
+            },
+            "Component_[17748257956666681934]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 17748257956666681934
+            },
+            "Component_[17952366787644806612]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 17952366787644806612
+            },
+            "Component_[2391890478580827127]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 2391890478580827127
+            },
+            "Component_[5518877364247418136]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 5518877364247418136
+            },
+            "Component_[7585717716440940850]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 7585717716440940850
+            },
+            "Component_[9521775707557977256]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 9521775707557977256
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[3719352538362]": {
+            "Id": "Entity_[3719352538362]",
+            "Name": "1",
+            "Components": {
+                "Component_[10500648739299668939]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10500648739299668939
+                },
+                "Component_[1054428503372686093]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1054428503372686093,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "UniformScale": 0.8400000929832458
+                    }
+                },
+                "Component_[12045779898573478531]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12045779898573478531,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 1054428503372686093
+                        },
+                        {
+                            "ComponentId": 14794064650839980736,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 6699738828310866771,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[12228613816215076155]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12228613816215076155
+                },
+                "Component_[12502744294820326116]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 12502744294820326116
+                },
+                "Component_[12903035105505580650]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12903035105505580650
+                },
+                "Component_[14794064650839980736]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 14794064650839980736,
+                    "NonUniformScale": [
+                        0.8999999761581421,
+                        1.0,
+                        1.0
+                    ]
+                },
+                "Component_[17622569680873604777]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 17622569680873604777
+                },
+                "Component_[184072808979487519]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 184072808979487519
+                },
+                "Component_[6699738828310866771]": {
+                    "$type": "AZ::Render::EditorDecalComponent",
+                    "Id": 6699738828310866771,
+                    "Controller": {
+                        "Configuration": {
+                            "Opacity": 0.6000000238418579,
+                            "Material": {
+                                "assetId": {
+                                    "guid": "{8DE38686-852C-5110-96BB-BB1361502266}"
+                                },
+                                "assetHint": "assets/warehouse/floor_markings/markings_blue.azmaterial"
+                            }
+                        }
+                    }
+                },
+                "Component_[8716140543667152403]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 8716140543667152403
+                }
+            }
+        }
+    }
+}

+ 207 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Rack_protectors/Rack_front_protector.prefab

@@ -0,0 +1,207 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Rack_front_protector",
+        "Components": {
+            "Component_[1207621543946667378]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 1207621543946667378
+            },
+            "Component_[13618215204021169972]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 13618215204021169972
+            },
+            "Component_[14285328782643770885]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 14285328782643770885
+            },
+            "Component_[14813767717040944203]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 14813767717040944203,
+                "Child Entity Order": [
+                    "Entity_[1261736678621474]"
+                ]
+            },
+            "Component_[16685093080738798610]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 16685093080738798610
+            },
+            "Component_[18243992050456731485]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 18243992050456731485
+            },
+            "Component_[3194722159510356626]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 3194722159510356626
+            },
+            "Component_[4011958080163499683]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 4011958080163499683
+            },
+            "Component_[6980064346842070258]": {
+                "$type": "EditorLockComponent",
+                "Id": 6980064346842070258
+            },
+            "Component_[8441000053586138474]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 8441000053586138474,
+                "Parent Entity": ""
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[1261736678621474]": {
+            "Id": "Entity_[1261736678621474]",
+            "Name": "Rack_front_protector",
+            "Components": {
+                "Component_[11438438563397133372]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 11438438563397133372
+                },
+                "Component_[13395915873594579514]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13395915873594579514
+                },
+                "Component_[15579174905508719867]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 15579174905508719867,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseProps"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{9928FCBB-9AD8-5B3E-94FF-3516CC574ED1}",
+                                    "subId": 4102061829
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_frontrackprotector.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{9928FCBB-9AD8-5B3E-94FF-3516CC574ED1}",
+                                        "subId": 4102061829
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_frontrackprotector.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[15907735198669368676]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 15907735198669368676
+                },
+                "Component_[16287884133496509621]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16287884133496509621,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 4862980616049057873
+                        },
+                        {
+                            "ComponentId": 9752009401792923326,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 7141918419814582,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 9808839583561817672,
+                            "SortIndex": 3
+                        },
+                        {
+                            "ComponentId": 15579174905508719867,
+                            "SortIndex": 4
+                        }
+                    ]
+                },
+                "Component_[17809918104138633146]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17809918104138633146
+                },
+                "Component_[4734052438377392848]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4734052438377392848
+                },
+                "Component_[4862980616049057873]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 4862980616049057873,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[7141918419814582]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 7141918419814582,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 312683670
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{DC927EEA-A70D-5383-96AA-665AC07DC591}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseprops.azmaterial"
+                                        }
+                                    }
+                                },
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 1518749458
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{DC927EEA-A70D-5383-96AA-665AC07DC591}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseprops.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[8028669631718771573]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8028669631718771573
+                },
+                "Component_[9477833565887114129]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9477833565887114129
+                },
+                "Component_[9752009401792923326]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 9752009401792923326,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{9928FCBB-9AD8-5B3E-94FF-3516CC574ED1}",
+                                    "subId": 271948536
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_frontrackprotector.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[9808839583561817672]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 9808839583561817672
+                }
+            }
+        }
+    }
+}

+ 231 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Rack_protectors/Rack_side_protector.prefab

@@ -0,0 +1,231 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Rack_side_protector",
+        "Components": {
+            "Component_[10442679396929814510]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 10442679396929814510,
+                "Parent Entity": ""
+            },
+            "Component_[11606814345300236642]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 11606814345300236642
+            },
+            "Component_[1560044315054518606]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 1560044315054518606
+            },
+            "Component_[15929933423776391528]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 15929933423776391528
+            },
+            "Component_[17864756003309454128]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 17864756003309454128
+            },
+            "Component_[2181234273637496345]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 2181234273637496345
+            },
+            "Component_[5586351977341894744]": {
+                "$type": "EditorLockComponent",
+                "Id": 5586351977341894744
+            },
+            "Component_[5744227968296204508]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 5744227968296204508,
+                "Child Entity Order": [
+                    "Entity_[1614660885567325]"
+                ]
+            },
+            "Component_[5789613448374559687]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 5789613448374559687
+            },
+            "Component_[8644270103937461786]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 8644270103937461786
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[1614660885567325]": {
+            "Id": "Entity_[1614660885567325]",
+            "Name": "SideProtector",
+            "Components": {
+                "Component_[12062599951412431814]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12062599951412431814
+                },
+                "Component_[12399828576819948657]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12399828576819948657
+                },
+                "Component_[12974658078172952866]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12974658078172952866
+                },
+                "Component_[14244954756015860525]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 14244954756015860525
+                },
+                "Component_[17208152158546256067]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17208152158546256067
+                },
+                "Component_[5211064510968322545]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 5211064510968322545,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 5840655735919365108
+                        }
+                    ]
+                },
+                "Component_[5840655735919365108]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5840655735919365108,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[7035918654995605239]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 7035918654995605239,
+                    "Child Entity Order": [
+                        "Entity_[1614665180534621]"
+                    ]
+                },
+                "Component_[7180141133278676440]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7180141133278676440
+                }
+            }
+        },
+        "Entity_[1614665180534621]": {
+            "Id": "Entity_[1614665180534621]",
+            "Name": "visualization",
+            "Components": {
+                "Component_[11625877342363852623]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 11625877342363852623,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{663633B0-B67A-5957-BC3A-53FA65F40353}",
+                                    "subId": 282952590
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_siderackprotector.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[1202290376638934042]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 1202290376638934042,
+                    "Parent Entity": "Entity_[1614660885567325]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.3355271816253662
+                        ]
+                    }
+                },
+                "Component_[14793421525127928751]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 14793421525127928751,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 312683670
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{DC927EEA-A70D-5383-96AA-665AC07DC591}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehouseprops.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[15264405835034640312]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 15264405835034640312,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseProps"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{663633B0-B67A-5957-BC3A-53FA65F40353}",
+                                    "subId": 3163433385
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_siderackprotector.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{663633B0-B67A-5957-BC3A-53FA65F40353}",
+                                        "subId": 3163433385
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_siderackprotector.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[16551911944901009126]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16551911944901009126
+                },
+                "Component_[18146145291811479353]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 18146145291811479353
+                },
+                "Component_[4216229295497526239]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4216229295497526239
+                },
+                "Component_[4283459650195959132]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4283459650195959132
+                },
+                "Component_[6213179839443464333]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 6213179839443464333
+                },
+                "Component_[8815177266265472114]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8815177266265472114
+                },
+                "Component_[8847894556153070758]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 8847894556153070758
+                },
+                "Component_[9805233035476143124]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9805233035476143124
+                },
+                "Component_[984149418895191123]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 984149418895191123
+                }
+            }
+        }
+    }
+}

+ 1010 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack1.prefab

@@ -0,0 +1,1010 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_2x2_Pack1",
+        "Components": {
+            "Component_[11198941479764134069]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 11198941479764134069
+            },
+            "Component_[12308986730107494933]": {
+                "$type": "EditorLockComponent",
+                "Id": 12308986730107494933
+            },
+            "Component_[13680567533745353849]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 13680567533745353849
+            },
+            "Component_[14706260182086116345]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 14706260182086116345
+            },
+            "Component_[15677914884728815156]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 15677914884728815156
+            },
+            "Component_[2118527756808202985]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 2118527756808202985,
+                "Child Entity Order": [
+                    "Instance_[5772913519499]/ContainerEntity",
+                    "Instance_[7379231288203]/ContainerEntity",
+                    "Instance_[8109375728523]/ContainerEntity",
+                    "Instance_[8856700038027]/ContainerEntity"
+                ]
+            },
+            "Component_[2784794729749106706]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 2784794729749106706
+            },
+            "Component_[4511672098903150499]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 4511672098903150499
+            },
+            "Component_[6723065571215796039]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 6723065571215796039
+            },
+            "Component_[8129882389223959288]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 8129882389223959288,
+                "Parent Entity": ""
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[5772913519499]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": -1.5491180419921875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": 0.5523571968078613
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                }
+            ]
+        },
+        "Instance_[7379231288203]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": 1.5491218566894531
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": 0.5523571968078613
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[8109375728523]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": -1.5491180419921875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": -0.5523567199707031
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                }
+            ]
+        },
+        "Instance_[8856700038027]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": 1.5491218566894531
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": -0.5523567199707031
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                }
+            ]
+        }
+    }
+}

+ 963 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack2.prefab

@@ -0,0 +1,963 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_2x2_Pack2",
+        "Components": {
+            "Component_[10566939463106694592]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 10566939463106694592
+            },
+            "Component_[1237438155322650380]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 1237438155322650380,
+                "Parent Entity": ""
+            },
+            "Component_[13586754853307741306]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 13586754853307741306,
+                "Child Entity Order": [
+                    "Instance_[6503057959819]/ContainerEntity",
+                    "Instance_[57978241002379]/ContainerEntity",
+                    "Instance_[57982535969675]/ContainerEntity",
+                    "Instance_[57986830936971]/ContainerEntity"
+                ]
+            },
+            "Component_[15417088731971421465]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 15417088731971421465
+            },
+            "Component_[18206644753624577248]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 18206644753624577248
+            },
+            "Component_[18361975399929189848]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 18361975399929189848
+            },
+            "Component_[2046576239873101550]": {
+                "$type": "EditorLockComponent",
+                "Id": 2046576239873101550
+            },
+            "Component_[2183737068915415922]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 2183737068915415922
+            },
+            "Component_[5225834301255073924]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 5225834301255073924
+            },
+            "Component_[6360476825642555897]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 6360476825642555897
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[57978241002379]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[72079887563198]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72075592595902]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71500066978238]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71470002207166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71504361945534]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71448527370686]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71414167632318]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71465707239870]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71461412272574]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71422757566910]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71396987763134]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71457117305278]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/39"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/38"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/37"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/36"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/35"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/34"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/33"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/32"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/31"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/30"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/29"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72079887563198]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72084182530494]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71371217959358]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71478592141758]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71379807893950]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71388397828542]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71431347501502]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71439937436094]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71427052534206]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71409872665022]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71487182076350]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[71405577697726]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72088477497790]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[71384102861246]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[71392692795838]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[71444232403390]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[71495772010942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[71482887109054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[71435642468798]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[71452822337982]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[71375512926654]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[71474297174462]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/28"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/27"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/26"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/25"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/24"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[72092772465086]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/0",
+                    "value": 1.539459228515625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Translate/1",
+                    "value": -0.5546474456787109
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[1543914289413346359]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[57982535969675]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[10201320632057]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[10179845795577]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[10111126318841]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[10162665926393]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[10115421286137]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[10145486057209]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[10205615599353]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[10197025664761]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[10214205533945]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/23"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/22"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/21"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147876497305337]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[147880792272633]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/6"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147889382207225]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[147893677174521]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/0",
+                    "value": 1.53957200050354
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Translate/1",
+                    "value": 0.5499038696289063
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[8299323846030470908]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                }
+            ]
+        },
+        "Instance_[57986830936971]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": -1.559739589691162
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": 0.5491456985473633
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                }
+            ]
+        },
+        "Instance_[6503057959819]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": -1.5583305358886719
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": -0.5554065704345703
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        }
+    }
+}

+ 672 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_2x2_Pack3.prefab

@@ -0,0 +1,672 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_2x2_Pack3",
+        "Components": {
+            "Component_[10178379455345207398]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 10178379455345207398
+            },
+            "Component_[11392870592084072792]": {
+                "$type": "EditorLockComponent",
+                "Id": 11392870592084072792
+            },
+            "Component_[11768336941077621750]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 11768336941077621750,
+                "Child Entity Order": [
+                    "Instance_[179001829469067]/ContainerEntity",
+                    "Instance_[178009692023691]/ContainerEntity",
+                    "Instance_[178022576925579]/ContainerEntity",
+                    "Instance_[178997534501771]/ContainerEntity"
+                ]
+            },
+            "Component_[15640311978395853581]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 15640311978395853581
+            },
+            "Component_[18406504766600912885]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 18406504766600912885
+            },
+            "Component_[2300645260468186410]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 2300645260468186410
+            },
+            "Component_[3799556863611359782]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 3799556863611359782
+            },
+            "Component_[5282531384285083817]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 5282531384285083817,
+                "Parent Entity": ""
+            },
+            "Component_[864636959588842538]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 864636959588842538
+            },
+            "Component_[8872099175552571718]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 8872099175552571718
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[178009692023691]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": 1.5328474044799805
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": -0.5562667846679688
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[178022576925579]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack2.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[151085810973118]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[151111580776894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[112220651911614]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[112194882107838]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[112224946878910]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[112207767009726]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[112229241846206]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[186480636459454]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[151098695875006]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[5971750943166]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[5997520746942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[6027585518014]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[5984635845054]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[6010405648830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[6023290550718]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[6122074798526]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[6096304994750]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[6104894929342]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[6117779831230]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[6126369765822]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[6113484863934]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[6109189896638]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[6134959700414]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[6100599962046]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186484931426750]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[186480636459454]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186493521361342]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[186497816328638]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/0",
+                    "value": 1.5301704406738281
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Translate/1",
+                    "value": 0.5474090576171875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13145888225493921784]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                }
+            ]
+        },
+        "Instance_[178997534501771]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack5.prefab",
+            "Patches": [
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[292719974395641]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[292732859297529]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339376204132089]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[292737154264825]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[246016500018937]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[199742522371833]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339380499099385]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246003615117049]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/0",
+                    "value": "Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/1",
+                    "value": "Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/2",
+                    "value": "Entity_[339376204132089]"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/5"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/4"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[339384794066681]/Components/Component_[13951741074857396852]/Child Entity Order/3"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[246059449691897]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[246072334593785]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[339389089033977]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[246046564790009]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/0",
+                    "value": -1.5665931701660156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Translate/1",
+                    "value": 0.5480861663818359
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[226710958716547824]/Transform Data/Rotate/2",
+                    "value": -89.99994659423828
+                }
+            ]
+        },
+        "Instance_[179001829469067]": {
+            "Source": "Prefabs/Warehouse_storage/Storage_rack3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259933167155646]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259950347024830]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260019066501566]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260014771534270]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[259958936959422]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259976116828606]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/20"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/19"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/18"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/17"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/16"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/15"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/14"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/13"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/12"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/7"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367732551317950]/Components/Component_[4058468385591425268]/Child Entity Order/6"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[295452546693566]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[295538446039486]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/8",
+                    "value": "Instance_[295495496366526]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/9",
+                    "value": "Instance_[295491201399230]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/10",
+                    "value": "Instance_[295529856104894]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/11",
+                    "value": "Instance_[260431383361982]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/12",
+                    "value": "Instance_[295499791333822]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/13",
+                    "value": "Instance_[260444268263870]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/14",
+                    "value": "Instance_[295461136628158]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/15",
+                    "value": "Instance_[295456841660862]/ContainerEntity"
+                },
+                {
+                    "op": "add",
+                    "path": "/Entities/Entity_[367736846285246]/Components/Component_[4058468385591425268]/Child Entity Order/16",
+                    "value": "Instance_[295534151072190]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/0",
+                    "value": "Instance_[259937462122942]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/1",
+                    "value": "Instance_[259984706763198]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/2",
+                    "value": "Instance_[260040541338046]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/3",
+                    "value": "Instance_[260001886632382]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/4",
+                    "value": "Instance_[260023361468862]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/5",
+                    "value": "Instance_[259989001730494]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/6",
+                    "value": "Instance_[260306829310398]/ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/7",
+                    "value": "Instance_[260293944408510]/ContainerEntity"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/11"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/10"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/9"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367741141252542]/Components/Component_[4058468385591425268]/Child Entity Order/8"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/3"
+                },
+                {
+                    "op": "remove",
+                    "path": "/Entities/Entity_[367745436219838]/Components/Component_[3937996073827386159]/Child Entity Order/2"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Parent Entity",
+                    "value": "../ContainerEntity"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/0",
+                    "value": -1.5643129348754883
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Translate/1",
+                    "value": -0.5555896759033203
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4386105510620949505]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        }
+    }
+}

+ 399 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_on_wheels.prefab

@@ -0,0 +1,399 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_on_wheels",
+        "Components": {
+            "Component_[12545710239443216069]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 12545710239443216069,
+                "Parent Entity": ""
+            },
+            "Component_[15537914432342589519]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 15537914432342589519,
+                "Child Entity Order": [
+                    "Entity_[58382014962770]"
+                ]
+            },
+            "Component_[16036331983420714344]": {
+                "$type": "EditorLockComponent",
+                "Id": 16036331983420714344
+            },
+            "Component_[17464224248125525141]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 17464224248125525141
+            },
+            "Component_[4136196840153041238]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 4136196840153041238
+            },
+            "Component_[5151523271068036080]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 5151523271068036080
+            },
+            "Component_[5481154311174695366]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 5481154311174695366
+            },
+            "Component_[5919478892378402056]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 5919478892378402056
+            },
+            "Component_[7078029424176984336]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 7078029424176984336
+            },
+            "Component_[8598853110025557033]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 8598853110025557033
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[41557998601191]": {
+            "Id": "Entity_[41557998601191]",
+            "Name": "vis",
+            "Components": {
+                "Component_[10149347903867422771]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10149347903867422771
+                },
+                "Component_[14446917646583163764]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 14446917646583163764
+                },
+                "Component_[15126868734693172672]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15126868734693172672
+                },
+                "Component_[15567055273907323940]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 15567055273907323940
+                },
+                "Component_[16911120774673039211]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 16911120774673039211,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 3528137216
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{B59DB34C-8CCC-5B6A-8F32-749689632151}"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[1731600682015667982]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1731600682015667982
+                },
+                "Component_[1853050224292330302]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 1853050224292330302
+                },
+                "Component_[6134047356732219327]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 6134047356732219327,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{FD1A02B5-A597-52A4-88EF-33D00822FDD6}",
+                                    "subId": 281610153
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_storage_on_wheels.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6569773868835930504]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6569773868835930504,
+                    "Parent Entity": "Entity_[58382014962770]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            0.0011060237884521484
+                        ]
+                    }
+                },
+                "Component_[7062391819639875573]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7062391819639875573
+                },
+                "Component_[894213568764928829]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 894213568764928829
+                }
+            }
+        },
+        "Entity_[58382014962770]": {
+            "Id": "Entity_[58382014962770]",
+            "Name": "StorageOnWheels",
+            "Components": {
+                "Component_[10125249807132554809]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 10125249807132554809,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 7562106464527649334
+                        },
+                        {
+                            "ComponentId": 2195363291273355971,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 18429466845483581173,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 13201342092318588972,
+                            "SortIndex": 3
+                        },
+                        {
+                            "ComponentId": 9509677040110797884,
+                            "SortIndex": 4
+                        }
+                    ]
+                },
+                "Component_[10867460426661892159]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10867460426661892159
+                },
+                "Component_[1329524434344098663]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 1329524434344098663,
+                    "ColliderConfiguration": {
+                        "Position": [
+                            0.0,
+                            0.0,
+                            0.9333269596099854
+                        ],
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object",
+                                    "MaterialAsset": {
+                                        "assetId": {
+                                            "guid": "{A9587A71-FA52-5881-AF45-83A4C3D5660A}",
+                                            "subId": 1
+                                        },
+                                        "assetHint": "assets/warehouse/storageonwheels.physicsmaterial"
+                                    }
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Configuration": [
+                                0.6499999761581421,
+                                1.149999976158142,
+                                1.5
+                            ]
+                        }
+                    }
+                },
+                "Component_[13446196332041057509]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13446196332041057509
+                },
+                "Component_[4137486570050063712]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 4137486570050063712
+                },
+                "Component_[4588174646852359714]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4588174646852359714,
+                    "DisabledComponents": [
+                        {
+                            "$type": "EditorColliderComponent",
+                            "Id": 13201342092318588972,
+                            "ColliderConfiguration": {
+                                "MaterialSlots": {
+                                    "Slots": [
+                                        {
+                                            "Name": "MStorageOnWheels",
+                                            "MaterialAsset": {
+                                                "assetId": {
+                                                    "guid": "{A9587A71-FA52-5881-AF45-83A4C3D5660A}",
+                                                    "subId": 1
+                                                },
+                                                "assetHint": "assets/warehouse/storageonwheels.physicsmaterial"
+                                            }
+                                        }
+                                    ]
+                                }
+                            },
+                            "ShapeConfiguration": {
+                                "PhysicsAsset": {
+                                    "Asset": {
+                                        "assetId": {
+                                            "guid": "{06D57D9C-F2B1-52CD-AB7B-21EF570C380A}",
+                                            "subId": 1274233299
+                                        },
+                                        "assetHint": "assets/warehouse/warehouse_storageonwheels.pxmesh"
+                                    },
+                                    "Configuration": {
+                                        "PhysicsAsset": {
+                                            "assetId": {
+                                                "guid": "{06D57D9C-F2B1-52CD-AB7B-21EF570C380A}",
+                                                "subId": 1274233299
+                                            },
+                                            "loadBehavior": "QueueLoad",
+                                            "assetHint": "assets/warehouse/warehouse_storageonwheels.pxmesh"
+                                        },
+                                        "AssetScale": [
+                                            1.0,
+                                            1.0,
+                                            1.0449999570846558
+                                        ]
+                                    }
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[5143803638157116517]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 5143803638157116517,
+                    "ColliderConfiguration": {
+                        "Position": [
+                            0.0,
+                            0.5495275855064392,
+                            0.07400000095367432
+                        ],
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object",
+                                    "MaterialAsset": {
+                                        "assetId": {
+                                            "guid": "{A9587A71-FA52-5881-AF45-83A4C3D5660A}",
+                                            "subId": 1
+                                        },
+                                        "assetHint": "assets/warehouse/storageonwheels.physicsmaterial"
+                                    }
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Configuration": [
+                                0.6499999761581421,
+                                0.05000000074505806,
+                                0.15000000596046448
+                            ]
+                        }
+                    }
+                },
+                "Component_[5146712439650349843]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 5146712439650349843
+                },
+                "Component_[5269735565457263604]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5269735565457263604,
+                    "Child Entity Order": [
+                        "Entity_[41557998601191]"
+                    ]
+                },
+                "Component_[5324226478596329467]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 5324226478596329467
+                },
+                "Component_[7562106464527649334]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 7562106464527649334,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            -0.0017781257629394531
+                        ]
+                    }
+                },
+                "Component_[8990768301169768524]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 8990768301169768524,
+                    "ColliderConfiguration": {
+                        "Position": [
+                            0.0,
+                            -0.5529183149337769,
+                            0.07400000095367432
+                        ],
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "Entire object",
+                                    "MaterialAsset": {
+                                        "assetId": {
+                                            "guid": "{A9587A71-FA52-5881-AF45-83A4C3D5660A}",
+                                            "subId": 1
+                                        },
+                                        "assetHint": "assets/warehouse/storageonwheels.physicsmaterial"
+                                    }
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "ShapeType": 1,
+                        "Box": {
+                            "Configuration": [
+                                0.6499999761581421,
+                                0.05000000074505806,
+                                0.15000000596046448
+                            ]
+                        }
+                    }
+                },
+                "Component_[9509677040110797884]": {
+                    "$type": "EditorRigidBodyComponent",
+                    "Id": 9509677040110797884,
+                    "Configuration": {
+                        "entityId": "",
+                        "Compute Mass": false,
+                        "Compute COM": false,
+                        "Centre of mass offset": [
+                            -0.0000011392756960049155,
+                            -2.1213740808434522e-7,
+                            0.20000000298023224
+                        ],
+                        "Compute inertia": false,
+                        "Inertia tensor": [
+                            0.10000000149011612,
+                            0.0,
+                            0.0,
+                            0.0,
+                            0.10000000149011612,
+                            0.0,
+                            0.0,
+                            0.0,
+                            0.10000000149011612
+                        ],
+                        "Debug Draw Center of Mass": true
+                    },
+                    "PhysXSpecificConfiguration": {
+                        "SolverPositionIterations": 40,
+                        "SolverVelocityIterations": 10
+                    }
+                }
+            }
+        }
+    }
+}

+ 976 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack1.prefab

@@ -0,0 +1,976 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_rack1",
+        "Components": {
+            "Component_[12847589130172892627]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 12847589130172892627
+            },
+            "Component_[14018770619232039273]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 14018770619232039273
+            },
+            "Component_[14707411734378119974]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 14707411734378119974
+            },
+            "Component_[1543914289413346359]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 1543914289413346359,
+                "Parent Entity": ""
+            },
+            "Component_[16034998781842933130]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 16034998781842933130,
+                "Child Entity Order": [
+                    "Entity_[72084182530494]"
+                ]
+            },
+            "Component_[16906162890581068535]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 16906162890581068535
+            },
+            "Component_[2583903756847940440]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 2583903756847940440
+            },
+            "Component_[4874758539988854695]": {
+                "$type": "EditorLockComponent",
+                "Id": 4874758539988854695
+            },
+            "Component_[9334050554803299324]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 9334050554803299324
+            },
+            "Component_[9950604706549810321]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 9950604706549810321
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[72075592595902]": {
+            "Id": "Entity_[72075592595902]",
+            "Name": "Boxes",
+            "Components": {
+                "Component_[11581211804518533692]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11581211804518533692
+                },
+                "Component_[13951741074857396852]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13951741074857396852,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Entity_[72088477497790]",
+                        "Entity_[72092772465086]",
+                        "Entity_[72079887563198]"
+                    ]
+                },
+                "Component_[14035493606254485153]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14035493606254485153
+                },
+                "Component_[15423685381995060323]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15423685381995060323
+                },
+                "Component_[16817155910950262073]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16817155910950262073,
+                    "Parent Entity": "Entity_[72084182530494]"
+                },
+                "Component_[296809170710090038]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 296809170710090038
+                },
+                "Component_[7827427921402655047]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7827427921402655047
+                },
+                "Component_[7995632386570655298]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7995632386570655298
+                },
+                "Component_[9103309579582316644]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9103309579582316644
+                }
+            }
+        },
+        "Entity_[72079887563198]": {
+            "Id": "Entity_[72079887563198]",
+            "Name": "Lv3",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[71500066978238]/ContainerEntity",
+                        "Instance_[71470002207166]/ContainerEntity",
+                        "Instance_[71504361945534]/ContainerEntity",
+                        "Instance_[71448527370686]/ContainerEntity",
+                        "Instance_[71414167632318]/ContainerEntity",
+                        "Instance_[71465707239870]/ContainerEntity",
+                        "Instance_[71461412272574]/ContainerEntity",
+                        "Instance_[71422757566910]/ContainerEntity",
+                        "Instance_[71396987763134]/ContainerEntity",
+                        "Instance_[71457117305278]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[72075592595902]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.1378490924835205
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[72084182530494]": {
+            "Id": "Entity_[72084182530494]",
+            "Name": "Storage_rack",
+            "Components": {
+                "Component_[12108075151772116549]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12108075151772116549
+                },
+                "Component_[13379506431855812565]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13379506431855812565
+                },
+                "Component_[15558719316268715668]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15558719316268715668
+                },
+                "Component_[17052264737858425737]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17052264737858425737
+                },
+                "Component_[2856660940094590609]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2856660940094590609
+                },
+                "Component_[3260224946670902020]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3260224946670902020,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6485857306406049964
+                        }
+                    ]
+                },
+                "Component_[3555020850812014007]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3555020850812014007
+                },
+                "Component_[3937996073827386159]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3937996073827386159,
+                    "Child Entity Order": [
+                        "Entity_[72075592595902]",
+                        "Instance_[71491477043646]/ContainerEntity",
+                        "",
+                        ""
+                    ]
+                },
+                "Component_[6485857306406049964]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6485857306406049964,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        },
+        "Entity_[72088477497790]": {
+            "Id": "Entity_[72088477497790]",
+            "Name": "Lv0",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[71371217959358]/ContainerEntity",
+                        "Instance_[71478592141758]/ContainerEntity",
+                        "Instance_[71379807893950]/ContainerEntity",
+                        "Instance_[71388397828542]/ContainerEntity",
+                        "Instance_[71431347501502]/ContainerEntity",
+                        "Instance_[71439937436094]/ContainerEntity",
+                        "Instance_[71427052534206]/ContainerEntity",
+                        "Instance_[71409872665022]/ContainerEntity",
+                        "Instance_[71487182076350]/ContainerEntity",
+                        "Instance_[71405577697726]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[72075592595902]"
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[72092772465086]": {
+            "Id": "Entity_[72092772465086]",
+            "Name": "Lv1",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[71384102861246]/ContainerEntity",
+                        "Instance_[71392692795838]/ContainerEntity",
+                        "Instance_[71444232403390]/ContainerEntity",
+                        "Instance_[71495772010942]/ContainerEntity",
+                        "Instance_[71482887109054]/ContainerEntity",
+                        "Instance_[71435642468798]/ContainerEntity",
+                        "Instance_[71452822337982]/ContainerEntity",
+                        "Instance_[71375512926654]/ContainerEntity",
+                        "Instance_[71474297174462]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[72075592595902]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            1.5725772380828857
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[71371217959358]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[71375512926654]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[71379807893950]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5310425758361816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71384102861246]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71388397828542]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.0032806396484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71392692795838]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0022106170654296875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5294537544250488
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71396987763134]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564451217651367
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 0.22141556441783905
+                }
+            ]
+        },
+        "Instance_[71405577697726]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[71409872665022]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        },
+        "Instance_[71414167632318]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71422757566910]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71427052534206]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.00004673004150390625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 0.9132558107376099
+                }
+            ]
+        },
+        "Instance_[71431347501502]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71435642468798]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        },
+        "Instance_[71439937436094]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[71444232403390]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.00004673004150390625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 0.5188862681388855
+                }
+            ]
+        },
+        "Instance_[71448527370686]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[71452822337982]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[71457117305278]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0554823875427246
+                }
+            ]
+        },
+        "Instance_[71461412272574]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5238122940063477
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71465707239870]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0011949539184570313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[71470002207166]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.0037326812744140625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.529454231262207
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": -1.0729832649230957
+                }
+            ]
+        },
+        "Instance_[71474297174462]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[71478592141758]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[71482887109054]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71487182076350]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72088477497790]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[71491477043646]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseRack.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15832779900574876777]/Parent Entity",
+                    "value": "../Entity_[72084182530494]"
+                }
+            ]
+        },
+        "Instance_[71495772010942]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72092772465086]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.002246856689453125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[71500066978238]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[71504361945534]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[72079887563198]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        }
+    }
+}

+ 875 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack2.prefab

@@ -0,0 +1,875 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_rack2",
+        "Components": {
+            "Component_[11006692353458893954]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 11006692353458893954
+            },
+            "Component_[13145888225493921784]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 13145888225493921784,
+                "Parent Entity": ""
+            },
+            "Component_[15104342864994882301]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 15104342864994882301
+            },
+            "Component_[17194225664668843745]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 17194225664668843745,
+                "Child Entity Order": [
+                    "Entity_[186497816328638]"
+                ]
+            },
+            "Component_[17332943990724911090]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 17332943990724911090
+            },
+            "Component_[17860636385835095017]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 17860636385835095017
+            },
+            "Component_[4639085582254969662]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 4639085582254969662
+            },
+            "Component_[6664714122677261609]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 6664714122677261609
+            },
+            "Component_[8108787277641798100]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 8108787277641798100
+            },
+            "Component_[9018592169876363860]": {
+                "$type": "EditorLockComponent",
+                "Id": 9018592169876363860
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[186480636459454]": {
+            "Id": "Entity_[186480636459454]",
+            "Name": "Lv3",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[5920211335614]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[186493521361342]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.1378490924835205
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[186484931426750]": {
+            "Id": "Entity_[186484931426750]",
+            "Name": "Lv1",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "Instance_[5971750943166]/ContainerEntity",
+                        "Instance_[5997520746942]/ContainerEntity",
+                        "Instance_[6027585518014]/ContainerEntity",
+                        "Instance_[5984635845054]/ContainerEntity",
+                        "",
+                        "Instance_[6010405648830]/ContainerEntity",
+                        "",
+                        "Instance_[6023290550718]/ContainerEntity",
+                        "",
+                        "Instance_[6122074798526]/ContainerEntity",
+                        "Instance_[6096304994750]/ContainerEntity",
+                        "Instance_[6104894929342]/ContainerEntity",
+                        "Instance_[6117779831230]/ContainerEntity",
+                        "Instance_[6126369765822]/ContainerEntity",
+                        "Instance_[6113484863934]/ContainerEntity",
+                        "Instance_[6109189896638]/ContainerEntity",
+                        "Instance_[6134959700414]/ContainerEntity",
+                        "Instance_[6100599962046]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[186493521361342]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            1.5725772380828857
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[186489226394046]": {
+            "Id": "Entity_[186489226394046]",
+            "Name": "Lv0",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[5971750943166]/ContainerEntity",
+                        "Instance_[5997520746942]/ContainerEntity",
+                        "Instance_[6027585518014]/ContainerEntity",
+                        "Instance_[5984635845054]/ContainerEntity",
+                        "Instance_[6010405648830]/ContainerEntity",
+                        "Instance_[6023290550718]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[186493521361342]"
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[186493521361342]": {
+            "Id": "Entity_[186493521361342]",
+            "Name": "Boxes",
+            "Components": {
+                "Component_[11581211804518533692]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11581211804518533692
+                },
+                "Component_[13951741074857396852]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13951741074857396852,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "Entity_[186489226394046]",
+                        "Entity_[186484931426750]",
+                        "Entity_[186480636459454]"
+                    ]
+                },
+                "Component_[14035493606254485153]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14035493606254485153
+                },
+                "Component_[15423685381995060323]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15423685381995060323
+                },
+                "Component_[16817155910950262073]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16817155910950262073,
+                    "Parent Entity": "Entity_[186497816328638]"
+                },
+                "Component_[296809170710090038]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 296809170710090038
+                },
+                "Component_[7827427921402655047]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7827427921402655047
+                },
+                "Component_[7995632386570655298]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7995632386570655298
+                },
+                "Component_[9103309579582316644]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9103309579582316644
+                }
+            }
+        },
+        "Entity_[186497816328638]": {
+            "Id": "Entity_[186497816328638]",
+            "Name": "Storage_rack",
+            "Components": {
+                "Component_[12108075151772116549]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12108075151772116549
+                },
+                "Component_[13379506431855812565]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13379506431855812565
+                },
+                "Component_[15558719316268715668]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15558719316268715668
+                },
+                "Component_[17052264737858425737]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17052264737858425737
+                },
+                "Component_[2856660940094590609]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2856660940094590609
+                },
+                "Component_[3260224946670902020]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3260224946670902020,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6485857306406049964
+                        }
+                    ]
+                },
+                "Component_[3555020850812014007]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3555020850812014007
+                },
+                "Component_[3937996073827386159]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3937996073827386159,
+                    "Child Entity Order": [
+                        "Entity_[186493521361342]",
+                        "Instance_[5907326433726]/ContainerEntity",
+                        ""
+                    ]
+                },
+                "Component_[6485857306406049964]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6485857306406049964,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[112194882107838]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000667572021484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.839935302734375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[112207767009726]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.021112442016601563
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.4384946823120117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": -90.0
+                }
+            ]
+        },
+        "Instance_[112220651911614]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.2421483993530271
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[112224946878910]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00001239776611328125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.839935302734375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": -90.5624542236328
+                }
+            ]
+        },
+        "Instance_[112229241846206]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000667572021484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.4166336059570313
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[151085810973118]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.012990951538085938
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.060782432556152344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[151098695875006]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.012990951538085938
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.6380491256713867
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[151111580776894]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": 0.009919166564941406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 1.1603970527648926
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[5907326433726]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseRack.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15832779900574876777]/Parent Entity",
+                    "value": "../Entity_[186497816328638]"
+                }
+            ]
+        },
+        "Instance_[5920211335614]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[186480636459454]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.2343063354492188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[5971750943166]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[5984635845054]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[5997520746942]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[6010405648830]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[6023290550718]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6027585518014]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186489226394046]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5310425758361816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6096304994750]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[6100599962046]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[6104894929342]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6109189896638]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5310425758361816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6113484863934]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[6117779831230]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.002246856689453125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[6122074798526]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6126369765822]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6134959700414]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[186484931426750]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        }
+    }
+}

+ 1215 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack3.prefab

@@ -0,0 +1,1215 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_rack3",
+        "Components": {
+            "Component_[12504971774290925605]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 12504971774290925605
+            },
+            "Component_[15494432742439724158]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 15494432742439724158
+            },
+            "Component_[1653663966828649196]": {
+                "$type": "EditorLockComponent",
+                "Id": 1653663966828649196
+            },
+            "Component_[18127778804969374111]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 18127778804969374111
+            },
+            "Component_[25402132170359494]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 25402132170359494
+            },
+            "Component_[4386105510620949505]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 4386105510620949505,
+                "Parent Entity": ""
+            },
+            "Component_[7421361141361870502]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 7421361141361870502
+            },
+            "Component_[7998526577802676557]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 7998526577802676557
+            },
+            "Component_[8405071091483040200]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 8405071091483040200
+            },
+            "Component_[8801680429288620432]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 8801680429288620432,
+                "Child Entity Order": [
+                    "Entity_[367745436219838]"
+                ]
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[367732551317950]": {
+            "Id": "Entity_[367732551317950]",
+            "Name": "Lv1",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[259933167155646]/ContainerEntity",
+                        "Instance_[259950347024830]/ContainerEntity",
+                        "Instance_[260019066501566]/ContainerEntity",
+                        "Instance_[260014771534270]/ContainerEntity",
+                        "Instance_[259958936959422]/ContainerEntity",
+                        "Instance_[259976116828606]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[367749731187134]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            1.5725772380828857
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[367736846285246]": {
+            "Id": "Entity_[367736846285246]",
+            "Name": "Lv2",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[260006181599678]/ContainerEntity",
+                        "Instance_[260036246370750]/ContainerEntity",
+                        "Instance_[260010476566974]/ContainerEntity",
+                        "Instance_[259967526894014]/ContainerEntity",
+                        "Instance_[259997591665086]/ContainerEntity",
+                        "Instance_[259946052057534]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[367749731187134]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.1378490924835205
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[367741141252542]": {
+            "Id": "Entity_[367741141252542]",
+            "Name": "Lv0",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[259937462122942]/ContainerEntity",
+                        "Instance_[259984706763198]/ContainerEntity",
+                        "Instance_[260040541338046]/ContainerEntity",
+                        "Instance_[260001886632382]/ContainerEntity",
+                        "Instance_[260023361468862]/ContainerEntity",
+                        "Instance_[259989001730494]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[367749731187134]"
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[367745436219838]": {
+            "Id": "Entity_[367745436219838]",
+            "Name": "Storage_rack",
+            "Components": {
+                "Component_[12108075151772116549]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12108075151772116549
+                },
+                "Component_[13379506431855812565]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13379506431855812565
+                },
+                "Component_[15558719316268715668]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15558719316268715668
+                },
+                "Component_[17052264737858425737]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17052264737858425737
+                },
+                "Component_[2856660940094590609]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2856660940094590609
+                },
+                "Component_[3260224946670902020]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3260224946670902020,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6485857306406049964
+                        }
+                    ]
+                },
+                "Component_[3555020850812014007]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3555020850812014007
+                },
+                "Component_[3937996073827386159]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3937996073827386159,
+                    "Child Entity Order": [
+                        "Entity_[367749731187134]",
+                        "Instance_[260027656436158]/ContainerEntity",
+                        "",
+                        ""
+                    ]
+                },
+                "Component_[6485857306406049964]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6485857306406049964,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        },
+        "Entity_[367749731187134]": {
+            "Id": "Entity_[367749731187134]",
+            "Name": "Boxes",
+            "Components": {
+                "Component_[11581211804518533692]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11581211804518533692
+                },
+                "Component_[13951741074857396852]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13951741074857396852,
+                    "Child Entity Order": [
+                        "Entity_[367741141252542]",
+                        "Entity_[367732551317950]",
+                        "Instance_[260354073950654]/ContainerEntity",
+                        "Instance_[260358368917950]/ContainerEntity",
+                        "Instance_[260345484016062]/ContainerEntity",
+                        "Instance_[260349778983358]/ContainerEntity",
+                        "Entity_[367736846285246]"
+                    ]
+                },
+                "Component_[14035493606254485153]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14035493606254485153
+                },
+                "Component_[15423685381995060323]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15423685381995060323
+                },
+                "Component_[16817155910950262073]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16817155910950262073,
+                    "Parent Entity": "Entity_[367745436219838]"
+                },
+                "Component_[296809170710090038]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 296809170710090038
+                },
+                "Component_[7827427921402655047]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7827427921402655047
+                },
+                "Component_[7995632386570655298]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7995632386570655298
+                },
+                "Component_[9103309579582316644]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9103309579582316644
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[259933167155646]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        },
+        "Instance_[259937462122942]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[259946052057534]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.2421483993530271
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[259950347024830]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[259958936959422]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[259967526894014]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.021112442016601563
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.4384946823120117
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[259976116828606]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[259984706763198]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[259989001730494]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[259997591665086]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.2343063354492188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[260001886632382]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[260006181599678]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490423202514648
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -0.02958202362060547
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[260010476566974]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000667572021484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.839935302734375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[260014771534270]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 4.76837158203125e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5313701629638672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.726524829864502
+                }
+            ]
+        },
+        "Instance_[260019066501566]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367732551317950]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[260023361468862]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0739402770996094
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[260027656436158]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseRack.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15832779900574876777]/Parent Entity",
+                    "value": "../Entity_[367745436219838]"
+                }
+            ]
+        },
+        "Instance_[260036246370750]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00001239776611328125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.839935302734375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": -90.5624542236328
+                }
+            ]
+        },
+        "Instance_[260040541338046]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[260293944408510]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0888690948486328
+                }
+            ]
+        },
+        "Instance_[260306829310398]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[367741141252542]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5035314559936523
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 180.0
+                }
+            ]
+        },
+        "Instance_[260345484016062]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367749731187134]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.1353907585144043
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 1.5828731060028076
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99990844726563
+                }
+            ]
+        },
+        "Instance_[260349778983358]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367749731187134]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000476837158203125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.7410202026367188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 1.5828731060028076
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99990844726563
+                }
+            ]
+        },
+        "Instance_[260354073950654]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367749731187134]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.143232822418213
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 2.2069294452667236
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99990844726563
+                }
+            ]
+        },
+        "Instance_[260358368917950]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[367749731187134]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00001049041748046875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.7410202026367188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 2.2069294452667236
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 90.0
+                }
+            ]
+        },
+        "Instance_[260431383361982]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.053624629974365234
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -0.02958202362060547
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.2628755569458008
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[260444268263870]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490423202514648
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -0.02958202362060547
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.5252585411071777
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295452546693566]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.042104244232177734
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.3378772735595703
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295456841660862]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490375518798828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.3234529495239258
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.262876033782959
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": -90.0
+                }
+            ]
+        },
+        "Instance_[295461136628158]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490375518798828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.33079051971435547
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.5252585411071777
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295491201399230]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490375518798828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.6964006423950195
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295495496366526]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490375518798828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.7106914520263672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.2628765106201172
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295499791333822]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.04490423202514648
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.14968585968017578
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.787315845489502
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 104.35317993164064
+                }
+            ]
+        },
+        "Instance_[295529856104894]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": 0.021748065948486328
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 1.153951644897461
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295534151072190]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.017765045166015625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 1.0964069366455078
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.2628765106201172
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                }
+            ]
+        },
+        "Instance_[295538446039486]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[367736846285246]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.0008587837219238281
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": 0.8824262619018555
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.5252585411071777
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 81.8930892944336
+                }
+            ]
+        }
+    }
+}

+ 807 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack4.prefab

@@ -0,0 +1,807 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_rack4",
+        "Components": {
+            "Component_[15384064663362965641]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 15384064663362965641
+            },
+            "Component_[16159755617782685128]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 16159755617782685128,
+                "Child Entity Order": [
+                    "Entity_[147893677174521]"
+                ]
+            },
+            "Component_[17299876769157213025]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 17299876769157213025
+            },
+            "Component_[2171876772769474105]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 2171876772769474105
+            },
+            "Component_[4189060589831601101]": {
+                "$type": "EditorLockComponent",
+                "Id": 4189060589831601101
+            },
+            "Component_[4386764056654702111]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 4386764056654702111
+            },
+            "Component_[4566526041626947125]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 4566526041626947125
+            },
+            "Component_[5501672039605688800]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 5501672039605688800
+            },
+            "Component_[8299323846030470908]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 8299323846030470908,
+                "Parent Entity": ""
+            },
+            "Component_[8895400833880089709]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 8895400833880089709
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[147876497305337]": {
+            "Id": "Entity_[147876497305337]",
+            "Name": "Lv1",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Instance_[10201320632057]/ContainerEntity",
+                        "Instance_[10179845795577]/ContainerEntity",
+                        "Instance_[10111126318841]/ContainerEntity",
+                        "Instance_[10162665926393]/ContainerEntity",
+                        "Instance_[10115421286137]/ContainerEntity",
+                        "Instance_[10145486057209]/ContainerEntity",
+                        "Instance_[10205615599353]/ContainerEntity",
+                        "Instance_[10197025664761]/ContainerEntity",
+                        "Instance_[10214205533945]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[147889382207225]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            1.5725772380828857
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[147880792272633]": {
+            "Id": "Entity_[147880792272633]",
+            "Name": "Lv2",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[56011441811193]/ContainerEntity",
+                        "Instance_[56127405928185]/ContainerEntity",
+                        "Instance_[56105931091705]/ContainerEntity",
+                        "Instance_[56123110960889]/ContainerEntity",
+                        "Instance_[56093046189817]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[147889382207225]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.1378490924835205
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[147885087239929]": {
+            "Id": "Entity_[147885087239929]",
+            "Name": "Lv0",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[150943103954681]/ContainerEntity",
+                        "Instance_[10166960893689]/ContainerEntity",
+                        "Instance_[10149781024505]/ContainerEntity",
+                        "Instance_[10171255860985]/ContainerEntity",
+                        "Instance_[10188435730169]/ContainerEntity",
+                        "Instance_[10175550828281]/ContainerEntity",
+                        "Instance_[10192730697465]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[147889382207225]"
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[147889382207225]": {
+            "Id": "Entity_[147889382207225]",
+            "Name": "Boxes",
+            "Components": {
+                "Component_[11581211804518533692]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11581211804518533692
+                },
+                "Component_[13951741074857396852]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13951741074857396852,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "",
+                        "Entity_[147885087239929]",
+                        "Entity_[147876497305337]",
+                        "Entity_[147880792272633]"
+                    ]
+                },
+                "Component_[14035493606254485153]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14035493606254485153
+                },
+                "Component_[15423685381995060323]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15423685381995060323
+                },
+                "Component_[16817155910950262073]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16817155910950262073,
+                    "Parent Entity": "Entity_[147893677174521]"
+                },
+                "Component_[296809170710090038]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 296809170710090038
+                },
+                "Component_[7827427921402655047]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7827427921402655047
+                },
+                "Component_[7995632386570655298]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7995632386570655298
+                },
+                "Component_[9103309579582316644]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9103309579582316644
+                }
+            }
+        },
+        "Entity_[147893677174521]": {
+            "Id": "Entity_[147893677174521]",
+            "Name": "Storage_rack",
+            "Components": {
+                "Component_[12108075151772116549]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12108075151772116549
+                },
+                "Component_[13379506431855812565]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13379506431855812565
+                },
+                "Component_[15558719316268715668]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15558719316268715668
+                },
+                "Component_[17052264737858425737]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17052264737858425737
+                },
+                "Component_[2856660940094590609]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2856660940094590609
+                },
+                "Component_[3260224946670902020]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3260224946670902020,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6485857306406049964
+                        }
+                    ]
+                },
+                "Component_[3555020850812014007]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3555020850812014007
+                },
+                "Component_[3937996073827386159]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3937996073827386159,
+                    "Child Entity Order": [
+                        "Entity_[147889382207225]",
+                        "Instance_[10209910566649]/ContainerEntity",
+                        "",
+                        ""
+                    ]
+                },
+                "Component_[6485857306406049964]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6485857306406049964,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[10111126318841]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.0010385513305664065
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.4832963943481446
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265267372131348
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Rotate/2",
+                    "value": 0.5438455939292908
+                }
+            ]
+        },
+        "Instance_[10115421286137]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        },
+        "Instance_[10145486057209]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[10149781024505]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.0000019073486328125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.1585893630981443
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[10162665926393]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.002246856689453125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[10166960893689]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.10234928131103516
+                }
+            ]
+        },
+        "Instance_[10171255860985]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.42520999908447266
+                }
+            ]
+        },
+        "Instance_[10175550828281]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.1593475341796875
+                }
+            ]
+        },
+        "Instance_[10179845795577]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[10188435730169]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.6311883926391602
+                }
+            ]
+        },
+        "Instance_[10192730697465]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030546188354492188
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.6128835678100586
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[10197025664761]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[10201320632057]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5310425758361816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[10205615599353]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[10209910566649]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseRack.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15832779900574876777]/Parent Entity",
+                    "value": "../Entity_[147893677174521]"
+                }
+            ]
+        },
+        "Instance_[10214205533945]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[147876497305337]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[150943103954681]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147885087239929]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": 0.009921073913574219
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": -1.078145980834961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[56011441811193]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147880792272633]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": 0.00992107391357422
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": 1.0564146041870115
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[56093046189817]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147880792272633]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": 0.009922027587890623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": 0.5237865447998047
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[56105931091705]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147880792272633]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": -0.04245662689208984
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": 0.009952545166015623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[56123110960889]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147880792272633]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": 0.009922027587890623
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": -1.0285778045654297
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[56127405928185]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox4.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Parent Entity",
+                    "value": "../Entity_[147880792272633]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/0",
+                    "value": 0.009922981262207031
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Translate/1",
+                    "value": -0.49595069885253906
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15689078751285645218]/Transform Data/Rotate/2",
+                    "value": -90.0
+                }
+            ]
+        }
+    }
+}

+ 1064 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_storage/Storage_rack5.prefab

@@ -0,0 +1,1064 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_rack5",
+        "Components": {
+            "Component_[12524536222015642752]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 12524536222015642752
+            },
+            "Component_[12857884402405064911]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 12857884402405064911
+            },
+            "Component_[1314893969542948409]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 1314893969542948409
+            },
+            "Component_[13344501007451608033]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 13344501007451608033
+            },
+            "Component_[1338384729595988775]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 1338384729595988775
+            },
+            "Component_[18048279695155120283]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 18048279695155120283
+            },
+            "Component_[2045671262534950104]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 2045671262534950104,
+                "Child Entity Order": [
+                    "Entity_[339393384001273]"
+                ]
+            },
+            "Component_[226710958716547824]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 226710958716547824,
+                "Parent Entity": ""
+            },
+            "Component_[2643628542996722045]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 2643628542996722045
+            },
+            "Component_[3821974334891809864]": {
+                "$type": "EditorLockComponent",
+                "Id": 3821974334891809864
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[339376204132089]": {
+            "Id": "Entity_[339376204132089]",
+            "Name": "Lv2",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[5920211335614]/ContainerEntity",
+                        "Instance_[151111580776894]/ContainerEntity",
+                        "Instance_[112224946878910]/ContainerEntity",
+                        "Instance_[151098695875006]/ContainerEntity",
+                        "Instance_[151085810973118]/ContainerEntity",
+                        "Instance_[112220651911614]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[339384794066681]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.1378490924835205
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[339380499099385]": {
+            "Id": "Entity_[339380499099385]",
+            "Name": "Lv0",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[199729637469945]/ContainerEntity",
+                        "Instance_[5971750943166]/ContainerEntity",
+                        "Instance_[5997520746942]/ContainerEntity",
+                        "Instance_[6027585518014]/ContainerEntity",
+                        "Instance_[5984635845054]/ContainerEntity",
+                        "Instance_[6010405648830]/ContainerEntity",
+                        "Instance_[6023290550718]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[339384794066681]"
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[339384794066681]": {
+            "Id": "Entity_[339384794066681]",
+            "Name": "Boxes",
+            "Components": {
+                "Component_[11581211804518533692]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11581211804518533692
+                },
+                "Component_[13951741074857396852]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13951741074857396852,
+                    "Child Entity Order": [
+                        "",
+                        "",
+                        "",
+                        "Entity_[339380499099385]",
+                        "Entity_[339389089033977]",
+                        "Entity_[339376204132089]"
+                    ]
+                },
+                "Component_[14035493606254485153]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 14035493606254485153
+                },
+                "Component_[15423685381995060323]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 15423685381995060323
+                },
+                "Component_[16817155910950262073]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 16817155910950262073,
+                    "Parent Entity": "Entity_[339393384001273]"
+                },
+                "Component_[296809170710090038]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 296809170710090038
+                },
+                "Component_[7827427921402655047]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7827427921402655047
+                },
+                "Component_[7995632386570655298]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7995632386570655298
+                },
+                "Component_[9103309579582316644]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9103309579582316644
+                }
+            }
+        },
+        "Entity_[339389089033977]": {
+            "Id": "Entity_[339389089033977]",
+            "Name": "Lv1",
+            "Components": {
+                "Component_[10016336519656842847]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10016336519656842847
+                },
+                "Component_[1102544566097613667]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1102544566097613667
+                },
+                "Component_[11574853205741771107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11574853205741771107
+                },
+                "Component_[12832175622062288348]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 12832175622062288348
+                },
+                "Component_[16177884641564719993]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 16177884641564719993
+                },
+                "Component_[4058468385591425268]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4058468385591425268,
+                    "Child Entity Order": [
+                        "Instance_[5915916368318]/ContainerEntity",
+                        "Instance_[6096304994750]/ContainerEntity",
+                        "Instance_[6104894929342]/ContainerEntity",
+                        "Instance_[6117779831230]/ContainerEntity",
+                        "Instance_[6126369765822]/ContainerEntity",
+                        "Instance_[6109189896638]/ContainerEntity",
+                        "Instance_[6134959700414]/ContainerEntity",
+                        "Instance_[6100599962046]/ContainerEntity"
+                    ]
+                },
+                "Component_[5886852867952722045]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 5886852867952722045,
+                    "Parent Entity": "Entity_[339384794066681]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            1.5725772380828857
+                        ]
+                    }
+                },
+                "Component_[6203860872624939299]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 6203860872624939299
+                },
+                "Component_[757550152637528727]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 757550152637528727
+                }
+            }
+        },
+        "Entity_[339393384001273]": {
+            "Id": "Entity_[339393384001273]",
+            "Name": "Storage_rack",
+            "Components": {
+                "Component_[12108075151772116549]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12108075151772116549
+                },
+                "Component_[13379506431855812565]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13379506431855812565
+                },
+                "Component_[15558719316268715668]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15558719316268715668
+                },
+                "Component_[17052264737858425737]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17052264737858425737
+                },
+                "Component_[2856660940094590609]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 2856660940094590609
+                },
+                "Component_[3260224946670902020]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3260224946670902020,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6485857306406049964
+                        }
+                    ]
+                },
+                "Component_[3555020850812014007]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3555020850812014007
+                },
+                "Component_[3937996073827386159]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3937996073827386159,
+                    "Child Entity Order": [
+                        "Entity_[339384794066681]",
+                        "Instance_[5907326433726]/ContainerEntity"
+                    ]
+                },
+                "Component_[6485857306406049964]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6485857306406049964,
+                    "Parent Entity": "ContainerEntity"
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[112220651911614]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.293996810913086
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[112224946878910]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": 0.003875732421875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.4432373046875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.810999870300293
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": -90.56230926513672
+                }
+            ]
+        },
+        "Instance_[151085810973118]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.012991905212402344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.12267780303955078
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[151098695875006]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.012990951538085938
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.6380491256713867
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[151111580776894]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": 0.009919166564941406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 1.1603970527648926
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[199729637469945]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.03495216369628906
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.7333807945251465
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[199742522371833]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0780773162841797
+                }
+            ]
+        },
+        "Instance_[246003615117049]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.03726387023925781
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.3625946044921875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.7333807945251465
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[246016500018937]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000667572021484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": 0.9139518737792968
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.7333807945251465
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[246046564790009]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -1.0234107971191406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.2678532600402832
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[246059449691897]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -1.0109310150146484
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.535362720489502
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[246072334593785]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -0.5426626205444336
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/2",
+                    "value": 0.7259173393249512
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 103.60779571533205
+                }
+            ]
+        },
+        "Instance_[292719974395641]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.012991905212402344
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.3969192504882813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/UniformScale",
+                    "value": 1.2999999523162842
+                }
+            ]
+        },
+        "Instance_[292732859297529]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.00000667572021484375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.8554468154907227
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[292737154264825]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": 0.015085220336914064
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -0.8785972595214844
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/2",
+                    "value": 0.6240549087524414
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[5907326433726]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseRack.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[15832779900574876777]/Parent Entity",
+                    "value": "../Entity_[339393384001273]"
+                }
+            ]
+        },
+        "Instance_[5915916368318]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox3.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Translate/1",
+                    "value": -1.0401535034179688
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[4983371344376764259]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[5920211335614]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox2.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Parent Entity",
+                    "value": "../Entity_[339376204132089]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/0",
+                    "value": -0.0000057220458984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Translate/1",
+                    "value": -1.286153793334961
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6674651583343491819]/Transform Data/Rotate/2",
+                    "value": 89.99993133544922
+                }
+            ]
+        },
+        "Instance_[5971750943166]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[5984635845054]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[5997520746942]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[6010405648830]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                }
+            ]
+        },
+        "Instance_[6023290550718]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -1.0564453601837158
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6027585518014]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339380499099385]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5310425758361816
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265243530273438
+                }
+            ]
+        },
+        "Instance_[6096304994750]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.000047206878662109375
+                }
+            ]
+        },
+        "Instance_[6100599962046]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5281124114990234
+                }
+            ]
+        },
+        "Instance_[6104894929342]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -0.0030574798583984375
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.009984016418457031
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265253067016602
+                }
+            ]
+        },
+        "Instance_[6109189896638]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": -9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 0.5353879928588867
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265253067016602
+                }
+            ]
+        },
+        "Instance_[6117779831230]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/0",
+                    "value": 0.002246856689453125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": -0.5288867950439453
+                }
+            ]
+        },
+        "Instance_[6126369765822]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0663833618164065
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/2",
+                    "value": 0.7265253067016602
+                }
+            ]
+        },
+        "Instance_[6134959700414]": {
+            "Source": "Prefabs/Warehouse_storage/Components/WarehouseBox1.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Parent Entity",
+                    "value": "../Entity_[339389089033977]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[11645621937081874484]/Transform Data/Translate/1",
+                    "value": 1.0520672798156738
+                }
+            ]
+        }
+    }
+}

+ 374 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab

@@ -0,0 +1,374 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Ceiling_Lamp",
+        "Components": {
+            "Component_[10245596801852125595]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 10245596801852125595
+            },
+            "Component_[11529753164236804200]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 11529753164236804200,
+                "Child Entity Order": [
+                    "Entity_[42005323915901]"
+                ]
+            },
+            "Component_[15391605485530677401]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 15391605485530677401
+            },
+            "Component_[1711088378015738756]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 1711088378015738756
+            },
+            "Component_[18373186476746720362]": {
+                "$type": "EditorLockComponent",
+                "Id": 18373186476746720362
+            },
+            "Component_[3978556724791414518]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 3978556724791414518
+            },
+            "Component_[6924852452078552332]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 6924852452078552332
+            },
+            "Component_[6945026850029702537]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 6945026850029702537,
+                "Parent Entity": ""
+            },
+            "Component_[7080586641102672820]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 7080586641102672820
+            },
+            "Component_[9012587646807329589]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 9012587646807329589
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[160675420873135]": {
+            "Id": "Entity_[160675420873135]",
+            "Name": "env_light",
+            "Components": {
+                "Component_[1095037194436951656]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1095037194436951656
+                },
+                "Component_[12212508019327560574]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 12212508019327560574,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Intensity": 5.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 5.0,
+                            "InnerShutterAngleDegrees": 0.5,
+                            "OuterShutterAngleDegrees": 90.0
+                        }
+                    }
+                },
+                "Component_[13594745669572308455]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 13594745669572308455
+                },
+                "Component_[14818294980584958136]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14818294980584958136
+                },
+                "Component_[16422995096029274413]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 16422995096029274413,
+                    "ShapeColor": [
+                        1.0,
+                        1.0,
+                        1.0,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 2.0,
+                            "Height": 2.0
+                        }
+                    }
+                },
+                "Component_[18241054055546400954]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 18241054055546400954,
+                    "Parent Entity": "Entity_[42005323915901]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            -0.2489767074584961
+                        ]
+                    }
+                },
+                "Component_[18361209374708119339]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 18361209374708119339
+                },
+                "Component_[4809116713956597316]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4809116713956597316
+                },
+                "Component_[5955608983902780874]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5955608983902780874
+                },
+                "Component_[7245391332595000583]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 7245391332595000583
+                },
+                "Component_[8728350275649358967]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8728350275649358967
+                }
+            }
+        },
+        "Entity_[42005323915901]": {
+            "Id": "Entity_[42005323915901]",
+            "Name": "Lamp",
+            "Components": {
+                "Component_[10433351174427488304]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10433351174427488304
+                },
+                "Component_[15546801961949950021]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15546801961949950021
+                },
+                "Component_[2149643350865716350]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 2149643350865716350,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 9212702534469447939
+                        },
+                        {
+                            "ComponentId": 9192240289926040100,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 4707032566733302797,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[4174353651964271324]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 4174353651964271324
+                },
+                "Component_[7344109585285783823]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 7344109585285783823
+                },
+                "Component_[7800871885805792057]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7800871885805792057
+                },
+                "Component_[87392024380415706]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 87392024380415706
+                },
+                "Component_[8840187727537637682]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 8840187727537637682,
+                    "Child Entity Order": [
+                        "Entity_[5307646330990]",
+                        "Entity_[160675420873135]",
+                        "Entity_[6054970640494]"
+                    ]
+                },
+                "Component_[9212702534469447939]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 9212702534469447939,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "Translate": [
+                            0.000194549560546875,
+                            0.0,
+                            -0.15626239776611328
+                        ]
+                    }
+                }
+            }
+        },
+        "Entity_[5307646330990]": {
+            "Id": "Entity_[5307646330990]",
+            "Name": "ceiling_light",
+            "Components": {
+                "Component_[10859140407872365140]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 10859140407872365140
+                },
+                "Component_[13731661953046902460]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 13731661953046902460
+                },
+                "Component_[14095203236477292142]": {
+                    "$type": "EditorSphereShapeComponent",
+                    "Id": 14095203236477292142,
+                    "ShapeColor": [
+                        1.0,
+                        1.0,
+                        1.0,
+                        1.0
+                    ],
+                    "SphereShape": {
+                        "Configuration": {
+                            "Radius": 0.029999999329447746
+                        }
+                    }
+                },
+                "Component_[15575290374250860903]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 15575290374250860903
+                },
+                "Component_[17872668602620376766]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17872668602620376766
+                },
+                "Component_[2552862801861524968]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 2552862801861524968,
+                    "Parent Entity": "Entity_[42005323915901]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            -0.02852153778076172
+                        ]
+                    }
+                },
+                "Component_[3121686923304820688]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 3121686923304820688
+                },
+                "Component_[4642371311765310759]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 4642371311765310759
+                },
+                "Component_[7712919482358354702]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7712919482358354702
+                },
+                "Component_[8006897901341233975]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 8006897901341233975,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 1,
+                            "Intensity": 1800.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 40.0,
+                            "Enable Shadow": true,
+                            "Shadow Bias": 0.0,
+                            "Shadowmap Max Size": "Size1024",
+                            "Shadow Filter Method": 1,
+                            "Filtering Sample Count": 64,
+                            "Esm Exponent": 5000.0,
+                            "Affects GI Factor": 0.5
+                        }
+                    }
+                },
+                "Component_[9787204896455568909]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9787204896455568909
+                }
+            }
+        },
+        "Entity_[6054970640494]": {
+            "Id": "Entity_[6054970640494]",
+            "Name": "visualization",
+            "Components": {
+                "Component_[10245917570445536681]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 10245917570445536681,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{EF5EE945-8A4F-578E-8AF5-2D545FA4CDEE}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules_lamps.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[13711156314834457753]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 13711156314834457753
+                },
+                "Component_[13844692110194742612]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13844692110194742612
+                },
+                "Component_[15144070127243894639]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15144070127243894639
+                },
+                "Component_[1837809902842540881]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1837809902842540881
+                },
+                "Component_[4260683163372610636]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 4260683163372610636,
+                    "Parent Entity": "Entity_[42005323915901]",
+                    "Transform Data": {
+                        "Translate": [
+                            0.0,
+                            0.0,
+                            3.076399803161621
+                        ]
+                    }
+                },
+                "Component_[5358824814273034731]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 5358824814273034731
+                },
+                "Component_[6064469414509333698]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 6064469414509333698
+                },
+                "Component_[6256847300790247066]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 6256847300790247066,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{3FE74ABC-001D-5AA5-ADBE-20F0964178DD}",
+                                    "subId": 277792031
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_ceiling_lamp.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[6504290940901161997]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 6504290940901161997
+                },
+                "Component_[9998410925299025289]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9998410925299025289
+                }
+            }
+        }
+    }
+}

+ 143 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Storage_GI_light.prefab

@@ -0,0 +1,143 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Storage_GI_light",
+        "Components": {
+            "Component_[1197716680588779752]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 1197716680588779752,
+                "Parent Entity": ""
+            },
+            "Component_[12011346916415450433]": {
+                "$type": "EditorLockComponent",
+                "Id": 12011346916415450433
+            },
+            "Component_[12839271711641706862]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 12839271711641706862
+            },
+            "Component_[13904961260999914303]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 13904961260999914303
+            },
+            "Component_[14188335133076606871]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 14188335133076606871
+            },
+            "Component_[15513087110857357610]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 15513087110857357610
+            },
+            "Component_[4853330697555363780]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 4853330697555363780
+            },
+            "Component_[5205842638836526188]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 5205842638836526188
+            },
+            "Component_[6022043736301495748]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 6022043736301495748,
+                "Child Entity Order": [
+                    "Entity_[23137339648394]"
+                ]
+            },
+            "Component_[8485791638837304629]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 8485791638837304629
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[23137339648394]": {
+            "Id": "Entity_[23137339648394]",
+            "Name": "Storage",
+            "Components": {
+                "Component_[1193138643175768883]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1193138643175768883
+                },
+                "Component_[12356059007771941610]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12356059007771941610
+                },
+                "Component_[14236052505126209256]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 14236052505126209256,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Color": [
+                                0.9392080307006836,
+                                0.7043716907501221,
+                                0.40625619888305664
+                            ],
+                            "Intensity": 20.0,
+                            "AttenuationRadius": 12.10598087310791,
+                            "Affects GI Factor": 2.0
+                        }
+                    }
+                },
+                "Component_[15533668683364229856]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15533668683364229856,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[15716882828909872893]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 15716882828909872893,
+                    "ShapeColor": [
+                        0.9392080307006836,
+                        0.7043716907501221,
+                        0.40625619888305664,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 7.0,
+                            "Height": 2.0
+                        }
+                    }
+                },
+                "Component_[16135131301292378708]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16135131301292378708
+                },
+                "Component_[16842550920940487676]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16842550920940487676,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 15533668683364229856
+                        },
+                        {
+                            "ComponentId": 15716882828909872893,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 14236052505126209256,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16990091724604547324]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16990091724604547324
+                },
+                "Component_[3337866554727130844]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3337866554727130844
+                },
+                "Component_[3812060304642407129]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3812060304642407129
+                },
+                "Component_[9714075352577618449]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9714075352577618449
+                }
+            }
+        }
+    }
+}

+ 139 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Components/Wall_GI.prefab

@@ -0,0 +1,139 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "wall_GI",
+        "Components": {
+            "Component_[13192832100143011963]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 13192832100143011963,
+                "Parent Entity": ""
+            },
+            "Component_[15343094178484238124]": {
+                "$type": "EditorLockComponent",
+                "Id": 15343094178484238124
+            },
+            "Component_[2182149762064494600]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 2182149762064494600,
+                "Child Entity Order": [
+                    "Entity_[138630885591220]"
+                ]
+            },
+            "Component_[2433666679018507349]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 2433666679018507349
+            },
+            "Component_[2577469285458830003]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 2577469285458830003
+            },
+            "Component_[3507041328366343926]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 3507041328366343926
+            },
+            "Component_[7509705107997284384]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 7509705107997284384
+            },
+            "Component_[7866470093264751836]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 7866470093264751836
+            },
+            "Component_[8260662504144489503]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 8260662504144489503
+            },
+            "Component_[8790818600500598292]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 8790818600500598292
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[138630885591220]": {
+            "Id": "Entity_[138630885591220]",
+            "Name": "wall",
+            "Components": {
+                "Component_[1193138643175768883]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1193138643175768883
+                },
+                "Component_[12356059007771941610]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12356059007771941610
+                },
+                "Component_[14236052505126209256]": {
+                    "$type": "AZ::Render::EditorAreaLightComponent",
+                    "Id": 14236052505126209256,
+                    "Controller": {
+                        "Configuration": {
+                            "LightType": 4,
+                            "Intensity": 20.0,
+                            "AttenuationRadiusMode": 0,
+                            "AttenuationRadius": 8.0,
+                            "Affects GI Factor": 2.0
+                        }
+                    }
+                },
+                "Component_[15533668683364229856]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15533668683364229856,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[15716882828909872893]": {
+                    "$type": "LmbrCentral::EditorQuadShapeComponent",
+                    "Id": 15716882828909872893,
+                    "ShapeColor": [
+                        1.0,
+                        1.0,
+                        1.0,
+                        1.0
+                    ],
+                    "QuadShape": {
+                        "Configuration": {
+                            "Width": 9.0,
+                            "Height": 2.0
+                        }
+                    }
+                },
+                "Component_[16135131301292378708]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 16135131301292378708
+                },
+                "Component_[16842550920940487676]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 16842550920940487676,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 15533668683364229856
+                        },
+                        {
+                            "ComponentId": 15716882828909872893,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 14236052505126209256,
+                            "SortIndex": 2
+                        }
+                    ]
+                },
+                "Component_[16990091724604547324]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16990091724604547324
+                },
+                "Component_[3337866554727130844]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3337866554727130844
+                },
+                "Component_[3812060304642407129]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3812060304642407129
+                },
+                "Component_[9714075352577618449]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9714075352577618449
+                }
+            }
+        }
+    }
+}

+ 217 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Floor.prefab

@@ -0,0 +1,217 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Warehouse_Floor",
+        "Components": {
+            "Component_[12785761987451143973]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 12785761987451143973
+            },
+            "Component_[13730770129766598217]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 13730770129766598217,
+                "Parent Entity": ""
+            },
+            "Component_[16295705080434710865]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 16295705080434710865
+            },
+            "Component_[16901671577944154159]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 16901671577944154159
+            },
+            "Component_[17249279548863263022]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 17249279548863263022
+            },
+            "Component_[1791439467711754379]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 1791439467711754379
+            },
+            "Component_[3609019499553012973]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 3609019499553012973,
+                "Child Entity Order": [
+                    "Entity_[376147448073284]"
+                ]
+            },
+            "Component_[4741442095697366075]": {
+                "$type": "EditorLockComponent",
+                "Id": 4741442095697366075
+            },
+            "Component_[614235125227961100]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 614235125227961100
+            },
+            "Component_[8981860411036476398]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 8981860411036476398
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[376147448073284]": {
+            "Id": "Entity_[376147448073284]",
+            "Name": "Floor",
+            "Components": {
+                "Component_[1135257540279470878]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 1135257540279470878,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{4687EDB6-F57B-592A-8451-4A41BD678D9A}",
+                                    "subId": 270838499
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_floor.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[11910542729220429952]": {
+                    "$type": "EditorNonUniformScaleComponent",
+                    "Id": 11910542729220429952,
+                    "NonUniformScale": [
+                        0.9850000143051147,
+                        0.8100000023841858,
+                        1.0
+                    ]
+                },
+                "Component_[12130024678701540467]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12130024678701540467
+                },
+                "Component_[12796548754776393819]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12796548754776393819,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 4070093678589085014
+                        },
+                        {
+                            "ComponentId": 5344339738119561654,
+                            "SortIndex": 1
+                        },
+                        {
+                            "ComponentId": 1135257540279470878,
+                            "SortIndex": 2
+                        },
+                        {
+                            "ComponentId": 7914861898027098419,
+                            "SortIndex": 3
+                        },
+                        {
+                            "ComponentId": 13299402086043239524,
+                            "SortIndex": 4
+                        }
+                    ]
+                },
+                "Component_[13150841160273927131]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13150841160273927131
+                },
+                "Component_[13299402086043239524]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 13299402086043239524,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseFloor"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{4687EDB6-F57B-592A-8451-4A41BD678D9A}",
+                                    "subId": 2070809848
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_floor.pxmesh"
+                            },
+                            "Configuration": {
+                                "Scale": [
+                                    0.9850000143051147,
+                                    0.8100000023841858,
+                                    1.0
+                                ],
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{4687EDB6-F57B-592A-8451-4A41BD678D9A}",
+                                        "subId": 2070809848
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_floor.pxmesh"
+                                }
+                            }
+                        },
+                        "HasNonUniformScale": true
+                    },
+                    "HasNonUniformScale": true
+                },
+                "Component_[17647558825107464022]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17647558825107464022
+                },
+                "Component_[3487459217529988418]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 3487459217529988418
+                },
+                "Component_[4070093678589085014]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 4070093678589085014,
+                    "Parent Entity": "ContainerEntity",
+                    "Transform Data": {
+                        "Translate": [
+                            0.8478307723999023,
+                            0.24125289916992188,
+                            0.0
+                        ]
+                    }
+                },
+                "Component_[5344339738119561654]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 5344339738119561654
+                },
+                "Component_[6101940779767884655]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 6101940779767884655
+                },
+                "Component_[6406039108223992368]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6406039108223992368
+                },
+                "Component_[7914861898027098419]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 7914861898027098419,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 2584905556
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{67470786-4A32-5D05-9EE2-73060764DC1D}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousefloor.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[836181072854470107]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 836181072854470107
+                }
+            }
+        }
+    }
+}

+ 1526 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Roof.prefab

@@ -0,0 +1,1526 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Warehouse_Roof",
+        "Components": {
+            "Component_[11717146280804731117]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 11717146280804731117
+            },
+            "Component_[14702950922314264420]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 14702950922314264420
+            },
+            "Component_[3274981898203187592]": {
+                "$type": "EditorLockComponent",
+                "Id": 3274981898203187592
+            },
+            "Component_[3972712270344311677]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 3972712270344311677,
+                "Child Entity Order": [
+                    "Entity_[372350696983620]"
+                ]
+            },
+            "Component_[4581293085890052798]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 4581293085890052798,
+                "Parent Entity": ""
+            },
+            "Component_[6309286408856347534]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 6309286408856347534
+            },
+            "Component_[7574275747264505285]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 7574275747264505285
+            },
+            "Component_[8578370547218809002]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 8578370547218809002
+            },
+            "Component_[9449821809272091050]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 9449821809272091050
+            },
+            "Component_[9872074181061435246]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 9872074181061435246
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[372102589840745]": {
+            "Id": "Entity_[372102589840745]",
+            "Name": "GI",
+            "Components": {
+                "Component_[12108912945022556939]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12108912945022556939
+                },
+                "Component_[12396088050775600309]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 12396088050775600309
+                },
+                "Component_[13725020903289063450]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 13725020903289063450,
+                    "Parent Entity": "Entity_[372333517114436]"
+                },
+                "Component_[14735622265906696355]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 14735622265906696355,
+                    "Child Entity Order": [
+                        "Entity_[71229578283278]",
+                        "Instance_[372106884808041]/ContainerEntity",
+                        "Instance_[379056141892969]/ContainerEntity",
+                        "Instance_[379043256991081]/ContainerEntity",
+                        "Instance_[379030372089193]/ContainerEntity",
+                        "Instance_[379090501631337]/ContainerEntity",
+                        "Instance_[383905159970153]/ContainerEntity",
+                        "Instance_[379069026794857]/ContainerEntity",
+                        "Instance_[379073321762153]/ContainerEntity",
+                        "Instance_[379017487187305]/ContainerEntity",
+                        "Instance_[379086206664041]/ContainerEntity",
+                        "Instance_[379077616729449]/ContainerEntity",
+                        "Instance_[379081911696745]/ContainerEntity",
+                        "Instance_[379004602285417]/ContainerEntity",
+                        "Instance_[383918044872041]/ContainerEntity"
+                    ]
+                },
+                "Component_[14845953584109227989]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 14845953584109227989
+                },
+                "Component_[17050029216838975748]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17050029216838975748
+                },
+                "Component_[17900050837813429935]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17900050837813429935
+                },
+                "Component_[6353241986572028436]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 6353241986572028436
+                },
+                "Component_[8336468672217053778]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 8336468672217053778
+                }
+            }
+        },
+        "Entity_[372316337245252]": {
+            "Id": "Entity_[372316337245252]",
+            "Name": "row6",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            -31.160919189453125,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[42121288032893]/ContainerEntity",
+                        "Instance_[42112698098301]/ContainerEntity",
+                        "Instance_[42116993065597]/ContainerEntity",
+                        "Instance_[42172827640445]/ContainerEntity",
+                        "Instance_[42164237705853]/ContainerEntity",
+                        "Instance_[42168532673149]/ContainerEntity",
+                        "Instance_[42224367247997]/ContainerEntity",
+                        "Instance_[42215777313405]/ContainerEntity",
+                        "Instance_[42220072280701]/ContainerEntity",
+                        "Instance_[42275906855549]/ContainerEntity",
+                        "Instance_[42267316920957]/ContainerEntity",
+                        "Instance_[42271611888253]/ContainerEntity",
+                        "Instance_[42327446463101]/ContainerEntity",
+                        "Instance_[42318856528509]/ContainerEntity",
+                        "Instance_[42323151495805]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372320632212548]": {
+            "Id": "Entity_[372320632212548]",
+            "Name": "row2",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            8.827146530151367,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[42121288032893]/ContainerEntity",
+                        "Instance_[42112698098301]/ContainerEntity",
+                        "Instance_[42116993065597]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372324927179844]": {
+            "Id": "Entity_[372324927179844]",
+            "Name": "row1",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            17.07560157775879,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[7684319373153]/ContainerEntity",
+                        "Instance_[7675729438561]/ContainerEntity",
+                        "Instance_[7680024405857]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372329222147140]": {
+            "Id": "Entity_[372329222147140]",
+            "Name": "row5",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            -21.213319778442383,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[42121288032893]/ContainerEntity",
+                        "Instance_[42112698098301]/ContainerEntity",
+                        "Instance_[42116993065597]/ContainerEntity",
+                        "Instance_[42172827640445]/ContainerEntity",
+                        "Instance_[42164237705853]/ContainerEntity",
+                        "Instance_[42168532673149]/ContainerEntity",
+                        "Instance_[42224367247997]/ContainerEntity",
+                        "Instance_[42215777313405]/ContainerEntity",
+                        "Instance_[42220072280701]/ContainerEntity",
+                        "Instance_[42275906855549]/ContainerEntity",
+                        "Instance_[42267316920957]/ContainerEntity",
+                        "Instance_[42271611888253]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372333517114436]": {
+            "Id": "Entity_[372333517114436]",
+            "Name": "Lights",
+            "Components": {
+                "Component_[10986098954968295878]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10986098954968295878
+                },
+                "Component_[11901749182025327972]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11901749182025327972,
+                    "Parent Entity": "Entity_[372350696983620]",
+                    "Transform Data": {
+                        "Translate": [
+                            28.637195587158203,
+                            -7.540553092956543,
+                            -1.9806101322174072
+                        ]
+                    }
+                },
+                "Component_[1685220300737509820]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 1685220300737509820
+                },
+                "Component_[18212935934052258424]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 18212935934052258424
+                },
+                "Component_[3514887250984985573]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 3514887250984985573,
+                    "Child Entity Order": [
+                        "Entity_[372324927179844]",
+                        "Entity_[372320632212548]",
+                        "Entity_[372346402016324]",
+                        "Entity_[372337812081732]",
+                        "Entity_[372329222147140]",
+                        "Entity_[372316337245252]",
+                        "Entity_[372102589840745]"
+                    ]
+                },
+                "Component_[3801970221126031042]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 3801970221126031042
+                },
+                "Component_[4764108266284292865]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4764108266284292865
+                },
+                "Component_[9416731180903450407]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9416731180903450407
+                },
+                "Component_[9949866120966122803]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9949866120966122803
+                }
+            }
+        },
+        "Entity_[372337812081732]": {
+            "Id": "Entity_[372337812081732]",
+            "Name": "row4",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            -11.207353591918945,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[42121288032893]/ContainerEntity",
+                        "Instance_[42112698098301]/ContainerEntity",
+                        "Instance_[42116993065597]/ContainerEntity",
+                        "Instance_[42172827640445]/ContainerEntity",
+                        "Instance_[42164237705853]/ContainerEntity",
+                        "Instance_[42168532673149]/ContainerEntity",
+                        "Instance_[42224367247997]/ContainerEntity",
+                        "Instance_[42215777313405]/ContainerEntity",
+                        "Instance_[42220072280701]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372342107049028]": {
+            "Id": "Entity_[372342107049028]",
+            "Name": "Ceiling",
+            "Components": {
+                "Component_[10235758443571662435]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10235758443571662435,
+                    "Parent Entity": "Entity_[372350696983620]"
+                },
+                "Component_[11710239440016138198]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 11710239440016138198
+                },
+                "Component_[12380856149042228567]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12380856149042228567
+                },
+                "Component_[12907286452983293379]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 12907286452983293379
+                },
+                "Component_[15076177949597653857]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15076177949597653857
+                },
+                "Component_[3499273447026786505]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3499273447026786505
+                },
+                "Component_[3823168380999278223]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 3823168380999278223,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{C8DB7BC9-31FC-5548-9E7A-CE1A886BE5E4}",
+                                    "subId": 277880160
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_ceiling.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[5394089585515082464]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 5394089585515082464
+                },
+                "Component_[6818003535569614684]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 6818003535569614684
+                },
+                "Component_[6833420480095665924]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 6833420480095665924
+                },
+                "Component_[8213000083583143141]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 8213000083583143141,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{4D881031-88E9-5300-B525-6F6E35182D97}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules_roof.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "Entity_[372346402016324]": {
+            "Id": "Entity_[372346402016324]",
+            "Name": "row3",
+            "Components": {
+                "Component_[10311219420704440311]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10311219420704440311
+                },
+                "Component_[10613465856665953947]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 10613465856665953947
+                },
+                "Component_[1099445320312667240]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 1099445320312667240
+                },
+                "Component_[11553853199545380956]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11553853199545380956,
+                    "Parent Entity": "Entity_[372333517114436]",
+                    "Transform Data": {
+                        "Translate": [
+                            -1.1725715398788452,
+                            8.14289379119873,
+                            9.125040054321289
+                        ]
+                    }
+                },
+                "Component_[15291901364082073937]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 15291901364082073937
+                },
+                "Component_[17384941475010859956]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17384941475010859956
+                },
+                "Component_[17889284555767441878]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17889284555767441878
+                },
+                "Component_[6748173508085193281]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6748173508085193281,
+                    "Child Entity Order": [
+                        "Instance_[42121288032893]/ContainerEntity",
+                        "Instance_[42112698098301]/ContainerEntity",
+                        "Instance_[42116993065597]/ContainerEntity",
+                        "Instance_[42172827640445]/ContainerEntity",
+                        "Instance_[42164237705853]/ContainerEntity",
+                        "Instance_[42168532673149]/ContainerEntity"
+                    ]
+                },
+                "Component_[7432015336954531022]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 7432015336954531022
+                }
+            }
+        },
+        "Entity_[372350696983620]": {
+            "Id": "Entity_[372350696983620]",
+            "Name": "Roof",
+            "Components": {
+                "Component_[11897281651755581940]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11897281651755581940
+                },
+                "Component_[13929733457951358484]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 13929733457951358484
+                },
+                "Component_[14449426647190231543]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 14449426647190231543
+                },
+                "Component_[15564134635072402401]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 15564134635072402401
+                },
+                "Component_[17106305311624608125]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 17106305311624608125,
+                    "Child Entity Order": [
+                        "Entity_[372333517114436]",
+                        "Entity_[372342107049028]"
+                    ]
+                },
+                "Component_[2185243914678739866]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 2185243914678739866,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 4075839978245151462
+                        }
+                    ]
+                },
+                "Component_[4075839978245151462]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 4075839978245151462,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[8022660110480589526]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8022660110480589526
+                },
+                "Component_[9956857898130168105]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 9956857898130168105
+                }
+            }
+        },
+        "Entity_[71229578283278]": {
+            "Id": "Entity_[71229578283278]",
+            "Name": "Diffuse_Probe_Grid",
+            "Components": {
+                "Component_[10308599564098416545]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10308599564098416545
+                },
+                "Component_[10881479552903226344]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 10881479552903226344
+                },
+                "Component_[11565677356361031789]": {
+                    "$type": "EditorBoxShapeComponent",
+                    "Id": 11565677356361031789,
+                    "Visible": false,
+                    "BoxShape": {
+                        "Configuration": {
+                            "Dimensions": [
+                                62.0,
+                                22.0,
+                                12.0
+                            ]
+                        }
+                    }
+                },
+                "Component_[12442620377381822784]": {
+                    "$type": "AZ::Render::EditorDiffuseProbeGridComponent",
+                    "Id": 12442620377381822784,
+                    "Controller": {
+                        "Configuration": {
+                            "Extents": [
+                                62.0,
+                                22.0,
+                                12.0
+                            ],
+                            "AmbientMultiplier": 0.20000000298023224,
+                            "ViewBias": 0.6299999952316284,
+                            "NormalBias": 0.09000000357627869,
+                            "NumRaysPerProbe": 6,
+                            "FrameUpdateCount": 10,
+                            "BakedIrradianceTextureRelativePath": "DiffuseProbeGrids/Diffuse_Probe_Grid_1EBFD2D8-93F3-4449-878A-C0291BA3C7E3_Irradiance_lutrgba16f.dds",
+                            "BakedDistanceTextureRelativePath": "DiffuseProbeGrids/Diffuse_Probe_Grid_3F63628F-3208-41F5-BD34-677A496381EE_Distance_lutrg32f.dds",
+                            "BakedProbeDataTextureRelativePath": "DiffuseProbeGrids/Diffuse_Probe_Grid_47352905-8103-47CF-9818-F19ED3597305_ProbeData_lutrgba16f.dds",
+                            "BakedIrradianceTextureAsset": {
+                                "assetId": {
+                                    "guid": "{156706A8-F151-5CBF-820A-4B56BB3C016D}",
+                                    "subId": 1000
+                                },
+                                "assetHint": "diffuseprobegrids/diffuse_probe_grid_1ebfd2d8-93f3-4449-878a-c0291ba3c7e3_irradiance_lutrgba16f.dds.streamingimage"
+                            },
+                            "BakedDistanceTextureAsset": {
+                                "assetId": {
+                                    "guid": "{006C1604-C8DA-5923-9C96-F082168388E4}",
+                                    "subId": 1000
+                                },
+                                "assetHint": "diffuseprobegrids/diffuse_probe_grid_3f63628f-3208-41f5-bd34-677a496381ee_distance_lutrg32f.dds.streamingimage"
+                            },
+                            "BakedProbeDataTextureAsset": {
+                                "assetId": {
+                                    "guid": "{3207C145-424A-5111-820A-A09B4D319DDB}",
+                                    "subId": 1000
+                                },
+                                "assetHint": "diffuseprobegrids/diffuse_probe_grid_47352905-8103-47cf-9818-f19ed3597305_probedata_lutrgba16f.dds.streamingimage"
+                            },
+                            "VisualizationShowInactiveProbes": true
+                        }
+                    },
+                    "ambientMultiplier": 0.20000000298023224,
+                    "viewBias": 0.6299999952316284,
+                    "normalBias": 0.09000000357627869,
+                    "numRaysPerProbe": 6,
+                    "frameUpdateCount": 10,
+                    "showInactiveProbes": true
+                },
+                "Component_[12475620659785731834]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 12475620659785731834
+                },
+                "Component_[14858834917892295691]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 14858834917892295691
+                },
+                "Component_[15618394151388159302]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15618394151388159302,
+                    "Parent Entity": "Entity_[372102589840745]",
+                    "Transform Data": {
+                        "Translate": [
+                            -8.78240966796875,
+                            8.074762344360352,
+                            6.547865867614746
+                        ]
+                    }
+                },
+                "Component_[16370221188325776121]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 16370221188325776121
+                },
+                "Component_[18349399000808978574]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 18349399000808978574
+                },
+                "Component_[18381635255069232652]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 18381635255069232652
+                },
+                "Component_[6608027017492800694]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 6608027017492800694
+                }
+            }
+        }
+    },
+    "Instances": {
+        "Instance_[372106884808041]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": 18.672874450683594
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379004602285417]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": 8.695465087890625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379017487187305]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -0.9611320495605468
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379030372089193]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -11.14780616760254
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379043256991081]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -21.102249145507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379056141892969]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -31.242164611816406
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": -1.43389892578125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 17.34310531616211
+                }
+            ]
+        },
+        "Instance_[379069026794857]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": 8.695465087890625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[379073321762153]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -0.9611339569091796
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[379077616729449]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -11.14780616760254
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[379081911696745]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": 18.672870635986328
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[379086206664041]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -31.24216079711914
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[379090501631337]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -21.102249145507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 18.035842895507813
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 7.073646545410156
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": -17.85944175720215
+                }
+            ]
+        },
+        "Instance_[383905159970153]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": 19.8397216796875
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 8.162531852722168
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 8.231513023376465
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 0.00000822122638055589
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/1",
+                    "value": 20.828462600708008
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/2",
+                    "value": 89.99995422363281
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/UniformScale",
+                    "value": 1.5
+                }
+            ]
+        },
+        "Instance_[383918044872041]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Wall_GI.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Parent Entity",
+                    "value": "../Entity_[372102589840745]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/0",
+                    "value": -37.103424072265625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/1",
+                    "value": 8.162531852722168
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Translate/2",
+                    "value": 8.231513023376465
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/0",
+                    "value": 0.000004550475750875194
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/1",
+                    "value": -20.26268768310547
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/Rotate/2",
+                    "value": 89.99994659423828
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[13192832100143011963]/Transform Data/UniformScale",
+                    "value": 1.5
+                }
+            ]
+        },
+        "Instance_[42112698098301]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372320632212548]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.477227210998535
+                }
+            ]
+        },
+        "Instance_[42116993065597]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372320632212548]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.444989204406738
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": -0.0096588134765625
+                }
+            ]
+        },
+        "Instance_[42121288032893]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372320632212548]"
+                }
+            ]
+        },
+        "Instance_[42164237705853]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372346402016324]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.426568031311035
+                }
+            ]
+        },
+        "Instance_[42168532673149]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372346402016324]"
+                }
+            ]
+        },
+        "Instance_[42172827640445]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372346402016324]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.480495452880859
+                }
+            ]
+        },
+        "Instance_[42215777313405]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372337812081732]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.418001174926758
+                }
+            ]
+        },
+        "Instance_[42220072280701]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372337812081732]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.496318817138672
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": -0.004523277282714844
+                }
+            ]
+        },
+        "Instance_[42224367247997]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372337812081732]"
+                }
+            ]
+        },
+        "Instance_[42267316920957]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372329222147140]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/0",
+                    "value": 0.004425048828125
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.498147964477539
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": 0.007918357849121094
+                }
+            ]
+        },
+        "Instance_[42271611888253]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372329222147140]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/0",
+                    "value": 0.02536773681640625
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.447552680969238
+                }
+            ]
+        },
+        "Instance_[42275906855549]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372329222147140]"
+                }
+            ]
+        },
+        "Instance_[42318856528509]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372316337245252]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/0",
+                    "value": -9.5367431640625e-7
+                }
+            ]
+        },
+        "Instance_[42323151495805]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372316337245252]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/0",
+                    "value": -0.009557723999023438
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.452919960021973
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": 0.006000518798828125
+                }
+            ]
+        },
+        "Instance_[42327446463101]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372316337245252]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/0",
+                    "value": -9.5367431640625e-7
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.520071983337402
+                }
+            ]
+        },
+        "Instance_[7675729438561]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372324927179844]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": -7.499316215515137
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": -0.002166748046875
+                }
+            ]
+        },
+        "Instance_[7680024405857]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372324927179844]"
+                }
+            ]
+        },
+        "Instance_[7684319373153]": {
+            "Source": "Prefabs/Warehouse_structural/Components/Ceiling_Lamp.prefab",
+            "Patches": [
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Parent Entity",
+                    "value": "../Entity_[372324927179844]"
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/1",
+                    "value": 7.447383880615234
+                },
+                {
+                    "op": "replace",
+                    "path": "/ContainerEntity/Components/Component_[6945026850029702537]/Transform Data/Translate/2",
+                    "value": -0.0022640228271484375
+                }
+            ]
+        }
+    }
+}

+ 1119 - 0
Gems/WarehouseAssets/Assets/Prefabs/Warehouse_structural/Warehouse_Walls.prefab

@@ -0,0 +1,1119 @@
+{
+    "ContainerEntity": {
+        "Id": "ContainerEntity",
+        "Name": "Warehouse_Walls",
+        "Components": {
+            "Component_[11130047813806589549]": {
+                "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                "Id": 11130047813806589549,
+                "Parent Entity": ""
+            },
+            "Component_[16493500619402072926]": {
+                "$type": "EditorInspectorComponent",
+                "Id": 16493500619402072926
+            },
+            "Component_[17240528618589589854]": {
+                "$type": "EditorVisibilityComponent",
+                "Id": 17240528618589589854
+            },
+            "Component_[17714208687234119446]": {
+                "$type": "EditorLockComponent",
+                "Id": 17714208687234119446
+            },
+            "Component_[2824298931089292190]": {
+                "$type": "EditorPrefabComponent",
+                "Id": 2824298931089292190
+            },
+            "Component_[3271201494846386483]": {
+                "$type": "EditorEntityIconComponent",
+                "Id": 3271201494846386483
+            },
+            "Component_[3781140342982968733]": {
+                "$type": "EditorOnlyEntityComponent",
+                "Id": 3781140342982968733
+            },
+            "Component_[4430844310160085149]": {
+                "$type": "EditorPendingCompositionComponent",
+                "Id": 4430844310160085149
+            },
+            "Component_[4524121326450126764]": {
+                "$type": "EditorEntitySortComponent",
+                "Id": 4524121326450126764,
+                "Child Entity Order": [
+                    "Entity_[375988534283332]"
+                ]
+            },
+            "Component_[4779908313239811206]": {
+                "$type": "EditorDisabledCompositionComponent",
+                "Id": 4779908313239811206
+            }
+        }
+    },
+    "Entities": {
+        "Entity_[368861560381088]": {
+            "Id": "Entity_[368861560381088]",
+            "Name": "Front1",
+            "Components": {
+                "Component_[10675392329055704282]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 10675392329055704282
+                },
+                "Component_[11277376333132157077]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 11277376333132157077,
+                    "Child Entity Order": [
+                        "Entity_[463080257953440]",
+                        "Entity_[375975649381444]",
+                        "Entity_[375971354414148]"
+                    ]
+                },
+                "Component_[12192685081034189143]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 12192685081034189143
+                },
+                "Component_[13472739380983823541]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 13472739380983823541
+                },
+                "Component_[17511796010133602507]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 17511796010133602507
+                },
+                "Component_[212655776334236379]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 212655776334236379
+                },
+                "Component_[3826376754495947163]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 3826376754495947163
+                },
+                "Component_[6318375458175840590]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6318375458175840590,
+                    "Parent Entity": "Entity_[375988534283332]"
+                },
+                "Component_[8686459695169801456]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 8686459695169801456
+                }
+            }
+        },
+        "Entity_[368865855348384]": {
+            "Id": "Entity_[368865855348384]",
+            "Name": "Front2",
+            "Components": {
+                "Component_[15625508061898731304]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 15625508061898731304,
+                    "Parent Entity": "Entity_[375988534283332]"
+                },
+                "Component_[17280997006571776701]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 17280997006571776701
+                },
+                "Component_[2814986339543353948]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2814986339543353948
+                },
+                "Component_[3090896649552868795]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 3090896649552868795
+                },
+                "Component_[4078029949707370992]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 4078029949707370992
+                },
+                "Component_[4936373086232838858]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 4936373086232838858
+                },
+                "Component_[4977736227609570658]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 4977736227609570658,
+                    "Child Entity Order": [
+                        "Entity_[463295006318240]",
+                        "Entity_[463290711350944]",
+                        "Entity_[375979944348740]"
+                    ]
+                },
+                "Component_[5023574651152404159]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 5023574651152404159
+                },
+                "Component_[9952495842130799677]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 9952495842130799677
+                }
+            }
+        },
+        "Entity_[375971354414148]": {
+            "Id": "Entity_[375971354414148]",
+            "Name": "Gate",
+            "Components": {
+                "Component_[10387122939797774050]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 10387122939797774050,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                    "subId": 279508339
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_gate_closed.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[12188643545659218893]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 12188643545659218893,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                        }
+                                    }
+                                },
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 745211904
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{06298918-E750-5053-B55B-10D158B1ED8C}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousegate.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[13600490855520413730]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13600490855520413730
+                },
+                "Component_[15167189095873685279]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15167189095873685279
+                },
+                "Component_[16809483465388003559]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 16809483465388003559,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseGate"
+                                },
+                                {
+                                    "Name": "MWarehouseModules"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                    "subId": 675098786
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_gate_closed.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                        "subId": 675098786
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_gate_closed.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[17614188821325671055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17614188821325671055
+                },
+                "Component_[17714278481541526192]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 17714278481541526192,
+                    "Parent Entity": "Entity_[368861560381088]"
+                },
+                "Component_[17751943132203388929]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17751943132203388929
+                },
+                "Component_[18437099534701703658]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 18437099534701703658
+                },
+                "Component_[5781546573867269447]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5781546573867269447
+                },
+                "Component_[7578485257791727565]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7578485257791727565
+                },
+                "Component_[8806906810237163444]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8806906810237163444
+                },
+                "Component_[9994022325695796853]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 9994022325695796853
+                }
+            }
+        },
+        "Entity_[375975649381444]": {
+            "Id": "Entity_[375975649381444]",
+            "Name": "Front_gate",
+            "Components": {
+                "Component_[10232715223514738948]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 10232715223514738948,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                    "subId": 279103289
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[10813453887359688918]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10813453887359688918,
+                    "Parent Entity": "Entity_[368861560381088]"
+                },
+                "Component_[11235052944295479876]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 11235052944295479876
+                },
+                "Component_[11718397946111790072]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 11718397946111790072,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[1554132197757752789]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 1554132197757752789,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseModules"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                    "subId": 3814177680
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                        "subId": 3814177680
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[18360744952719232820]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 18360744952719232820
+                },
+                "Component_[2298197826914367238]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2298197826914367238
+                },
+                "Component_[3149718320647090514]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3149718320647090514
+                },
+                "Component_[4932017064714589766]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4932017064714589766
+                },
+                "Component_[7017245480046407512]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7017245480046407512
+                },
+                "Component_[8212625672736002681]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8212625672736002681
+                },
+                "Component_[9253383058600544919]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9253383058600544919
+                },
+                "Component_[9529209697264184359]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9529209697264184359
+                }
+            }
+        },
+        "Entity_[375979944348740]": {
+            "Id": "Entity_[375979944348740]",
+            "Name": "Front_no_gates",
+            "Components": {
+                "Component_[10232715223514738948]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 10232715223514738948,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                    "subId": 269507228
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_front.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[10813453887359688918]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10813453887359688918,
+                    "Parent Entity": "Entity_[368865855348384]"
+                },
+                "Component_[11718397946111790072]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 11718397946111790072,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[18360744952719232820]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 18360744952719232820
+                },
+                "Component_[2298197826914367238]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2298197826914367238
+                },
+                "Component_[3149718320647090514]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3149718320647090514
+                },
+                "Component_[3790789121538053334]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 3790789121538053334,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseModules"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                    "subId": 2510506373
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_front.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                        "subId": 2510506373
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_walls_front.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[4417542793349551988]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 4417542793349551988
+                },
+                "Component_[4932017064714589766]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4932017064714589766
+                },
+                "Component_[7017245480046407512]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7017245480046407512
+                },
+                "Component_[8212625672736002681]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8212625672736002681
+                },
+                "Component_[9253383058600544919]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9253383058600544919
+                },
+                "Component_[9529209697264184359]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9529209697264184359
+                }
+            }
+        },
+        "Entity_[375984239316036]": {
+            "Id": "Entity_[375984239316036]",
+            "Name": "Side",
+            "Components": {
+                "Component_[10005710676042379124]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 10005710676042379124
+                },
+                "Component_[11045550270285235472]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 11045550270285235472,
+                    "Parent Entity": "Entity_[375988534283332]"
+                },
+                "Component_[11233137269717376115]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 11233137269717376115
+                },
+                "Component_[1194671260499399297]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 1194671260499399297
+                },
+                "Component_[1272056028062033004]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 1272056028062033004
+                },
+                "Component_[13229878917604329029]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 13229878917604329029
+                },
+                "Component_[15993358836289113095]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15993358836289113095
+                },
+                "Component_[17182171114698802033]": {
+                    "$type": "EditorMaterialComponent",
+                    "Id": 17182171114698802033,
+                    "Controller": {
+                        "Configuration": {
+                            "materials": [
+                                {
+                                    "Key": {
+                                        "materialSlotStableId": 103484566
+                                    },
+                                    "Value": {
+                                        "MaterialAsset": {
+                                            "assetId": {
+                                                "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                            },
+                                            "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                },
+                "Component_[3143867532230487626]": {
+                    "$type": "EditorColliderComponent",
+                    "Id": 3143867532230487626,
+                    "ColliderConfiguration": {
+                        "MaterialSlots": {
+                            "Slots": [
+                                {
+                                    "Name": "MWarehouseModules"
+                                }
+                            ]
+                        }
+                    },
+                    "ShapeConfiguration": {
+                        "PhysicsAsset": {
+                            "Asset": {
+                                "assetId": {
+                                    "guid": "{1DB458F4-42D7-5377-995B-415257F59549}",
+                                    "subId": 1364068586
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_side.pxmesh"
+                            },
+                            "Configuration": {
+                                "PhysicsAsset": {
+                                    "assetId": {
+                                        "guid": "{1DB458F4-42D7-5377-995B-415257F59549}",
+                                        "subId": 1364068586
+                                    },
+                                    "loadBehavior": "QueueLoad",
+                                    "assetHint": "assets/warehouse/models/warehouse_walls_side.pxmesh"
+                                }
+                            }
+                        }
+                    }
+                },
+                "Component_[4521756557639722239]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 4521756557639722239
+                },
+                "Component_[4756392489009945751]": {
+                    "$type": "AZ::Render::EditorMeshComponent",
+                    "Id": 4756392489009945751,
+                    "Controller": {
+                        "Configuration": {
+                            "ModelAsset": {
+                                "assetId": {
+                                    "guid": "{1DB458F4-42D7-5377-995B-415257F59549}",
+                                    "subId": 277096602
+                                },
+                                "assetHint": "assets/warehouse/models/warehouse_walls_side.azmodel"
+                            }
+                        }
+                    }
+                },
+                "Component_[551333522313100696]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 551333522313100696
+                },
+                "Component_[921603062043779547]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 921603062043779547
+                }
+            }
+        },
+        "Entity_[375988534283332]": {
+            "Id": "Entity_[375988534283332]",
+            "Name": "Walls",
+            "Components": {
+                "Component_[12320187153160134497]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 12320187153160134497
+                },
+                "Component_[12872591643689638314]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 12872591643689638314,
+                    "ComponentOrderEntryArray": [
+                        {
+                            "ComponentId": 6260322509154249675
+                        }
+                    ]
+                },
+                "Component_[15163030242604913180]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 15163030242604913180,
+                    "Child Entity Order": [
+                        "Entity_[375984239316036]",
+                        "Entity_[368861560381088]",
+                        "Entity_[368865855348384]"
+                    ]
+                },
+                "Component_[17205482816227847850]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17205482816227847850
+                },
+                "Component_[2888948921024549052]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 2888948921024549052
+                },
+                "Component_[6170519587749023860]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 6170519587749023860
+                },
+                "Component_[6260322509154249675]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 6260322509154249675,
+                    "Parent Entity": "ContainerEntity"
+                },
+                "Component_[8210191216031664981]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 8210191216031664981
+                },
+                "Component_[9054034388357325412]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 9054034388357325412
+                }
+            }
+        },
+        "Entity_[463080257953440]": {
+            "Id": "Entity_[463080257953440]",
+            "Name": "Front_no_gates",
+            "Components": {
+                "Component_[10813453887359688918]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10813453887359688918,
+                    "Parent Entity": "Entity_[368861560381088]",
+                    "Transform Data": {
+                        "Translate": [
+                            39.84550094604492,
+                            1.1772464513778687,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            180.0
+                        ]
+                    }
+                },
+                "Component_[18360744952719232820]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 18360744952719232820
+                },
+                "Component_[2298197826914367238]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2298197826914367238
+                },
+                "Component_[3149718320647090514]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3149718320647090514,
+                    "VisibilityFlag": false
+                },
+                "Component_[4417542793349551988]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 4417542793349551988
+                },
+                "Component_[4932017064714589766]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4932017064714589766
+                },
+                "Component_[7017245480046407512]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7017245480046407512,
+                    "DisabledComponents": [
+                        {
+                            "$type": "EditorColliderComponent",
+                            "Id": 3790789121538053334,
+                            "ColliderConfiguration": {
+                                "MaterialSlots": {
+                                    "Slots": [
+                                        {
+                                            "Name": "MWarehouseModules"
+                                        }
+                                    ]
+                                }
+                            },
+                            "ShapeConfiguration": {
+                                "PhysicsAsset": {
+                                    "Asset": {
+                                        "assetId": {
+                                            "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                            "subId": 2510506373
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_walls_front.pxmesh"
+                                    },
+                                    "Configuration": {
+                                        "PhysicsAsset": {
+                                            "assetId": {
+                                                "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                                "subId": 2510506373
+                                            },
+                                            "loadBehavior": "QueueLoad",
+                                            "assetHint": "assets/warehouse/models/warehouse_walls_front.pxmesh"
+                                        }
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "$type": "AZ::Render::EditorMeshComponent",
+                            "Id": 10232715223514738948,
+                            "Controller": {
+                                "Configuration": {
+                                    "ModelAsset": {
+                                        "assetId": {
+                                            "guid": "{995CFC9D-3583-51BC-B46E-4554DEF0650E}",
+                                            "subId": 269507228
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_walls_front.azmodel"
+                                    }
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[8212625672736002681]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8212625672736002681,
+                    "PendingComponents": [
+                        {
+                            "$type": "EditorMaterialComponent",
+                            "Id": 11718397946111790072,
+                            "Controller": {
+                                "Configuration": {
+                                    "materials": [
+                                        {
+                                            "Key": {
+                                                "materialSlotStableId": 103484566
+                                            },
+                                            "Value": {
+                                                "MaterialAsset": {
+                                                    "assetId": {
+                                                        "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                                    },
+                                                    "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                                }
+                                            }
+                                        }
+                                    ]
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[9253383058600544919]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9253383058600544919
+                },
+                "Component_[9529209697264184359]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9529209697264184359
+                }
+            }
+        },
+        "Entity_[463290711350944]": {
+            "Id": "Entity_[463290711350944]",
+            "Name": "Front_gate",
+            "Components": {
+                "Component_[10813453887359688918]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 10813453887359688918,
+                    "Parent Entity": "Entity_[368865855348384]",
+                    "Transform Data": {
+                        "Translate": [
+                            39.78621292114258,
+                            1.0,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -179.99989318847656
+                        ]
+                    }
+                },
+                "Component_[11235052944295479876]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 11235052944295479876
+                },
+                "Component_[18360744952719232820]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 18360744952719232820
+                },
+                "Component_[2298197826914367238]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 2298197826914367238
+                },
+                "Component_[3149718320647090514]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 3149718320647090514,
+                    "VisibilityFlag": false
+                },
+                "Component_[4932017064714589766]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 4932017064714589766
+                },
+                "Component_[7017245480046407512]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 7017245480046407512,
+                    "DisabledComponents": [
+                        {
+                            "$type": "EditorColliderComponent",
+                            "Id": 1554132197757752789,
+                            "ColliderConfiguration": {
+                                "MaterialSlots": {
+                                    "Slots": [
+                                        {
+                                            "Name": "MWarehouseModules"
+                                        }
+                                    ]
+                                }
+                            },
+                            "ShapeConfiguration": {
+                                "PhysicsAsset": {
+                                    "Asset": {
+                                        "assetId": {
+                                            "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                            "subId": 3814177680
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.pxmesh"
+                                    },
+                                    "Configuration": {
+                                        "PhysicsAsset": {
+                                            "assetId": {
+                                                "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                                "subId": 3814177680
+                                            },
+                                            "loadBehavior": "QueueLoad",
+                                            "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.pxmesh"
+                                        }
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "$type": "AZ::Render::EditorMeshComponent",
+                            "Id": 10232715223514738948,
+                            "Controller": {
+                                "Configuration": {
+                                    "ModelAsset": {
+                                        "assetId": {
+                                            "guid": "{34CA9168-D5C7-5554-BE7D-8485A3D67AB6}",
+                                            "subId": 279103289
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_walls_front_gate.azmodel"
+                                    }
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[8212625672736002681]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8212625672736002681,
+                    "PendingComponents": [
+                        {
+                            "$type": "EditorMaterialComponent",
+                            "Id": 11718397946111790072,
+                            "Controller": {
+                                "Configuration": {
+                                    "materials": [
+                                        {
+                                            "Key": {
+                                                "materialSlotStableId": 103484566
+                                            },
+                                            "Value": {
+                                                "MaterialAsset": {
+                                                    "assetId": {
+                                                        "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                                    },
+                                                    "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                                }
+                                            }
+                                        }
+                                    ]
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[9253383058600544919]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 9253383058600544919
+                },
+                "Component_[9529209697264184359]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 9529209697264184359
+                }
+            }
+        },
+        "Entity_[463295006318240]": {
+            "Id": "Entity_[463295006318240]",
+            "Name": "Gate",
+            "Components": {
+                "Component_[13600490855520413730]": {
+                    "$type": "EditorLockComponent",
+                    "Id": 13600490855520413730
+                },
+                "Component_[15167189095873685279]": {
+                    "$type": "EditorInspectorComponent",
+                    "Id": 15167189095873685279
+                },
+                "Component_[17614188821325671055]": {
+                    "$type": "EditorDisabledCompositionComponent",
+                    "Id": 17614188821325671055,
+                    "DisabledComponents": [
+                        {
+                            "$type": "AZ::Render::EditorMeshComponent",
+                            "Id": 10387122939797774050,
+                            "Controller": {
+                                "Configuration": {
+                                    "ModelAsset": {
+                                        "assetId": {
+                                            "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                            "subId": 279508339
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_gate_closed.azmodel"
+                                    }
+                                }
+                            }
+                        },
+                        {
+                            "$type": "EditorColliderComponent",
+                            "Id": 16809483465388003559,
+                            "ColliderConfiguration": {
+                                "MaterialSlots": {
+                                    "Slots": [
+                                        {
+                                            "Name": "MWarehouseGate"
+                                        },
+                                        {
+                                            "Name": "MWarehouseModules"
+                                        }
+                                    ]
+                                }
+                            },
+                            "ShapeConfiguration": {
+                                "PhysicsAsset": {
+                                    "Asset": {
+                                        "assetId": {
+                                            "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                            "subId": 675098786
+                                        },
+                                        "assetHint": "assets/warehouse/models/warehouse_gate_closed.pxmesh"
+                                    },
+                                    "Configuration": {
+                                        "PhysicsAsset": {
+                                            "assetId": {
+                                                "guid": "{9F3790A0-9383-5BBA-BB91-2AD9F04086B3}",
+                                                "subId": 675098786
+                                            },
+                                            "loadBehavior": "QueueLoad",
+                                            "assetHint": "assets/warehouse/models/warehouse_gate_closed.pxmesh"
+                                        }
+                                    }
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[17714278481541526192]": {
+                    "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent",
+                    "Id": 17714278481541526192,
+                    "Parent Entity": "Entity_[368865855348384]",
+                    "Transform Data": {
+                        "Translate": [
+                            39.78621292114258,
+                            1.0,
+                            0.0
+                        ],
+                        "Rotate": [
+                            0.0,
+                            0.0,
+                            -179.99989318847656
+                        ]
+                    }
+                },
+                "Component_[17751943132203388929]": {
+                    "$type": "EditorVisibilityComponent",
+                    "Id": 17751943132203388929,
+                    "VisibilityFlag": false
+                },
+                "Component_[18437099534701703658]": {
+                    "$type": "EditorOnlyEntityComponent",
+                    "Id": 18437099534701703658
+                },
+                "Component_[5781546573867269447]": {
+                    "$type": "EditorEntitySortComponent",
+                    "Id": 5781546573867269447
+                },
+                "Component_[7578485257791727565]": {
+                    "$type": "EditorEntityIconComponent",
+                    "Id": 7578485257791727565
+                },
+                "Component_[8806906810237163444]": {
+                    "$type": "EditorPendingCompositionComponent",
+                    "Id": 8806906810237163444,
+                    "PendingComponents": [
+                        {
+                            "$type": "EditorMaterialComponent",
+                            "Id": 12188643545659218893,
+                            "Controller": {
+                                "Configuration": {
+                                    "materials": [
+                                        {
+                                            "Key": {
+                                                "materialSlotStableId": 103484566
+                                            },
+                                            "Value": {
+                                                "MaterialAsset": {
+                                                    "assetId": {
+                                                        "guid": "{9FF0270B-8936-528A-89EC-3E73A01AF755}"
+                                                    },
+                                                    "assetHint": "assets/warehouse/materials/mwarehousemodules.azmaterial"
+                                                }
+                                            }
+                                        },
+                                        {
+                                            "Key": {
+                                                "materialSlotStableId": 745211904
+                                            },
+                                            "Value": {
+                                                "MaterialAsset": {
+                                                    "assetId": {
+                                                        "guid": "{06298918-E750-5053-B55B-10D158B1ED8C}"
+                                                    },
+                                                    "assetHint": "assets/warehouse/materials/mwarehousegate.azmaterial"
+                                                }
+                                            }
+                                        }
+                                    ]
+                                }
+                            }
+                        }
+                    ]
+                },
+                "Component_[9994022325695796853]": {
+                    "$type": "EditorStaticRigidBodyComponent",
+                    "Id": 9994022325695796853
+                }
+            }
+        }
+    }
+}

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_blue.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_blue.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_blue.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_corner.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_corner.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_corner.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end1.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_end1.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end1.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end2.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_end2.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_end2.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_line.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_line.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_line.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid1.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_mid1.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid1.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid2.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "markings_mid2.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/markings_mid2.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces1.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "tire_traces1.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces1.png

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

+ 8 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces_circle.material

@@ -0,0 +1,8 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "tire_traces_circle.png",
+        "opacity.mode": "Cutout"
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Floor_markings/tire_traces_circle.png

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

+ 22 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseBoxes.material

@@ -0,0 +1,22 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseBoxes/WarehouseBoxesBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseBoxes/WarehouseBoxesMaskMap_R.png",
+        "normal.flipX": true,
+        "normal.flipY": true,
+        "normal.textureMap": "../Textures/WarehouseBoxes/WarehouseBoxesNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.6800000071525574,
+        "roughness.textureMap": "../Textures/WarehouseBoxes/WarehouseBoxesMaskMap_A.png",
+        "roughness.upperBound": 0.019999999552965164
+    }
+}

+ 22 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseFloor.material

@@ -0,0 +1,22 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseFloor/WarehouseFloorBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseFloor/WarehouseFloorMaskMap_R.png",
+        "normal.factor": 0.11999999731779099,
+        "normal.flipY": true,
+        "normal.textureMap": "../Textures/WarehouseFloor/WarehouseFloorNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.20999999344348907,
+        "roughness.textureMap": "../Textures/WarehouseFloor/WarehouseFloorMaskMap_A.png",
+        "specularF0.factor": 0.46000000834465027
+    }
+}

+ 21 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseGate.material

@@ -0,0 +1,21 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseGate/WarehouseGateBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseGate/WarehouseGateMaskMap_R.png",
+        "normal.flipX": true,
+        "normal.flipY": true,
+        "normal.textureMap": "../Textures/WarehouseGate/WarehouseGateNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.18000000715255737,
+        "roughness.textureMap": "../Textures/WarehouseGate/WarehouseGateMaskMap_A.png"
+    }
+}

+ 17 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules.material

@@ -0,0 +1,17 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseModules/WarehouseModulesBaseMap.png",
+        "emissive.enable": true,
+        "emissive.intensity": 10.720000267028809,
+        "emissive.textureMap": "../Textures/WarehouseModules/WarehouseModulesEmissive.png",
+        "metallic.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_R.png",
+        "normal.textureMap": "../Textures/WarehouseModules/WarehouseModulesNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.33000001311302185,
+        "roughness.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_A.png",
+        "roughness.upperBound": 0.0
+    }
+}

+ 17 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules_lamps.material

@@ -0,0 +1,17 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseModules/WarehouseModulesBaseMap.png",
+        "emissive.enable": true,
+        "emissive.intensity": 10.720000267028809,
+        "emissive.textureMap": "../Textures/WarehouseModules/WarehouseModulesEmissive.png",
+        "metallic.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_R.png",
+        "normal.textureMap": "../Textures/WarehouseModules/WarehouseModulesNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.9300000071525574,
+        "roughness.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_A.png",
+        "roughness.upperBound": 0.14000000059604645
+    }
+}

+ 17 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseModules_roof.material

@@ -0,0 +1,17 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseModules/WarehouseModulesBaseMap.png",
+        "emissive.intensity": 10.720000267028809,
+        "emissive.textureMap": "../Textures/WarehouseModules/WarehouseModulesEmissive.png",
+        "metallic.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_R.png",
+        "normal.textureMap": "../Textures/WarehouseModules/WarehouseModulesNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.6600000262260437,
+        "roughness.textureMap": "../Textures/WarehouseModules/WarehouseModulesMaskMap_A.png",
+        "roughness.upperBound": 0.11999999731779099,
+        "specularF0.factor": 0.550000011920929
+    }
+}

+ 21 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseProps.material

@@ -0,0 +1,21 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseProps/WarehousePropsBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseProps/WarehousePropsMaskMap_R.png",
+        "normal.textureMap": "../Textures/WarehouseProps/WarehousePropsNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.2800000011920929,
+        "roughness.textureMap": "../Textures/WarehouseProps/WarehousePropsMaskMap_A.png",
+        "roughness.upperBound": 0.0,
+        "specularF0.factor": 0.6100000143051147
+    }
+}

+ 22 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseStorage.material

@@ -0,0 +1,22 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseStorage/WarehouseStorageBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseStorage/WarehouseStorageMaskMap_R.png",
+        "normal.factor": 0.1599999964237213,
+        "normal.flipY": true,
+        "normal.textureMap": "../Textures/WarehouseStorage/WarehouseStorageNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.49000000953674316,
+        "roughness.textureMap": "../Textures/WarehouseStorage/WarehouseStorageMaskMap_A.png",
+        "roughness.upperBound": 0.0
+    }
+}

+ 22 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Materials/MWarehouseStorageOnWheels.material

@@ -0,0 +1,22 @@
+{
+    "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
+    "materialTypeVersion": 5,
+    "propertyValues": {
+        "baseColor.textureMap": "../Textures/WarehouseStorageOnWheels/WarehouseStorageOnWheelsBaseMap.png",
+        "emissive.color": [
+            0.0,
+            0.0,
+            0.0,
+            1.0
+        ],
+        "metallic.textureMap": "../Textures/WarehouseStorageOnWheels/WarehouseStorageOnWheelsMaskMap_R.png",
+        "normal.flipX": true,
+        "normal.textureMap": "../Textures/WarehouseStorageOnWheels/WarehouseStorageOnWheelsNormal.png",
+        "opacity.factor": 1.0,
+        "roughness.factor": 0.5,
+        "roughness.lowerBound": 0.4099999964237213,
+        "roughness.textureMap": "../Textures/WarehouseStorageOnWheels/WarehouseStorageOnWheelsMaskMap_A.png",
+        "roughness.upperBound": 0.05000000074505806,
+        "specularF0.factor": 0.6200000047683716
+    }
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box1.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box2.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box3.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Box4.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_FrontRackProtector.fbx

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

+ 74 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_FrontRackProtector.fbx.assetinfo

@@ -0,0 +1,74 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{44916C1F-1044-5A46-9277-52632BDECE5B}",
+            "name": "Warehouse_FrontRackProtector",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.FrontRackProtector"
+                ]
+            },
+            "export method": 1,
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseProps"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_FrontRackProtector",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.FrontRackProtector"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{4A564183-173B-5AD6-9C71-4404A5BD58D2}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_FrontRackProtector_AE4DDC59_6915_5765_8EEE_BF843C5DE265_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.FrontRackProtector"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{AE4DDC59-6915-5765-8EEE-BF843C5DE265}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_FrontRackProtector_fbx.procprefab",
+            "id": "{90D85585-D8C3-528B-92A6-E69C0C5D4924}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_SideRackProtector.fbx

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

+ 74 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_SideRackProtector.fbx.assetinfo

@@ -0,0 +1,74 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{8E73EF21-A8D8-5938-9AF0-0C65D5B13BE3}",
+            "name": "Warehouse_SideRackProtector",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.SideRackProtector"
+                ]
+            },
+            "export method": 1,
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseProps"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_SideRackProtector",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.SideRackProtector"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{FA33C4EC-7A39-5D81-8041-B44E90A6F50B}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_SideRackProtector_371F9D31_92DD_5D01_B811_99A0E7439200_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.SideRackProtector"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{371F9D31-92DD-5D01-B811-99A0E7439200}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_SideRackProtector_fbx.procprefab",
+            "id": "{A9A6E769-163B-50E9-9D50-12C5B26B79EF}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_ceiling.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_ceiling_lamp.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_floor.fbx

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

+ 73 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_floor.fbx.assetinfo

@@ -0,0 +1,73 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{14D9D841-46A1-5BA5-BDEB-F7663FD5AB8B}",
+            "name": "Warehouse_floor",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.Floor"
+                ]
+            },
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseFloor"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_floor",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.Floor"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{9CE88D36-EDAC-54CA-9AE9-BCF34270DA27}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_floor_8A5C35A0_EB76_5637_A3C4_B508A03C01CE_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.Floor"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{8A5C35A0-EB76-5637-A3C4-B508A03C01CE}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_floor_fbx.procprefab",
+            "id": "{43BD5BD8-EFAE-5F30-BC55-E939A40AE0E7}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_gate_closed.fbx

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

+ 76 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_gate_closed.fbx.assetinfo

@@ -0,0 +1,76 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{310BB700-3799-57C2-AF36-2249F3B83453}",
+            "name": "Warehouse_gate_closed",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.Gate_closed"
+                ]
+            },
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseGate"
+                    },
+                    {
+                        "Name": "MWarehouseModules"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_gate_closed",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.Gate_closed"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{5053029E-0D1D-585D-A15E-12D99B1B7735}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_gate_closed_FDBD2611_2818_5D44_A47E_BCE1EC81616A_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.Gate_closed"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{FDBD2611-2818-5D44-A47E-BCE1EC81616A}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_gate_closed_fbx.procprefab",
+            "id": "{E3D9C9DE-34ED-57B2-8B5D-6081A7F8166D}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_rack.fbx

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

+ 74 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_rack.fbx.assetinfo

@@ -0,0 +1,74 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{73712CEF-A87C-5903-A55E-F3D94F3D1BD8}",
+            "name": "Warehouse_rack",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.WarehouseRack"
+                ]
+            },
+            "export method": 2,
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseStorage"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_rack",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.WarehouseRack"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{2B46BB6F-395D-552B-83BA-FEAB92D98A96}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_rack_A0169FBD_6AA8_55EE_A2E2_C07059EBEEB9_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.WarehouseRack"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{A0169FBD-6AA8-55EE-A2E2-C07059EBEEB9}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_rack_fbx.procprefab",
+            "id": "{E8F1A024-112F-53B4-A807-ED44A7B6A011}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_storage_on_wheels.fbx

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front.fbx

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

+ 73 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front.fbx.assetinfo

@@ -0,0 +1,73 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{4239B424-D867-5519-8998-4CE03882B7EB}",
+            "name": "Warehouse_walls_front",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.Wall_front"
+                ]
+            },
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseModules"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_walls_front",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.Wall_front"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{03553E82-6499-5D04-B0FA-C7CEC0521743}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_walls_front_29FBA6AC_FCC3_5DDD_9996_7505CA095FDA_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.Wall_front"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{29FBA6AC-FCC3-5DDD-9996-7505CA095FDA}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_walls_front_fbx.procprefab",
+            "id": "{7E358AB0-FB08-5419-87F0-77C4AC2F575F}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front_gate.fbx

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

+ 73 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_front_gate.fbx.assetinfo

@@ -0,0 +1,73 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{E86424FD-2EF8-5D91-9C71-0E0B25BDD9B4}",
+            "name": "Warehouse_walls_front_gate",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.Wall_front_gate"
+                ]
+            },
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseModules"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_walls_front_gate",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.Wall_front_gate"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{6FEC4C5D-E9C7-5184-8272-E34D4CB23AA8}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_walls_front_gate_574FE73F_1C93_54ED_AA3B_E78715C60C1F_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.Wall_front_gate"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{574FE73F-1C93-54ED-AA3B-E78715C60C1F}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_walls_front_gate_fbx.procprefab",
+            "id": "{FF12172D-26C3-51D0-A1B0-398191D1E133}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_side.fbx

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

+ 73 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Models/Warehouse_walls_side.fbx.assetinfo

@@ -0,0 +1,73 @@
+{
+    "values": [
+        {
+            "$type": "{5B03C8E6-8CEE-4DA0-A7FA-CD88689DD45B} MeshGroup",
+            "id": "{2002BF06-CFC1-502D-9E70-F501AE9187B3}",
+            "name": "Warehouse_walls_side",
+            "NodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode",
+                    "RootNode.Walls_side"
+                ]
+            },
+            "PhysicsMaterialSlots": {
+                "Slots": [
+                    {
+                        "Name": "MWarehouseModules"
+                    }
+                ]
+            }
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "Warehouse_walls_side",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    {},
+                    "RootNode",
+                    "RootNode.Walls_side"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "MaterialRule"
+                    }
+                ]
+            },
+            "id": "{EA1904DA-23F4-5B07-8A65-F6116ED560D6}"
+        },
+        {
+            "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup",
+            "name": "default_Warehouse_walls_side_AA8E9950_3096_5BC4_8C3F_BFE1A198087B_",
+            "nodeSelectionList": {
+                "selectedNodes": [
+                    "RootNode.Walls_side"
+                ]
+            },
+            "rules": {
+                "rules": [
+                    {
+                        "$type": "ProceduralMeshGroupRule"
+                    },
+                    {
+                        "$type": "UnmodifiableRule"
+                    },
+                    {
+                        "$type": "CoordinateSystemRule",
+                        "useAdvancedData": true
+                    },
+                    {
+                        "$type": "{6E796AC8-1484-4909-860A-6D3F22A7346F} LodRule"
+                    }
+                ]
+            },
+            "id": "{AA8E9950-3096-5BC4-8C3F-BFE1A198087B}"
+        },
+        {
+            "$type": "PrefabGroup",
+            "name": "Models/Warehouse_walls_side_fbx.procprefab",
+            "id": "{91E09F18-E0C2-524A-87B1-062F1085D0B7}"
+        }
+    ]
+}

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesBaseMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap_A.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesMaskMap_R.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseBoxes/WarehouseBoxesNormal.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorBaseMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap_A.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorMaskMap_R.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseFloor/WarehouseFloorNormal.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateBaseMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap_A.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateMaskMap_R.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseGate/WarehouseGateNormal.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesBaseMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesEmissive.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap_A.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesMaskMap_R.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseModules/WarehouseModulesNormal.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsBaseMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap_A.png

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

+ 3 - 0
Gems/WarehouseAssets/Assets/assets/Warehouse/Textures/WarehouseProps/WarehousePropsMaskMap_R.png

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

Некоторые файлы не были показаны из-за большого количества измененных файлов