From 3657071a48d1a93effc0d5b300a0103af5a23e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Fri, 3 Oct 2025 12:02:38 +0200 Subject: [PATCH 1/6] Decals from ROSConDemo23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Textures/line_yellow_straight1.png | 3 + .../Textures/line_yellow_straight2.png | 3 + .../Materials/Textures/line_yellow_turn1.png | 3 + .../Materials/Textures/line_yellow_turn2.png | 3 + .../Textures/markings_corner.png.assetinfo | 100 ++++++++ .../Materials/Textures/markings_end1.png | 3 + .../Textures/markings_end1.png.assetinfo | 100 ++++++++ .../Materials/Textures/markings_end2.png | 3 + .../Textures/markings_end2.png.assetinfo | 146 ++++++++++++ .../Textures/markings_line.png.assetinfo | 100 ++++++++ .../Materials/Textures/markings_mid1.png | 3 + .../Textures/markings_mid1.png.assetinfo | 100 ++++++++ .../Materials/Textures/markings_mid2.png | 3 + .../Textures/markings_mid2.png.assetinfo | 100 ++++++++ .../Lines/Materials/Textures/strips_1a.png | 3 + .../Lines/Materials/markings_end1.material | 10 + .../Lines/Materials/markings_end2.material | 10 + .../Lines/Materials/markings_mid1.material | 10 + .../Lines/Materials/markings_mid2.material | 10 + .../Materials/yelow_line_straight1.material | 10 + .../Materials/yelow_line_straight2.material | 10 + .../Lines/Materials/yelow_line_turn1.material | 10 + .../Lines/Materials/yelow_line_turn2.material | 10 + .../Lines/Materials/yelow_strips1a.material | 10 + .../Assets/Lines/Rack450x120_EndLines.prefab | 174 ++++++++++++++ .../Assets/Lines/Rack450x120_SideLines.prefab | 225 ++++++++++++++++++ .../Assets/Lines/Yellow_line_straight1.prefab | 187 +++++++++++++++ .../Assets/Lines/Yellow_line_straight2.prefab | 187 +++++++++++++++ .../Assets/Lines/Yellow_line_turn1.prefab | 179 ++++++++++++++ .../Assets/Lines/Yellow_line_turn2.prefab | 171 +++++++++++++ .../Assets/Lines/Yellow_strips1.prefab | 129 ++++++++++ .../Materials/Textures/tire_tracks1.png | 3 + .../Textures/tire_tracks_approach1.png | 3 + .../Textures/tire_tracks_approach2.png | 3 + .../Materials/Textures/tire_tracks_curve1.png | 3 + .../Materials/tire_tracks_approach1.material | 10 + .../Materials/tire_tracks_approach2.material | 10 + .../Materials/tire_tracks_curve1.material | 10 + .../Materials/tire_tracks_straight1.material | 10 + .../TireTracks/Tire_tracks_approach1.prefab | 179 ++++++++++++++ .../TireTracks/Tire_tracks_approach2.prefab | 179 ++++++++++++++ .../Tire_tracks_approach_both_sedes.prefab | 222 +++++++++++++++++ .../TireTracks/Tire_tracks_curve1.prefab | 179 ++++++++++++++ .../TireTracks/Tire_tracks_straight1.prefab | 179 ++++++++++++++ .../CMakeLists.txt | 21 ++ RobotecWarehouseFloorMarkingAssets/NOTICE | 6 + .../Registry/assetprocessor_settings.setreg | 18 ++ RobotecWarehouseFloorMarkingAssets/gem.json | 28 +++ .../preview.png | 3 + 49 files changed, 3081 insertions(+) create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab create mode 100644 RobotecWarehouseFloorMarkingAssets/CMakeLists.txt create mode 100644 RobotecWarehouseFloorMarkingAssets/NOTICE create mode 100644 RobotecWarehouseFloorMarkingAssets/Registry/assetprocessor_settings.setreg create mode 100644 RobotecWarehouseFloorMarkingAssets/gem.json create mode 100644 RobotecWarehouseFloorMarkingAssets/preview.png diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png new file mode 100644 index 0000000..b05157e --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3591f5b11393230913c16dd24e49f993bd1d27559a15625887cc796f5da5a3 +size 153935 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png new file mode 100644 index 0000000..5266593 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9956dff604362ea77fed6a06e1d9c0e247d8a567faf0d6a1ef6241b946a36dbf +size 178543 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png new file mode 100644 index 0000000..b067ced --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d24b025cbd24d10c501e01eccb3a7cac3028f3ff61d562f002a5ebb9c0c25a +size 38588 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png new file mode 100644 index 0000000..d8f6e57 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4cd2870f7bec24ae36f9afad50c1788ad66dbdcbcac92496bf58c48a01bc0e +size 38152 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png new file mode 100644 index 0000000..41254ba --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d39ebfe2e7b87362dfc031db18bb48067eea4a672df8f148baf4a9170abbab7 +size 667266 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png new file mode 100644 index 0000000..5fd8ecb --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2319f0c2e7388de9a52904c9f38d341266f109935fc3a04cdabc73ba55fb710 +size 660848 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo new file mode 100755 index 0000000..69f4363 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo new file mode 100755 index 0000000..8cc9c65 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png new file mode 100644 index 0000000..cf90b48 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d269b0e0fc5b3c07eac8098dde34239c76ef8cbab4e2640402510a3b46c21a +size 518989 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo new file mode 100755 index 0000000..66d4999 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png new file mode 100644 index 0000000..85147a1 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f36b877e056458b3de825a245e52b19b7c514bae97e5e6e59ea34197ddef2d +size 519249 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png new file mode 100644 index 0000000..f7ef0c5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca49df02a47f3e14f2cbc57f07c67ee1e97e18f58b8e9eca8bbc7fddd2471b0d +size 1034902 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material new file mode 100755 index 0000000..0750041 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/markings_end1.png", + "normal.useTexture": false, + "opacity.factor": 0.9399999976158142, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material new file mode 100755 index 0000000..7280f9c --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/markings_end2.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material new file mode 100755 index 0000000..bb844c6 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/markings_mid1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material new file mode 100755 index 0000000..31f5509 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/markings_mid2.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material new file mode 100755 index 0000000..bcd03ae --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/line_yellow_straight1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material new file mode 100755 index 0000000..1fe076a --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/line_yellow_straight2.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material new file mode 100755 index 0000000..7ecbe73 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/line_yellow_turn1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material new file mode 100755 index 0000000..b7b44e8 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/line_yellow_turn2.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material new file mode 100755 index 0000000..dcba8c2 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/strips_1a.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab new file mode 100755 index 0000000..3a6b635 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab @@ -0,0 +1,174 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Rack450x120_EndLines", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 8655984337532590813 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4601552284281941420 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11185356536180106119, + "Child Entity Order": [ + "Entity_[45684632078486]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 6548137159164155873 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 8249027040273973879 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 4294284137208139418 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 12615725894510278538 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 1377055022110610703 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 297559824367489830 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 5971752022478945689, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[45684632078486]": { + "Id": "Entity_[45684632078486]", + "Name": "Rack450x120_EndLines", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 15736720973578658423 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 11495589470087982065 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 3041619073744902650, + "Child Entity Order": [ + "Instance_[115763786817177]/ContainerEntity", + "Instance_[132514159271577]/ContainerEntity", + "Instance_[136027442519705]/ContainerEntity" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 12131603212219545638 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 16283437126830899132 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 5978763041821024479 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 18387459672888207836 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 14553047405330557773 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 2119972161166683939, + "Parent Entity": "ContainerEntity" + } + } + } + }, + "Instances": { + "Instance_[115763786817177]": { + "Source": "Lines/Yellow_line_straight2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 0.5080000162124634 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[45684632078486]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -0.0000019073486328125 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 2.4402427673339844 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", + "value": -89.9999771118164 + } + ] + }, + "Instance_[132514159271577]": { + "Source": "Lines/Yellow_line_turn1.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[45684632078486]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -0.6299991607666016 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 2.3712005615234375 + } + ] + }, + "Instance_[136027442519705]": { + "Source": "Lines/Yellow_line_turn2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[45684632078486]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": 0.6299992203712463 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 2.3712005615234375 + } + ] + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab new file mode 100755 index 0000000..96bbb8b --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab @@ -0,0 +1,225 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Rack450x120_SideLines", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 11839823444963928025 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 11675070914524259487 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 17432218559311531491, + "Child Entity Order": [ + "Entity_[69940780736153]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 17227803893269027796 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4909781467711757304 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 10711156661977492828 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 13914416620899185417 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 11729489898093913081 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 7730980179638778057 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 911226260061154036, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[69940780736153]": { + "Id": "Entity_[69940780736153]", + "Name": "Rack450x120_SideLines", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 17753941676951647360 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 480378365541844109 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 1841222885572879311, + "Child Entity Order": [ + "Instance_[28404152016537]/ContainerEntity", + "Instance_[25036897656473]/ContainerEntity", + "Instance_[46640583155353]/ContainerEntity", + "Instance_[46644878122649]/ContainerEntity" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 9052504956386939991 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 17988311307130511961 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 12769596172472982459 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 6228920364917589479 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 5331910736777448562 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 2133518653882131237, + "Parent Entity": "ContainerEntity" + } + } + } + }, + "Instances": { + "Instance_[25036897656473]": { + "Source": "Lines/Yellow_line_straight2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.0549999475479126 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[69940780736153]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -0.699999988079071 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.1966056823730469 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 7.152557373046875e-7 + } + ] + }, + "Instance_[28404152016537]": { + "Source": "Lines/Yellow_line_straight1.prefab", + "Patches": [ + { + "op": "replace", + "path": "/Entities/Entity_[479150355860346]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.2000000476837158 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[69940780736153]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -0.699999988079071 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": -1.058004379272461 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 8.344650268554688e-7 + } + ] + }, + "Instance_[46640583155353]": { + "Source": "Lines/Yellow_line_straight1.prefab", + "Patches": [ + { + "op": "replace", + "path": "/Entities/Entity_[479150355860346]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.2000000476837158 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[69940780736153]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": 0.699999988079071 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": -1.058004379272461 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 8.344650268554688e-7 + } + ] + }, + "Instance_[46644878122649]": { + "Source": "Lines/Yellow_line_straight2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.0549999475479126 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[69940780736153]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": 0.699999988079071 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.1966056823730469 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 7.152557373046875e-7 + } + ] + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab new file mode 100755 index 0000000..f451818 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab @@ -0,0 +1,187 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Yellow_line_straight1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 3459127469774121728 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10243747259355446940 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 300341461656849384, + "Child Entity Order": [ + "Entity_[134852310751446]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 8446810267200409335 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4379637847061223400 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 4350622414400481077 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 1241731830907680435 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 8344750552572578677 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 12480975607030555788 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 13271793777543236482, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[134852310751446]": { + "Id": "Entity_[134852310751446]", + "Name": "Yellow_line_straight1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 9334173677819319123 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 3969441214753253515 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 14141668110439184058, + "Child Entity Order": [ + "Entity_[479150355860346]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14720602263264150090, + "ComponentOrderEntryArray": [ + { + "ComponentId": 15092410939443081929 + }, + { + "ComponentId": 16878649269778056553, + "SortIndex": 1 + }, + { + "ComponentId": 5889221609638366623, + "SortIndex": 2 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12098665048662065447 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2660673421869507020 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15557892015776498435 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10647880763824969603 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15092410939443081929, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[479150355860346]": { + "Id": "Entity_[479150355860346]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 1480407789239064171, + "Controller": { + "Configuration": { + "Opacity": 0.5, + "Material": { + "assetId": { + "guid": "{8D89CDB8-B7E0-5D60-831C-B1E6E1A6B571}" + }, + "assetHint": "lines/materials/yelow_line_straight1.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 8427367168603640312 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 445154443331093882 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 4241141845904683706 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 10613654602788886310 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5491902455077047799 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 7938128575411503432, + "NonUniformScale": [ + 0.05000000074505806, + 1.0, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 17663793780083132774 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3610987553759862534 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11351690052151464899 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 17539513056454457134, + "Parent Entity": "Entity_[134852310751446]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9980051517486572 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab new file mode 100755 index 0000000..a512200 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab @@ -0,0 +1,187 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Yellow_line_straight2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 16705748076258294533 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 5807435703676866374 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 1162269905353431633, + "Child Entity Order": [ + "Entity_[25045487591065]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14689490798162694277 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 9522502533826046807 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 4007309042748959093 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4636760692461062590 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 3744465911222809150 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 6744399583643986872 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 7514061289578879817, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[25045487591065]": { + "Id": "Entity_[25045487591065]", + "Name": "Yellow_line_straight2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 9334173677819319123 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 3969441214753253515 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 14141668110439184058, + "Child Entity Order": [ + "Entity_[25049782558361]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14720602263264150090, + "ComponentOrderEntryArray": [ + { + "ComponentId": 15092410939443081929 + }, + { + "ComponentId": 16878649269778056553, + "SortIndex": 1 + }, + { + "ComponentId": 5889221609638366623, + "SortIndex": 2 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12098665048662065447 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2660673421869507020 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15557892015776498435 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10647880763824969603 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15092410939443081929, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[25049782558361]": { + "Id": "Entity_[25049782558361]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 1480407789239064171, + "Controller": { + "Configuration": { + "Opacity": 0.5, + "Material": { + "assetId": { + "guid": "{C4DE036F-B297-5951-B840-1AC81CA15E4C}" + }, + "assetHint": "lines/materials/yelow_line_straight2.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 8427367168603640312 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 445154443331093882 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 4241141845904683706 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 10613654602788886310 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5491902455077047799 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 7938128575411503432, + "NonUniformScale": [ + 0.05000000074505806, + 1.0, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 17663793780083132774 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3610987553759862534 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11351690052151464899 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 17539513056454457134, + "Parent Entity": "Entity_[25045487591065]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9980051517486572 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab new file mode 100755 index 0000000..3226b3b --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab @@ -0,0 +1,179 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Yellow_line_turn1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 13563034600713928198 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 9669784692538717407 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 17580816537885817693, + "Child Entity Order": [ + "Entity_[366553493228410]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 3258119296810967797 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 8945488020558072252 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 14996124417533966624 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 8347366552877733738 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 18376114417223290992 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 7165721228797624078 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 2681627142429921532, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[366553493228410]": { + "Id": "Entity_[366553493228410]", + "Name": "Yellow_line_turn1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 9334173677819319123 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 3969441214753253515 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 14141668110439184058, + "Child Entity Order": [ + "Entity_[910511101266810]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14720602263264150090, + "ComponentOrderEntryArray": [ + { + "ComponentId": 15092410939443081929 + }, + { + "ComponentId": 16878649269778056553, + "SortIndex": 1 + }, + { + "ComponentId": 5243501019731085252, + "SortIndex": 2 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12098665048662065447 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2660673421869507020 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15557892015776498435 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10647880763824969603 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15092410939443081929, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[910511101266810]": { + "Id": "Entity_[910511101266810]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 1314193938870250511, + "Controller": { + "Configuration": { + "Opacity": 0.5, + "Material": { + "assetId": { + "guid": "{BBD5FAF0-F52D-5B21-8D3F-E4DCE79A7AAD}" + }, + "assetHint": "lines/materials/yelow_line_turn1.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 10936381168996350420 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10190444272414026023 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 8419379400189131704 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 6383406265455417676 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12508601685152746330 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 5523131961398028026 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 10713743705545906473 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 6357371976215683840 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 4187380485184104295, + "Parent Entity": "Entity_[366553493228410]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.119937002658844 + ], + "UniformScale": 0.12300000339746475 + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab new file mode 100755 index 0000000..ffe180f --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab @@ -0,0 +1,171 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Yellow_line_turn2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 15210782919958725047 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4458840983284384390 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 12182465745098016722, + "Child Entity Order": [ + "Entity_[1080454367234938]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 15368409036251127418 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 13954537755066815688 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 15699010380101495626 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3333728478537507882 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 15165446625434731439 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 3281306270368414671 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 10023464619234612474, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[1080454367234938]": { + "Id": "Entity_[1080454367234938]", + "Name": "Yellow_line_turn2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 9334173677819319123 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 3969441214753253515 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 14141668110439184058, + "Child Entity Order": [ + "Entity_[1080458662202234]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14720602263264150090, + "ComponentOrderEntryArray": [ + { + "ComponentId": 15092410939443081929 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12098665048662065447 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2660673421869507020 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15557892015776498435 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10647880763824969603 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15092410939443081929, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[1080458662202234]": { + "Id": "Entity_[1080458662202234]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 1314193938870250511, + "Controller": { + "Configuration": { + "Opacity": 0.5, + "Material": { + "assetId": { + "guid": "{6A06DFC6-C2AE-5952-A338-CDCD16A8B55C}" + }, + "assetHint": "lines/materials/yelow_line_turn2.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 10936381168996350420 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10190444272414026023 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 8419379400189131704 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 6383406265455417676 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12508601685152746330 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 5523131961398028026 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 10713743705545906473 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 6357371976215683840 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 4187380485184104295, + "Parent Entity": "Entity_[1080454367234938]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.119937002658844 + ], + "UniformScale": 0.12300000339746475 + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab new file mode 100755 index 0000000..0081f31 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab @@ -0,0 +1,129 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Yellow_strips1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 9446900034252488985 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13433299481845206890 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 251270495040848814, + "Child Entity Order": [ + "Entity_[80667003345110]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14549056733316085735 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 6605521228588142994 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 17741198620042236519 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 14304338424731981762 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 15399450347463140731 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 6932218742816032999 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 960391981524956155, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[80667003345110]": { + "Id": "Entity_[80667003345110]", + "Name": "Yellow_strips1", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 14506289657834921547, + "Controller": { + "Configuration": { + "Opacity": 0.30000001192092896, + "Material": { + "assetId": { + "guid": "{6DFBDBDB-3459-542C-BB77-C252A9ADE26C}" + }, + "assetHint": "lines/materials/yelow_strips1a.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6249174589978545251 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 1219532614432000659 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11793962137529054436 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 8551328279026890827, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1517147287597271772 + }, + { + "ComponentId": 14506289657834921547, + "SortIndex": 1 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 2145941085438199335 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 3480691644425284717 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 17643455460644565098 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 13246862449440062818 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1517147287597271772, + "Parent Entity": "ContainerEntity", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9809603691101074 + ], + "UniformScale": 0.9850000143051147 + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png new file mode 100644 index 0000000..3b4f249 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff8fe0de1decac2dcbfd98e7028346bedf34a148ea31a2bb4156a738809a915 +size 130879 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png new file mode 100644 index 0000000..40d0a8b --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeff1e14e3bcb36ca31a51b2823f34ac30744c576b1fa958e2a85e45074d85b1 +size 266093 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png new file mode 100644 index 0000000..07eedb0 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197f1a18231d2097e717e4dc4e1b828f3c316a0cab4beb7609899b4c1bab0932 +size 260430 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png new file mode 100644 index 0000000..01455ad --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf5a7ab289b016172573a921f5ad58eeb7756619a36b0bd2c7f305421e6399a +size 146401 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material new file mode 100755 index 0000000..1001ed0 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/tire_tracks_approach1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material new file mode 100755 index 0000000..78d08c7 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/tire_tracks_approach2.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material new file mode 100755 index 0000000..7b29b14 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/tire_tracks_curve1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material new file mode 100755 index 0000000..2218e8b --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material @@ -0,0 +1,10 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.textureMap": "Textures/tire_tracks1.png", + "normal.useTexture": false, + "opacity.factor": 1.0, + "opacity.mode": "Blended" + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab new file mode 100755 index 0000000..77dc6e2 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab @@ -0,0 +1,179 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Tire_tracks_approach1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 12387937265573413038 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 7658239459831080345 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 5578558457871943119, + "Child Entity Order": [ + "Entity_[110127665459096]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 4010625895873936953 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 457942069349839507 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 875221617608825964 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 12211690309116964297 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 12882290752924242060 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 14770895997341778159 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 5095998183334801415, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[110127665459096]": { + "Id": "Entity_[110127665459096]", + "Name": "Tire_tracks_approach1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6316928484385816273 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4642798737538706628 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11948574441786428518, + "Child Entity Order": [ + "Entity_[110131960426392]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 2079400434321411288, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1402534385532362804 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 10586431684731889265 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 819464382160481122 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4317769700994102606 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15525088840977602096 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1402534385532362804, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[110131960426392]": { + "Id": "Entity_[110131960426392]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 16763289601796460875, + "Controller": { + "Configuration": { + "Opacity": 0.44999998807907104, + "Material": { + "assetId": { + "guid": "{B52411FB-DBAA-51B3-B05A-07448CE82EB8}" + }, + "assetHint": "assets/factory/decals/materials/tire_tracks_approach1.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14533007984067463785 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 392190002339690653 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 15021767418295302578 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 16169527972302250385 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5098090216107572618 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 10857867351519034660, + "NonUniformScale": [ + 1.7999999523162842, + 1.7999999523162842, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 7058192063716276766 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 743710773786593504 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11222055568654250959 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12360236238855543030, + "Parent Entity": "Entity_[110127665459096]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9948248863220215 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab new file mode 100755 index 0000000..d1ca120 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab @@ -0,0 +1,179 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Tire_tracks_approach2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 15645640904703025880 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 9211905735546064896 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11903001250031395356, + "Child Entity Order": [ + "Entity_[185242348498840]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 1949424911219795324 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 17946003583901349233 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 8615619467687988725 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 14172675492172060309 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 16995167783572160622 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 9601240531186592743 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 8172886286357227273, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[185242348498840]": { + "Id": "Entity_[185242348498840]", + "Name": "Tire_tracks_approach2", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6316928484385816273 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4642798737538706628 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11948574441786428518, + "Child Entity Order": [ + "Entity_[185246643466136]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 2079400434321411288, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1402534385532362804 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 10586431684731889265 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 819464382160481122 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4317769700994102606 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15525088840977602096 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1402534385532362804, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[185246643466136]": { + "Id": "Entity_[185246643466136]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 16763289601796460875, + "Controller": { + "Configuration": { + "Opacity": 0.44999998807907104, + "Material": { + "assetId": { + "guid": "{F2836D6B-CD35-558F-A4EC-626F6676266E}" + }, + "assetHint": "assets/factory/decals/materials/tire_tracks_approach2.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14533007984067463785 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 392190002339690653 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 15021767418295302578 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 16169527972302250385 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5098090216107572618 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 10857867351519034660, + "NonUniformScale": [ + 1.7999999523162842, + 1.7999999523162842, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 7058192063716276766 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 743710773786593504 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11222055568654250959 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12360236238855543030, + "Parent Entity": "Entity_[185242348498840]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9948248863220215 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab new file mode 100755 index 0000000..ade895d --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab @@ -0,0 +1,222 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Tire_tracks_approach_both_sedes", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 13844165084720739045 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 17327678654451653934 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 16909805783390001168, + "Child Entity Order": [ + "Entity_[267057180520344]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 6079127416194421438 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4305834898429985507 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 9832676247980737049 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3079646712468348913 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 10084686522154500175 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 12133542767630553863 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 3463919701636307648, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[267057180520344]": { + "Id": "Entity_[267057180520344]", + "Name": "Tire_tracks_approach_both_sedes", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 747470876051847757 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 2094879824471058828 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 3591240337483450994, + "Child Entity Order": [ + "", + "", + "", + "", + "Instance_[185590240849816]/ContainerEntity", + "Instance_[185585945882520]/ContainerEntity" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 16451474903064494522, + "ComponentOrderEntryArray": [ + { + "ComponentId": 3645087584650294084 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 843624516433696721 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 10562385162750785018 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 7969701475725772996 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 6722681023783429355 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 3645087584650294084, + "Parent Entity": "ContainerEntity" + } + } + } + }, + "Instances": { + "Instance_[185585945882520]": { + "Source": "Assets/Factory/Decals/Tire_tracks_approach2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[267057180520344]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": 1.9768524169921875 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.5646381378173828 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 1.1624155044555664 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", + "value": -0.000013606952052214183 + } + ] + }, + "Instance_[185590240849816]": { + "Source": "Assets/Factory/Decals/Tire_tracks_approach1.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[267057180520344]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -1.4209213256835938 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.6274662017822266 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", + "value": -0.000013606952052214183 + } + ] + }, + "Instance_[267512447053720]": { + "Source": "Assets/Factory/Decals/Tire_tracks_approach1.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[267057180520344]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": -0.9040374755859375 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.4908695220947266 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", + "value": -0.000013606952052214183 + } + ] + }, + "Instance_[267525331955608]": { + "Source": "Assets/Factory/Decals/Tire_tracks_approach2.prefab", + "Patches": [ + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", + "value": "../Entity_[267057180520344]" + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", + "value": 1.4218521118164063 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", + "value": 1.5088329315185547 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", + "value": 1.1624155044555664 + }, + { + "op": "replace", + "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", + "value": -0.000013606952052214183 + } + ] + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab new file mode 100755 index 0000000..4225d0f --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab @@ -0,0 +1,179 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Tire_tracks_curve1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7208179192721193002 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13560724890189062687 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11580923986833143579, + "Child Entity Order": [ + "Entity_[33011527659416]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 6534068188755437707 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 3075282072097981494 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 3690626594691798951 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3635349811702864592 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 18184524834819451570 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 1245033683615254446 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 6024054248092932080, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[33011527659416]": { + "Id": "Entity_[33011527659416]", + "Name": "Tire_tracks_curve1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6316928484385816273 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4642798737538706628 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11948574441786428518, + "Child Entity Order": [ + "Entity_[33015822626712]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 2079400434321411288, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1402534385532362804 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 10586431684731889265 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 819464382160481122 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4317769700994102606 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15525088840977602096 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1402534385532362804, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[33015822626712]": { + "Id": "Entity_[33015822626712]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 16763289601796460875, + "Controller": { + "Configuration": { + "Opacity": 0.4000000059604645, + "Material": { + "assetId": { + "guid": "{DB3DFBED-4887-5457-A1A2-C2374A7A6061}" + }, + "assetHint": "assets/factory/decals/materials/tire_tracks_curve1.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14533007984067463785 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 392190002339690653 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 15021767418295302578 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 16169527972302250385 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5098090216107572618 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 10857867351519034660, + "NonUniformScale": [ + 2.0, + 2.0, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 7058192063716276766 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 743710773786593504 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11222055568654250959 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12360236238855543030, + "Parent Entity": "Entity_[33011527659416]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9948248863220215 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab new file mode 100755 index 0000000..81aa610 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab @@ -0,0 +1,179 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "Tire_tracks_straight1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 11096301090086288098 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10290533508978122867 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 3775472551145050299, + "Child Entity Order": [ + "Entity_[247906437836276]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14927443290575869333 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 7868983838533729220 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 7225285331075997986 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15778334550774654087 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 3834523363115928735 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 524800985961555923 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15586992247523414155, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[247906437836276]": { + "Id": "Entity_[247906437836276]", + "Name": "Tire_tracks_straight1", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6316928484385816273 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4642798737538706628 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 11948574441786428518, + "Child Entity Order": [ + "Entity_[247910732803572]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 2079400434321411288, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1402534385532362804 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 10586431684731889265 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 819464382160481122 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4317769700994102606 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15525088840977602096 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1402534385532362804, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[247910732803572]": { + "Id": "Entity_[247910732803572]", + "Name": "decal", + "Components": { + "AZ::Render::EditorDecalComponent": { + "$type": "AZ::Render::EditorDecalComponent", + "Id": 17675934151617074480, + "Controller": { + "Configuration": { + "Opacity": 0.10000000149011612, + "Material": { + "assetId": { + "guid": "{58E48280-4D38-5753-AB0A-DCDC928D1568}" + }, + "assetHint": "assets/factory/decals/materials/tire_tracks_straight1.azmaterial" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14533007984067463785 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 392190002339690653 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 15021767418295302578 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 16169527972302250385 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 5098090216107572618 + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 17817043502353071839, + "NonUniformScale": [ + 15.0, + 1.0, + 1.0 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 7058192063716276766 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 743710773786593504 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11222055568654250959 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12360236238855543030, + "Parent Entity": "Entity_[247906437836276]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.9948248863220215 + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/CMakeLists.txt b/RobotecWarehouseFloorMarkingAssets/CMakeLists.txt new file mode 100644 index 0000000..0d4b2de --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/CMakeLists.txt @@ -0,0 +1,21 @@ + +# Query the gem name from the gem.json file if possible +# otherwise fallback to using RobotecWarehouseFloorMarkingAssets +o3de_find_ancestor_gem_root(gem_root_path gem_name "${CMAKE_CURRENT_SOURCE_DIR}") +if (NOT gem_name) + set(gem_name "RobotecWarehouseFloorMarkingAssets") +endif() + +# This indicates to the Builders applications(AssetProcessor, AssetBuilder, AssetBundler) +# that the gem should be added to the "cmake_dependencies..assetbuilder.setreg" +# which is generated when cmake configure occurs. +# Also tooling applications such as the Editor needs the CMake alias +# to see the gem as active +if(PAL_TRAIT_BUILD_HOST_TOOLS) + ly_create_alias(NAME ${gem_name}.Builders NAMESPACE Gem) + ly_create_alias(NAME ${gem_name}.Tools NAMESPACE Gem) + + # Add in CMake dependencies for each gem dependency listed in this gem's gem.json file + # for the Tools and Builders gem variants + o3de_add_variant_dependencies_for_gem_dependencies(GEM_NAME ${gem_name} VARIANTS Tools Builders) +endif() diff --git a/RobotecWarehouseFloorMarkingAssets/NOTICE b/RobotecWarehouseFloorMarkingAssets/NOTICE new file mode 100644 index 0000000..6909cb8 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/NOTICE @@ -0,0 +1,6 @@ +The assets in this repository are based on the assets prepared for ROSCon 2023 Demo located under https://github.com/RobotecAI/ROSCon2023Demo (accessed on September 23, 2024). +The base assets were licensed under Apache 2.0 license and the same license remains for this work. + +Most of the base files, i.e., textures and models are copied without any changes. Otherwise, the changes include (but are not limited to): +- filename changes and corresponding prefabs/materials modifications +- folder structure changes and corresponding prefabs/materials modifications diff --git a/RobotecWarehouseFloorMarkingAssets/Registry/assetprocessor_settings.setreg b/RobotecWarehouseFloorMarkingAssets/Registry/assetprocessor_settings.setreg new file mode 100644 index 0000000..888426e --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Registry/assetprocessor_settings.setreg @@ -0,0 +1,18 @@ +{ + "Amazon": { + "AssetProcessor": { + "Settings": { + "ScanFolder RobotecWarehouseFloorMarkingAssets/Assets": { + "watch": "@GEMROOT:RobotecWarehouseFloorMarkingAssets@/Assets", + "recursive": 1, + "order": 101 + }, + "ScanFolder RobotecWarehouseFloorMarkingAssets/Registry": { + "watch": "@GEMROOT:RobotecWarehouseFloorMarkingAssets@/Registry", + "recursive": 1, + "order": 102 + } + } + } + } +} diff --git a/RobotecWarehouseFloorMarkingAssets/gem.json b/RobotecWarehouseFloorMarkingAssets/gem.json new file mode 100644 index 0000000..2d2a796 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/gem.json @@ -0,0 +1,28 @@ +{ + "gem_name": "RobotecWarehouseFloorMarkingAssets", + "version": "1.0.0", + "display_name": "RobotecWarehouseFloorMarkingAssets", + "license": "Apache-2.0", + "license_url": "https://opensource.org/licenses/Apache-2.0", + "origin": "RobotecAI", + "origin_url": "https://robotec.ai", + "type": "Asset", + "summary": "Gem with visual resources of warehouse racks.", + "canonical_tags": [ + "Gem" + ], + "user_tags": [ + "RobotecWarehouseFloorMarkingAssets" + ], + "platforms": [ + "" + ], + "icon_path": "preview.png", + "requirements": "", + "documentation_url": "", + "dependencies": [], + "repo_uri": "", + "compatible_engines": [], + "engine_api_dependencies": [], + "restricted": "RobotecWarehouseFloorMarkingAssets" +} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/preview.png b/RobotecWarehouseFloorMarkingAssets/preview.png new file mode 100644 index 0000000..b321ae4 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/preview.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248e3ffe1fc9ffc02afb2ba8914e222a5a5d13ac45a48b98c95ee062e959a94c +size 4475 From 7915a021ccaee818519382858342c606c50b3bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Sun, 5 Oct 2025 18:58:29 +0200 Subject: [PATCH 2/6] Decals - cleaned up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- ...turn1.prefab => LineYellow_Corner1.prefab} | 58 +++-- ...turn2.prefab => LineYellow_Corner2.prefab} | 66 +++-- ...t2.prefab => LineYelowStraight1_2m.prefab} | 51 ++-- ...t1.prefab => LineYelowStraight2_2m.prefab} | 51 ++-- ...n1.material => LineWhite_Corner1.material} | 2 +- ...n2.material => LineWhite_Corner2.material} | 2 +- ...d2.material => LineWhite_Starit1.material} | 2 +- ....material => LineWhite_Straight1.material} | 2 +- ....material => LineWhite_Straight2.material} | 2 +- ...rips1a.material => StripesWhite1.material} | 2 +- .../Materials/Textures/LineWhite_Corner1.png | 3 + .../Materials/Textures/LineWhite_Corner2.png | 3 + .../Textures/LineWhite_Straight1.png | 3 + .../Textures/LineWhite_Straight2.png | 3 + .../Lines/Materials/Textures/StripsWhite1.png | 3 + .../Lines/Materials/Textures/StripsWhite2.png | 3 + .../Textures/line_yellow_straight1.png | 3 - .../Textures/line_yellow_straight2.png | 3 - .../Materials/Textures/line_yellow_turn1.png | 3 - .../Materials/Textures/line_yellow_turn2.png | 3 - .../Materials/Textures/markings_end1.png | 3 - .../Materials/Textures/markings_end2.png | 3 - .../Textures/markings_end2.png.assetinfo | 146 ----------- .../Textures/markings_line.png.assetinfo | 100 -------- .../Materials/Textures/markings_mid1.png | 3 - .../Textures/markings_mid1.png.assetinfo | 100 -------- .../Materials/Textures/markings_mid2.png | 3 - .../Textures/markings_mid2.png.assetinfo | 100 -------- .../Lines/Materials/Textures/strips_1a.png | 3 - .../Lines/Materials/markings_end1.material | 10 - .../Materials/yelow_line_straight1.material | 10 - .../Materials/yelow_line_straight2.material | 10 - .../Assets/Lines/Rack450x120_EndLines.prefab | 35 ++- .../Assets/Lines/Rack450x120_SideLines.prefab | 66 ++--- .../StripesYellow1_2x2m.prefab} | 119 +++++---- .../Assets/Lines/Yellow_strips1.prefab | 129 ---------- .../Materials/Textures/tire_tracks1.png | 3 - .../Textures/tire_tracks_approach1.png | 3 - .../Textures/tire_tracks_approach2.png | 3 - .../Materials/Textures/tire_tracks_curve1.png | 3 - .../Materials/tire_tracks_approach1.material | 10 - .../Materials/tire_tracks_approach2.material | 10 - .../Materials/tire_tracks_curve1.material | 10 - .../Materials/tire_tracks_straight1.material | 10 - .../TireTracks/Tire_tracks_approach1.prefab | 179 -------------- .../Tire_tracks_approach_both_sedes.prefab | 222 ----------------- .../TireTracks/Tire_tracks_curve1.prefab | 179 -------------- .../TireTracks/Tire_tracks_straight1.prefab | 179 -------------- .../Materials/InspectionStation_Sign.material | 23 ++ .../Materials/InspectionStation_Sign.prefab | 230 ++++++++++++++++++ .../Materials/OutboundShipment_Sign.material | 23 ++ .../Materials/OutboundShipment_Sign.prefab | 230 ++++++++++++++++++ .../InspectionStation_Sign_Basecolor.png | 3 + ...ectionStation_Sign_Basecolor.png.assetinfo | 10 +- .../OutboundShipment_Sign_Basecolor.png | 3 + ...boundShipment_Sign_Basecolor.png.assetinfo | 8 +- 56 files changed, 784 insertions(+), 1665 deletions(-) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/{Yellow_line_turn1.prefab => LineYellow_Corner1.prefab} (78%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/{Yellow_line_turn2.prefab => LineYellow_Corner2.prefab} (74%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/{Yellow_line_straight2.prefab => LineYelowStraight1_2m.prefab} (82%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/{Yellow_line_straight1.prefab => LineYelowStraight2_2m.prefab} (83%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{yelow_line_turn1.material => LineWhite_Corner1.material} (80%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{yelow_line_turn2.material => LineWhite_Corner2.material} (80%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{markings_end2.material => LineWhite_Starit1.material} (79%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{markings_mid1.material => LineWhite_Straight1.material} (79%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{markings_mid2.material => LineWhite_Straight2.material} (79%) rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/{yelow_strips1a.material => StripesWhite1.material} (81%) create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png create mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material rename RobotecWarehouseFloorMarkingAssets/Assets/{TireTracks/Tire_tracks_approach2.prefab => Lines/StripesYellow1_2x2m.prefab} (62%) delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png delete mode 100644 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab delete mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab create mode 100755 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.material create mode 100755 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.prefab create mode 100755 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.material create mode 100755 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.prefab create mode 100644 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo => RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png.assetinfo (99%) create mode 100644 RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png rename RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo => RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png.assetinfo (99%) diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner1.prefab similarity index 78% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner1.prefab index 3226b3b..272b1e2 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn1.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner1.prefab @@ -1,58 +1,58 @@ { "ContainerEntity": { "Id": "ContainerEntity", - "Name": "Yellow_line_turn1", + "Name": "LineYellow_Corner1", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 13563034600713928198 + "Id": 14117093091650804329 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 9669784692538717407 + "Id": 11431670560483579540 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 17580816537885817693, + "Id": 6709944955833742050, "Child Entity Order": [ - "Entity_[366553493228410]" + "Entity_[1050502243541708]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 3258119296810967797 + "Id": 17836408218267205791 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 8945488020558072252 + "Id": 6177484266048603823 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 14996124417533966624 + "Id": 1117753150327072221 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 8347366552877733738 + "Id": 3994742076036538551 }, "EditorPrefabComponent": { "$type": "EditorPrefabComponent", - "Id": 18376114417223290992 + "Id": 9644444735270149417 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 7165721228797624078 + "Id": 8717760419430416309 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 2681627142429921532, + "Id": 13692813218525414104, "Parent Entity": "" } } }, "Entities": { - "Entity_[366553493228410]": { - "Id": "Entity_[366553493228410]", - "Name": "Yellow_line_turn1", + "Entity_[1050502243541708]": { + "Id": "Entity_[1050502243541708]", + "Name": "LineYellow_Corner1", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", @@ -66,7 +66,7 @@ "$type": "EditorEntitySortComponent", "Id": 14141668110439184058, "Child Entity Order": [ - "Entity_[910511101266810]" + "Entity_[1050506538509004]" ] }, "EditorInspectorComponent": { @@ -109,8 +109,8 @@ } } }, - "Entity_[910511101266810]": { - "Id": "Entity_[910511101266810]", + "Entity_[1050506538509004]": { + "Id": "Entity_[1050506538509004]", "Name": "decal", "Components": { "AZ::Render::EditorDecalComponent": { @@ -119,11 +119,16 @@ "Controller": { "Configuration": { "Opacity": 0.5, + "Decal Color": [ + 0.9176470637321472, + 1.0, + 0.0 + ], "Material": { "assetId": { - "guid": "{BBD5FAF0-F52D-5B21-8D3F-E4DCE79A7AAD}" + "guid": "{F94779F0-96A6-5EB9-AAE0-7DF3093A4A02}" }, - "assetHint": "lines/materials/yelow_line_turn1.azmaterial" + "assetHint": "lines/materials/linewhite_corner1.azmaterial" } } } @@ -148,6 +153,15 @@ "$type": "EditorLockComponent", "Id": 12508601685152746330 }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 8160867401040139473, + "NonUniformScale": [ + 1.0, + 1.0, + 0.009999999776482582 + ] + }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", "Id": 5523131961398028026 @@ -163,12 +177,12 @@ "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", "Id": 4187380485184104295, - "Parent Entity": "Entity_[366553493228410]", + "Parent Entity": "Entity_[1050502243541708]", "Transform Data": { "Translate": [ 0.0, 0.0, - -0.119937002658844 + 0.0003549708053469658 ], "UniformScale": 0.12300000339746475 } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner2.prefab similarity index 74% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner2.prefab index ffe180f..d2a51d0 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_turn2.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYellow_Corner2.prefab @@ -1,58 +1,58 @@ { "ContainerEntity": { "Id": "ContainerEntity", - "Name": "Yellow_line_turn2", + "Name": "LineYellow_Corner2", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 15210782919958725047 + "Id": 5994824848958909276 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 4458840983284384390 + "Id": 12614067867073599187 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 12182465745098016722, + "Id": 14426578700595877265, "Child Entity Order": [ - "Entity_[1080454367234938]" + "Entity_[1050588142887628]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 15368409036251127418 + "Id": 8404405059611170908 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 13954537755066815688 + "Id": 2161347688516672161 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 15699010380101495626 + "Id": 12435815524869462489 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 3333728478537507882 + "Id": 11393904009068907210 }, "EditorPrefabComponent": { "$type": "EditorPrefabComponent", - "Id": 15165446625434731439 + "Id": 17706471883628393993 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 3281306270368414671 + "Id": 7874107885589238681 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 10023464619234612474, + "Id": 7678851817094703903, "Parent Entity": "" } } }, "Entities": { - "Entity_[1080454367234938]": { - "Id": "Entity_[1080454367234938]", - "Name": "Yellow_line_turn2", + "Entity_[1050588142887628]": { + "Id": "Entity_[1050588142887628]", + "Name": "LineYellow_Corner2", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", @@ -66,7 +66,7 @@ "$type": "EditorEntitySortComponent", "Id": 14141668110439184058, "Child Entity Order": [ - "Entity_[1080458662202234]" + "Entity_[1050592437854924]" ] }, "EditorInspectorComponent": { @@ -75,6 +75,14 @@ "ComponentOrderEntryArray": [ { "ComponentId": 15092410939443081929 + }, + { + "ComponentId": 16878649269778056553, + "SortIndex": 1 + }, + { + "ComponentId": 5243501019731085252, + "SortIndex": 2 } ] }, @@ -101,8 +109,8 @@ } } }, - "Entity_[1080458662202234]": { - "Id": "Entity_[1080458662202234]", + "Entity_[1050592437854924]": { + "Id": "Entity_[1050592437854924]", "Name": "decal", "Components": { "AZ::Render::EditorDecalComponent": { @@ -111,11 +119,16 @@ "Controller": { "Configuration": { "Opacity": 0.5, + "Decal Color": [ + 0.9176470637321472, + 1.0, + 0.0 + ], "Material": { "assetId": { - "guid": "{6A06DFC6-C2AE-5952-A338-CDCD16A8B55C}" + "guid": "{3D384D52-4BBE-55B1-B5EE-5662D7F786E7}" }, - "assetHint": "lines/materials/yelow_line_turn2.azmaterial" + "assetHint": "lines/materials/linewhite_corner2.azmaterial" } } } @@ -140,6 +153,15 @@ "$type": "EditorLockComponent", "Id": 12508601685152746330 }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 8160867401040139473, + "NonUniformScale": [ + 1.0, + 1.0, + 0.009999999776482582 + ] + }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", "Id": 5523131961398028026 @@ -155,12 +177,12 @@ "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", "Id": 4187380485184104295, - "Parent Entity": "Entity_[1080454367234938]", + "Parent Entity": "Entity_[1050588142887628]", "Transform Data": { "Translate": [ 0.0, 0.0, - -0.119937002658844 + 0.0003549708053469658 ], "UniformScale": 0.12300000339746475 } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight1_2m.prefab similarity index 82% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight1_2m.prefab index a512200..1d0fcea 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight2.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight1_2m.prefab @@ -1,58 +1,58 @@ { "ContainerEntity": { "Id": "ContainerEntity", - "Name": "Yellow_line_straight2", + "Name": "LineYelowStraight1_2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 16705748076258294533 + "Id": 12646894995590604262 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 5807435703676866374 + "Id": 14010823705151430266 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 1162269905353431633, + "Id": 13511683585381977977, "Child Entity Order": [ - "Entity_[25045487591065]" + "Entity_[1035658836566732]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 14689490798162694277 + "Id": 13281167628284407211 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 9522502533826046807 + "Id": 4366003623087526564 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 4007309042748959093 + "Id": 7641890162565790663 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 4636760692461062590 + "Id": 9816742545899240818 }, "EditorPrefabComponent": { "$type": "EditorPrefabComponent", - "Id": 3744465911222809150 + "Id": 13437018733035734461 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 6744399583643986872 + "Id": 17598466703587255170 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 7514061289578879817, + "Id": 758628487978472850, "Parent Entity": "" } } }, "Entities": { - "Entity_[25045487591065]": { - "Id": "Entity_[25045487591065]", - "Name": "Yellow_line_straight2", + "Entity_[1035658836566732]": { + "Id": "Entity_[1035658836566732]", + "Name": "LineYelowStraight1_2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", @@ -66,7 +66,7 @@ "$type": "EditorEntitySortComponent", "Id": 14141668110439184058, "Child Entity Order": [ - "Entity_[25049782558361]" + "Entity_[1035663131534028]" ] }, "EditorInspectorComponent": { @@ -109,8 +109,8 @@ } } }, - "Entity_[25049782558361]": { - "Id": "Entity_[25049782558361]", + "Entity_[1035663131534028]": { + "Id": "Entity_[1035663131534028]", "Name": "decal", "Components": { "AZ::Render::EditorDecalComponent": { @@ -119,11 +119,16 @@ "Controller": { "Configuration": { "Opacity": 0.5, + "Decal Color": [ + 0.9166705012321472, + 1.0, + 0.0 + ], "Material": { "assetId": { - "guid": "{C4DE036F-B297-5951-B840-1AC81CA15E4C}" + "guid": "{C13EEAC9-9FA6-50D1-90F7-B457F59D7712}" }, - "assetHint": "lines/materials/yelow_line_straight2.azmaterial" + "assetHint": "lines/materials/linewhite_straight1.azmaterial" } } } @@ -154,7 +159,7 @@ "NonUniformScale": [ 0.05000000074505806, 1.0, - 1.0 + 0.009999999776482582 ] }, "EditorOnlyEntityComponent": { @@ -172,12 +177,12 @@ "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", "Id": 17539513056454457134, - "Parent Entity": "Entity_[25045487591065]", + "Parent Entity": "Entity_[1035658836566732]", "Transform Data": { "Translate": [ 0.0, 0.0, - -0.9980051517486572 + -0.008488595485687256 ] } } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight2_2m.prefab similarity index 83% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight2_2m.prefab index f451818..00718d1 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_line_straight1.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/LineYelowStraight2_2m.prefab @@ -1,58 +1,58 @@ { "ContainerEntity": { "Id": "ContainerEntity", - "Name": "Yellow_line_straight1", + "Name": "LineYelowStraight2_2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 3459127469774121728 + "Id": 2261628882821552953 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 10243747259355446940 + "Id": 7952371422191673256 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 300341461656849384, + "Id": 8276223586386357617, "Child Entity Order": [ - "Entity_[134852310751446]" + "Entity_[1035744735912652]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 8446810267200409335 + "Id": 11000514474589977756 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 4379637847061223400 + "Id": 17793066542812904784 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 4350622414400481077 + "Id": 11814780458525662339 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 1241731830907680435 + "Id": 2623381707176757236 }, "EditorPrefabComponent": { "$type": "EditorPrefabComponent", - "Id": 8344750552572578677 + "Id": 17375073823366929104 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 12480975607030555788 + "Id": 8199443118021140864 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 13271793777543236482, + "Id": 10938190859185272757, "Parent Entity": "" } } }, "Entities": { - "Entity_[134852310751446]": { - "Id": "Entity_[134852310751446]", - "Name": "Yellow_line_straight1", + "Entity_[1035744735912652]": { + "Id": "Entity_[1035744735912652]", + "Name": "LineYelowStraight2_2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", @@ -66,7 +66,7 @@ "$type": "EditorEntitySortComponent", "Id": 14141668110439184058, "Child Entity Order": [ - "Entity_[479150355860346]" + "Entity_[1035749030879948]" ] }, "EditorInspectorComponent": { @@ -109,8 +109,8 @@ } } }, - "Entity_[479150355860346]": { - "Id": "Entity_[479150355860346]", + "Entity_[1035749030879948]": { + "Id": "Entity_[1035749030879948]", "Name": "decal", "Components": { "AZ::Render::EditorDecalComponent": { @@ -119,11 +119,16 @@ "Controller": { "Configuration": { "Opacity": 0.5, + "Decal Color": [ + 0.9166705012321472, + 1.0, + 0.0 + ], "Material": { "assetId": { - "guid": "{8D89CDB8-B7E0-5D60-831C-B1E6E1A6B571}" + "guid": "{A1C623A5-2A54-57F9-BA40-8A68F9BE564E}" }, - "assetHint": "lines/materials/yelow_line_straight1.azmaterial" + "assetHint": "lines/materials/linewhite_straight2.azmaterial" } } } @@ -154,7 +159,7 @@ "NonUniformScale": [ 0.05000000074505806, 1.0, - 1.0 + 0.009999999776482582 ] }, "EditorOnlyEntityComponent": { @@ -172,12 +177,12 @@ "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", "Id": 17539513056454457134, - "Parent Entity": "Entity_[134852310751446]", + "Parent Entity": "Entity_[1035744735912652]", "Transform Data": { "Translate": [ 0.0, 0.0, - -0.9980051517486572 + -0.008488595485687256 ] } } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner1.material similarity index 80% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner1.material index 7ecbe73..0359c4d 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn1.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner1.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/line_yellow_turn1.png", + "baseColor.textureMap": "Textures/LineWhite_Corner1.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner2.material similarity index 80% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner2.material index b7b44e8..539cb85 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_turn2.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Corner2.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/line_yellow_turn2.png", + "baseColor.textureMap": "Textures/LineWhite_Corner2.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Starit1.material similarity index 79% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Starit1.material index 7280f9c..bf00b9b 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end2.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Starit1.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/markings_end2.png", + "baseColor.textureMap": "Textures/LineWhite_Straight1.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight1.material similarity index 79% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight1.material index bb844c6..bf00b9b 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid1.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight1.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/markings_mid1.png", + "baseColor.textureMap": "Textures/LineWhite_Straight1.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight2.material similarity index 79% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight2.material index 31f5509..4f9353b 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_mid2.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/LineWhite_Straight2.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/markings_mid2.png", + "baseColor.textureMap": "Textures/LineWhite_Straight2.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/StripesWhite1.material similarity index 81% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/StripesWhite1.material index dcba8c2..90cc04f 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_strips1a.material +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/StripesWhite1.material @@ -2,7 +2,7 @@ "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", "materialTypeVersion": 5, "propertyValues": { - "baseColor.textureMap": "Textures/strips_1a.png", + "baseColor.textureMap": "Textures/StripsWhite1.png", "normal.useTexture": false, "opacity.factor": 1.0, "opacity.mode": "Blended" diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png new file mode 100644 index 0000000..c08776e --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f03f6178922bc392bdb796a2cc442aee5dccbe31ff798f47ad83229625a7b9 +size 28617 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png new file mode 100644 index 0000000..33d0584 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a763e826deb377b5469be1f075eceb2f697ffcf1ee97fa36efa81f88fe1d757f +size 28248 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png new file mode 100644 index 0000000..c7a21c4 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2398b81d36ff6ec5248b8ac9e71a513841360f234c6600da71fd523a6c80b952 +size 147433 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png new file mode 100644 index 0000000..efff174 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43002768512d448c9fbe83254456175695525c4fa1e6ceef2b725fbf7974deb3 +size 171907 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png new file mode 100644 index 0000000..ed2f269 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13931b1e936a6e902fd2d2e99f6dcf09835eac8cab0ff18d8ff63eecf41bc484 +size 892247 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png new file mode 100644 index 0000000..2fb8895 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa14acce51bba4d284c6d60ef709bb2c416d354d192210669b3aa5f59ef4d61 +size 929635 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png deleted file mode 100644 index b05157e..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3591f5b11393230913c16dd24e49f993bd1d27559a15625887cc796f5da5a3 -size 153935 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png deleted file mode 100644 index 5266593..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_straight2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9956dff604362ea77fed6a06e1d9c0e247d8a567faf0d6a1ef6241b946a36dbf -size 178543 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png deleted file mode 100644 index b067ced..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d24b025cbd24d10c501e01eccb3a7cac3028f3ff61d562f002a5ebb9c0c25a -size 38588 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png deleted file mode 100644 index d8f6e57..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/line_yellow_turn2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4cd2870f7bec24ae36f9afad50c1788ad66dbdcbcac92496bf58c48a01bc0e -size 38152 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png deleted file mode 100644 index 41254ba..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d39ebfe2e7b87362dfc031db18bb48067eea4a672df8f148baf4a9170abbab7 -size 667266 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png deleted file mode 100644 index 5fd8ecb..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2319f0c2e7388de9a52904c9f38d341266f109935fc3a04cdabc73ba55fb710 -size 660848 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo deleted file mode 100755 index 69f4363..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end2.png.assetinfo +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo deleted file mode 100755 index 8cc9c65..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_line.png.assetinfo +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png deleted file mode 100644 index cf90b48..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94d269b0e0fc5b3c07eac8098dde34239c76ef8cbab4e2640402510a3b46c21a -size 518989 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo deleted file mode 100755 index 66d4999..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid1.png.assetinfo +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png deleted file mode 100644 index 85147a1..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35f36b877e056458b3de825a245e52b19b7c514bae97e5e6e59ea34197ddef2d -size 519249 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo deleted file mode 100755 index edd87b5..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_mid2.png.assetinfo +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png deleted file mode 100644 index f7ef0c5..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/strips_1a.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca49df02a47f3e14f2cbc57f07c67ee1e97e18f58b8e9eca8bbc7fddd2471b0d -size 1034902 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material deleted file mode 100755 index 0750041..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/markings_end1.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/markings_end1.png", - "normal.useTexture": false, - "opacity.factor": 0.9399999976158142, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material deleted file mode 100755 index bcd03ae..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight1.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/line_yellow_straight1.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material deleted file mode 100755 index 1fe076a..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/yelow_line_straight2.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/line_yellow_straight2.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab index 3a6b635..45a079f 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_EndLines.prefab @@ -66,9 +66,9 @@ "$type": "EditorEntitySortComponent", "Id": 3041619073744902650, "Child Entity Order": [ - "Instance_[115763786817177]/ContainerEntity", - "Instance_[132514159271577]/ContainerEntity", - "Instance_[136027442519705]/ContainerEntity" + "Instance_[1194533971813068]/ContainerEntity", + "Instance_[1195307065926348]/ContainerEntity", + "Instance_[1189465910403788]/ContainerEntity" ] }, "EditorInspectorComponent": { @@ -100,12 +100,12 @@ } }, "Instances": { - "Instance_[115763786817177]": { - "Source": "Lines/Yellow_line_straight2.prefab", + "Instance_[1189465910403788]": { + "Source": "Lines/LineYelowStraight2_2m.prefab", "Patches": [ { "op": "replace", - "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "path": "/Entities/Entity_[1035749030879948]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", "value": 0.5080000162124634 }, { @@ -113,25 +113,20 @@ "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", "value": "../Entity_[45684632078486]" }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": -0.0000019073486328125 - }, { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 2.4402427673339844 + "value": 2.4466915130615234 }, { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", - "value": -89.9999771118164 + "value": -89.99994659423828 } ] }, - "Instance_[132514159271577]": { - "Source": "Lines/Yellow_line_turn1.prefab", + "Instance_[1194533971813068]": { + "Source": "Lines/LineYellow_Corner1.prefab", "Patches": [ { "op": "replace", @@ -146,12 +141,12 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 2.3712005615234375 + "value": 2.3778915405273438 } ] }, - "Instance_[136027442519705]": { - "Source": "Lines/Yellow_line_turn2.prefab", + "Instance_[1195307065926348]": { + "Source": "Lines/LineYellow_Corner2.prefab", "Patches": [ { "op": "replace", @@ -161,12 +156,12 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": 0.6299992203712463 + "value": 0.6299991607666016 }, { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 2.3712005615234375 + "value": 2.3778915405273438 } ] } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab index 96bbb8b..cf6d838 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Rack450x120_SideLines.prefab @@ -66,10 +66,8 @@ "$type": "EditorEntitySortComponent", "Id": 1841222885572879311, "Child Entity Order": [ - "Instance_[28404152016537]/ContainerEntity", - "Instance_[25036897656473]/ContainerEntity", - "Instance_[46640583155353]/ContainerEntity", - "Instance_[46644878122649]/ContainerEntity" + "Instance_[1138347209646796]/ContainerEntity", + "Instance_[1157330965095116]/ContainerEntity" ] }, "EditorInspectorComponent": { @@ -101,13 +99,13 @@ } }, "Instances": { - "Instance_[25036897656473]": { - "Source": "Lines/Yellow_line_straight2.prefab", + "Instance_[1138347209646796]": { + "Source": "Lines/LineYelowStraight1_2m.prefab", "Patches": [ { "op": "replace", - "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", - "value": 1.0549999475479126 + "path": "/Entities/Entity_[1035663131534028]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.128000020980835 }, { "op": "replace", @@ -122,22 +120,17 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.1966056823730469 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 7.152557373046875e-7 + "value": 1.127500057220459 } ] }, - "Instance_[28404152016537]": { - "Source": "Lines/Yellow_line_straight1.prefab", + "Instance_[1157330965095116]": { + "Source": "Lines/LineYelowStraight2_2m.prefab", "Patches": [ { "op": "replace", - "path": "/Entities/Entity_[479150355860346]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", - "value": 1.2000000476837158 + "path": "/Entities/Entity_[1035749030879948]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.128000020980835 }, { "op": "replace", @@ -152,22 +145,17 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": -1.058004379272461 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 8.344650268554688e-7 + "value": -1.127500057220459 } ] }, - "Instance_[46640583155353]": { - "Source": "Lines/Yellow_line_straight1.prefab", + "Instance_[1160165643510476]": { + "Source": "Lines/LineYelowStraight1_2m.prefab", "Patches": [ { "op": "replace", - "path": "/Entities/Entity_[479150355860346]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", - "value": 1.2000000476837158 + "path": "/Entities/Entity_[1035663131534028]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.128000020980835 }, { "op": "replace", @@ -182,22 +170,17 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": -1.058004379272461 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 8.344650268554688e-7 + "value": 1.127500057220459 } ] }, - "Instance_[46644878122649]": { - "Source": "Lines/Yellow_line_straight2.prefab", + "Instance_[1160169938477772]": { + "Source": "Lines/LineYelowStraight2_2m.prefab", "Patches": [ { "op": "replace", - "path": "/Entities/Entity_[25049782558361]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", - "value": 1.0549999475479126 + "path": "/Entities/Entity_[1035749030879948]/Components/EditorNonUniformScaleComponent/NonUniformScale/1", + "value": 1.128000020980835 }, { "op": "replace", @@ -212,12 +195,7 @@ { "op": "replace", "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.1966056823730469 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 7.152557373046875e-7 + "value": -1.127500057220459 } ] } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/StripesYellow1_2x2m.prefab similarity index 62% rename from RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab rename to RobotecWarehouseFloorMarkingAssets/Assets/Lines/StripesYellow1_2x2m.prefab index d1ca120..58f5972 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach2.prefab +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/StripesYellow1_2x2m.prefab @@ -1,176 +1,189 @@ { "ContainerEntity": { "Id": "ContainerEntity", - "Name": "Tire_tracks_approach2", + "Name": "StripesYellow1_2x2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 15645640904703025880 + "Id": 10883943497731881011 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 9211905735546064896 + "Id": 13133030281895270697 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 11903001250031395356, + "Id": 12219727652227825427, "Child Entity Order": [ - "Entity_[185242348498840]" + "Entity_[1055016254169804]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 1949424911219795324 + "Id": 2317911601878996300 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 17946003583901349233 + "Id": 5943124841183259769 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 8615619467687988725 + "Id": 6915244017078833619 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 14172675492172060309 + "Id": 15806496684150947579 }, "EditorPrefabComponent": { "$type": "EditorPrefabComponent", - "Id": 16995167783572160622 + "Id": 14274807734353302258 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 9601240531186592743 + "Id": 2851285306346295058 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 8172886286357227273, + "Id": 13174622593617371553, "Parent Entity": "" } } }, "Entities": { - "Entity_[185242348498840]": { - "Id": "Entity_[185242348498840]", - "Name": "Tire_tracks_approach2", + "Entity_[1055016254169804]": { + "Id": "Entity_[1055016254169804]", + "Name": "StripesYellow1_2x2m", "Components": { "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 6316928484385816273 + "Id": 14113777681460908121 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 4642798737538706628 + "Id": 9799649090269377137 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 11948574441786428518, + "Id": 6665814386555457763, "Child Entity Order": [ - "Entity_[185246643466136]" + "Entity_[1055020549137100]" ] }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 2079400434321411288, - "ComponentOrderEntryArray": [ - { - "ComponentId": 1402534385532362804 - } - ] + "Id": 8180326485579001869 }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 10586431684731889265 + "Id": 508769394775953386 }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 819464382160481122 + "Id": 15051490131264575704 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 4317769700994102606 + "Id": 16189044419554197277 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 15525088840977602096 + "Id": 9044771073957515978 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 1402534385532362804, - "Parent Entity": "ContainerEntity" + "Id": 14450400810789838394, + "Parent Entity": "ContainerEntity", + "Transform Data": { + "UniformScale": 0.9850000143051147 + } } } }, - "Entity_[185246643466136]": { - "Id": "Entity_[185246643466136]", + "Entity_[1055020549137100]": { + "Id": "Entity_[1055020549137100]", "Name": "decal", "Components": { "AZ::Render::EditorDecalComponent": { "$type": "AZ::Render::EditorDecalComponent", - "Id": 16763289601796460875, + "Id": 14506289657834921547, "Controller": { "Configuration": { - "Opacity": 0.44999998807907104, + "Opacity": 0.5, + "Decal Color": [ + 0.9176470637321472, + 1.0, + 0.0 + ], "Material": { "assetId": { - "guid": "{F2836D6B-CD35-558F-A4EC-626F6676266E}" + "guid": "{4CF6A5D3-6DAE-5252-B43A-0F7457E14EDF}" }, - "assetHint": "assets/factory/decals/materials/tire_tracks_approach2.azmaterial" + "assetHint": "lines/materials/stripeswhite1.azmaterial" } } } }, "EditorDisabledCompositionComponent": { "$type": "EditorDisabledCompositionComponent", - "Id": 14533007984067463785 + "Id": 6249174589978545251 }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", - "Id": 392190002339690653 + "Id": 1219532614432000659 }, "EditorEntitySortComponent": { "$type": "EditorEntitySortComponent", - "Id": 15021767418295302578 + "Id": 11793962137529054436 }, "EditorInspectorComponent": { "$type": "EditorInspectorComponent", - "Id": 16169527972302250385 + "Id": 8551328279026890827, + "ComponentOrderEntryArray": [ + { + "ComponentId": 1517147287597271772 + }, + { + "ComponentId": 14506289657834921547, + "SortIndex": 1 + } + ] }, "EditorLockComponent": { "$type": "EditorLockComponent", - "Id": 5098090216107572618 + "Id": 2145941085438199335 }, "EditorNonUniformScaleComponent": { "$type": "EditorNonUniformScaleComponent", - "Id": 10857867351519034660, + "Id": 7862108646125764559, "NonUniformScale": [ - 1.7999999523162842, - 1.7999999523162842, - 1.0 + 1.0149999856948853, + 1.0149999856948853, + 0.009999999776482582 ] }, "EditorOnlyEntityComponent": { "$type": "EditorOnlyEntityComponent", - "Id": 7058192063716276766 + "Id": 3480691644425284717 }, "EditorPendingCompositionComponent": { "$type": "EditorPendingCompositionComponent", - "Id": 743710773786593504 + "Id": 17643455460644565098 }, "EditorVisibilityComponent": { "$type": "EditorVisibilityComponent", - "Id": 11222055568654250959 + "Id": 13246862449440062818 }, "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 12360236238855543030, - "Parent Entity": "Entity_[185242348498840]", + "Id": 1517147287597271772, + "Parent Entity": "Entity_[1055016254169804]", "Transform Data": { "Translate": [ 0.0, 0.0, - -0.9948248863220215 - ] + -0.009902994148433208 + ], + "UniformScale": 1.0003000497817993 } } } diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab deleted file mode 100755 index 0081f31..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Yellow_strips1.prefab +++ /dev/null @@ -1,129 +0,0 @@ -{ - "ContainerEntity": { - "Id": "ContainerEntity", - "Name": "Yellow_strips1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 9446900034252488985 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 13433299481845206890 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 251270495040848814, - "Child Entity Order": [ - "Entity_[80667003345110]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 14549056733316085735 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 6605521228588142994 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 17741198620042236519 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 14304338424731981762 - }, - "EditorPrefabComponent": { - "$type": "EditorPrefabComponent", - "Id": 15399450347463140731 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 6932218742816032999 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 960391981524956155, - "Parent Entity": "" - } - } - }, - "Entities": { - "Entity_[80667003345110]": { - "Id": "Entity_[80667003345110]", - "Name": "Yellow_strips1", - "Components": { - "AZ::Render::EditorDecalComponent": { - "$type": "AZ::Render::EditorDecalComponent", - "Id": 14506289657834921547, - "Controller": { - "Configuration": { - "Opacity": 0.30000001192092896, - "Material": { - "assetId": { - "guid": "{6DFBDBDB-3459-542C-BB77-C252A9ADE26C}" - }, - "assetHint": "lines/materials/yelow_strips1a.azmaterial" - } - } - } - }, - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 6249174589978545251 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 1219532614432000659 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 11793962137529054436 - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 8551328279026890827, - "ComponentOrderEntryArray": [ - { - "ComponentId": 1517147287597271772 - }, - { - "ComponentId": 14506289657834921547, - "SortIndex": 1 - } - ] - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 2145941085438199335 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 3480691644425284717 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 17643455460644565098 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 13246862449440062818 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 1517147287597271772, - "Parent Entity": "ContainerEntity", - "Transform Data": { - "Translate": [ - 0.0, - 0.0, - -0.9809603691101074 - ], - "UniformScale": 0.9850000143051147 - } - } - } - } - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png deleted file mode 100644 index 3b4f249..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ff8fe0de1decac2dcbfd98e7028346bedf34a148ea31a2bb4156a738809a915 -size 130879 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png deleted file mode 100644 index 40d0a8b..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeff1e14e3bcb36ca31a51b2823f34ac30744c576b1fa958e2a85e45074d85b1 -size 266093 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png deleted file mode 100644 index 07eedb0..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_approach2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:197f1a18231d2097e717e4dc4e1b828f3c316a0cab4beb7609899b4c1bab0932 -size 260430 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png deleted file mode 100644 index 01455ad..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/Textures/tire_tracks_curve1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cf5a7ab289b016172573a921f5ad58eeb7756619a36b0bd2c7f305421e6399a -size 146401 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material deleted file mode 100755 index 1001ed0..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach1.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/tire_tracks_approach1.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material deleted file mode 100755 index 78d08c7..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_approach2.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/tire_tracks_approach2.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material deleted file mode 100755 index 7b29b14..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_curve1.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/tire_tracks_curve1.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material deleted file mode 100755 index 2218e8b..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Materials/tire_tracks_straight1.material +++ /dev/null @@ -1,10 +0,0 @@ -{ - "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", - "materialTypeVersion": 5, - "propertyValues": { - "baseColor.textureMap": "Textures/tire_tracks1.png", - "normal.useTexture": false, - "opacity.factor": 1.0, - "opacity.mode": "Blended" - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab deleted file mode 100755 index 77dc6e2..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach1.prefab +++ /dev/null @@ -1,179 +0,0 @@ -{ - "ContainerEntity": { - "Id": "ContainerEntity", - "Name": "Tire_tracks_approach1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 12387937265573413038 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 7658239459831080345 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 5578558457871943119, - "Child Entity Order": [ - "Entity_[110127665459096]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 4010625895873936953 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 457942069349839507 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 875221617608825964 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 12211690309116964297 - }, - "EditorPrefabComponent": { - "$type": "EditorPrefabComponent", - "Id": 12882290752924242060 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 14770895997341778159 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 5095998183334801415, - "Parent Entity": "" - } - } - }, - "Entities": { - "Entity_[110127665459096]": { - "Id": "Entity_[110127665459096]", - "Name": "Tire_tracks_approach1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 6316928484385816273 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 4642798737538706628 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 11948574441786428518, - "Child Entity Order": [ - "Entity_[110131960426392]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 2079400434321411288, - "ComponentOrderEntryArray": [ - { - "ComponentId": 1402534385532362804 - } - ] - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 10586431684731889265 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 819464382160481122 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 4317769700994102606 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 15525088840977602096 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 1402534385532362804, - "Parent Entity": "ContainerEntity" - } - } - }, - "Entity_[110131960426392]": { - "Id": "Entity_[110131960426392]", - "Name": "decal", - "Components": { - "AZ::Render::EditorDecalComponent": { - "$type": "AZ::Render::EditorDecalComponent", - "Id": 16763289601796460875, - "Controller": { - "Configuration": { - "Opacity": 0.44999998807907104, - "Material": { - "assetId": { - "guid": "{B52411FB-DBAA-51B3-B05A-07448CE82EB8}" - }, - "assetHint": "assets/factory/decals/materials/tire_tracks_approach1.azmaterial" - } - } - } - }, - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 14533007984067463785 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 392190002339690653 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 15021767418295302578 - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 16169527972302250385 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 5098090216107572618 - }, - "EditorNonUniformScaleComponent": { - "$type": "EditorNonUniformScaleComponent", - "Id": 10857867351519034660, - "NonUniformScale": [ - 1.7999999523162842, - 1.7999999523162842, - 1.0 - ] - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 7058192063716276766 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 743710773786593504 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 11222055568654250959 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 12360236238855543030, - "Parent Entity": "Entity_[110127665459096]", - "Transform Data": { - "Translate": [ - 0.0, - 0.0, - -0.9948248863220215 - ] - } - } - } - } - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab deleted file mode 100755 index ade895d..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_approach_both_sedes.prefab +++ /dev/null @@ -1,222 +0,0 @@ -{ - "ContainerEntity": { - "Id": "ContainerEntity", - "Name": "Tire_tracks_approach_both_sedes", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 13844165084720739045 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 17327678654451653934 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 16909805783390001168, - "Child Entity Order": [ - "Entity_[267057180520344]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 6079127416194421438 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 4305834898429985507 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 9832676247980737049 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 3079646712468348913 - }, - "EditorPrefabComponent": { - "$type": "EditorPrefabComponent", - "Id": 10084686522154500175 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 12133542767630553863 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 3463919701636307648, - "Parent Entity": "" - } - } - }, - "Entities": { - "Entity_[267057180520344]": { - "Id": "Entity_[267057180520344]", - "Name": "Tire_tracks_approach_both_sedes", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 747470876051847757 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 2094879824471058828 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 3591240337483450994, - "Child Entity Order": [ - "", - "", - "", - "", - "Instance_[185590240849816]/ContainerEntity", - "Instance_[185585945882520]/ContainerEntity" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 16451474903064494522, - "ComponentOrderEntryArray": [ - { - "ComponentId": 3645087584650294084 - } - ] - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 843624516433696721 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 10562385162750785018 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 7969701475725772996 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 6722681023783429355 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 3645087584650294084, - "Parent Entity": "ContainerEntity" - } - } - } - }, - "Instances": { - "Instance_[185585945882520]": { - "Source": "Assets/Factory/Decals/Tire_tracks_approach2.prefab", - "Patches": [ - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", - "value": "../Entity_[267057180520344]" - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": 1.9768524169921875 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.5646381378173828 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 1.1624155044555664 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", - "value": -0.000013606952052214183 - } - ] - }, - "Instance_[185590240849816]": { - "Source": "Assets/Factory/Decals/Tire_tracks_approach1.prefab", - "Patches": [ - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", - "value": "../Entity_[267057180520344]" - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": -1.4209213256835938 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.6274662017822266 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", - "value": -0.000013606952052214183 - } - ] - }, - "Instance_[267512447053720]": { - "Source": "Assets/Factory/Decals/Tire_tracks_approach1.prefab", - "Patches": [ - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", - "value": "../Entity_[267057180520344]" - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": -0.9040374755859375 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.4908695220947266 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", - "value": -0.000013606952052214183 - } - ] - }, - "Instance_[267525331955608]": { - "Source": "Assets/Factory/Decals/Tire_tracks_approach2.prefab", - "Patches": [ - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Parent Entity", - "value": "../Entity_[267057180520344]" - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/0", - "value": 1.4218521118164063 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1", - "value": 1.5088329315185547 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/2", - "value": 1.1624155044555664 - }, - { - "op": "replace", - "path": "/ContainerEntity/Components/TransformComponent/Transform Data/Rotate/2", - "value": -0.000013606952052214183 - } - ] - } - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab deleted file mode 100755 index 4225d0f..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_curve1.prefab +++ /dev/null @@ -1,179 +0,0 @@ -{ - "ContainerEntity": { - "Id": "ContainerEntity", - "Name": "Tire_tracks_curve1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 7208179192721193002 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 13560724890189062687 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 11580923986833143579, - "Child Entity Order": [ - "Entity_[33011527659416]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 6534068188755437707 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 3075282072097981494 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 3690626594691798951 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 3635349811702864592 - }, - "EditorPrefabComponent": { - "$type": "EditorPrefabComponent", - "Id": 18184524834819451570 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 1245033683615254446 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 6024054248092932080, - "Parent Entity": "" - } - } - }, - "Entities": { - "Entity_[33011527659416]": { - "Id": "Entity_[33011527659416]", - "Name": "Tire_tracks_curve1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 6316928484385816273 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 4642798737538706628 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 11948574441786428518, - "Child Entity Order": [ - "Entity_[33015822626712]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 2079400434321411288, - "ComponentOrderEntryArray": [ - { - "ComponentId": 1402534385532362804 - } - ] - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 10586431684731889265 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 819464382160481122 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 4317769700994102606 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 15525088840977602096 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 1402534385532362804, - "Parent Entity": "ContainerEntity" - } - } - }, - "Entity_[33015822626712]": { - "Id": "Entity_[33015822626712]", - "Name": "decal", - "Components": { - "AZ::Render::EditorDecalComponent": { - "$type": "AZ::Render::EditorDecalComponent", - "Id": 16763289601796460875, - "Controller": { - "Configuration": { - "Opacity": 0.4000000059604645, - "Material": { - "assetId": { - "guid": "{DB3DFBED-4887-5457-A1A2-C2374A7A6061}" - }, - "assetHint": "assets/factory/decals/materials/tire_tracks_curve1.azmaterial" - } - } - } - }, - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 14533007984067463785 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 392190002339690653 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 15021767418295302578 - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 16169527972302250385 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 5098090216107572618 - }, - "EditorNonUniformScaleComponent": { - "$type": "EditorNonUniformScaleComponent", - "Id": 10857867351519034660, - "NonUniformScale": [ - 2.0, - 2.0, - 1.0 - ] - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 7058192063716276766 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 743710773786593504 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 11222055568654250959 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 12360236238855543030, - "Parent Entity": "Entity_[33011527659416]", - "Transform Data": { - "Translate": [ - 0.0, - 0.0, - -0.9948248863220215 - ] - } - } - } - } - } -} \ No newline at end of file diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab b/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab deleted file mode 100755 index 81aa610..0000000 --- a/RobotecWarehouseFloorMarkingAssets/Assets/TireTracks/Tire_tracks_straight1.prefab +++ /dev/null @@ -1,179 +0,0 @@ -{ - "ContainerEntity": { - "Id": "ContainerEntity", - "Name": "Tire_tracks_straight1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 11096301090086288098 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 10290533508978122867 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 3775472551145050299, - "Child Entity Order": [ - "Entity_[247906437836276]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 14927443290575869333 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 7868983838533729220 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 7225285331075997986 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 15778334550774654087 - }, - "EditorPrefabComponent": { - "$type": "EditorPrefabComponent", - "Id": 3834523363115928735 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 524800985961555923 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 15586992247523414155, - "Parent Entity": "" - } - } - }, - "Entities": { - "Entity_[247906437836276]": { - "Id": "Entity_[247906437836276]", - "Name": "Tire_tracks_straight1", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 6316928484385816273 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 4642798737538706628 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 11948574441786428518, - "Child Entity Order": [ - "Entity_[247910732803572]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 2079400434321411288, - "ComponentOrderEntryArray": [ - { - "ComponentId": 1402534385532362804 - } - ] - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 10586431684731889265 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 819464382160481122 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 4317769700994102606 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 15525088840977602096 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 1402534385532362804, - "Parent Entity": "ContainerEntity" - } - } - }, - "Entity_[247910732803572]": { - "Id": "Entity_[247910732803572]", - "Name": "decal", - "Components": { - "AZ::Render::EditorDecalComponent": { - "$type": "AZ::Render::EditorDecalComponent", - "Id": 17675934151617074480, - "Controller": { - "Configuration": { - "Opacity": 0.10000000149011612, - "Material": { - "assetId": { - "guid": "{58E48280-4D38-5753-AB0A-DCDC928D1568}" - }, - "assetHint": "assets/factory/decals/materials/tire_tracks_straight1.azmaterial" - } - } - } - }, - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 14533007984067463785 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 392190002339690653 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 15021767418295302578 - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 16169527972302250385 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 5098090216107572618 - }, - "EditorNonUniformScaleComponent": { - "$type": "EditorNonUniformScaleComponent", - "Id": 17817043502353071839, - "NonUniformScale": [ - 15.0, - 1.0, - 1.0 - ] - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 7058192063716276766 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 743710773786593504 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 11222055568654250959 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 12360236238855543030, - "Parent Entity": "Entity_[247906437836276]", - "Transform Data": { - "Translate": [ - 0.0, - 0.0, - -0.9948248863220215 - ] - } - } - } - } - } -} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.material b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.material new file mode 100755 index 0000000..97cef73 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.material @@ -0,0 +1,23 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/InspectionStation_Sign_Basecolor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 0.49000000953674316, + "opacity.mode": "Cutout", + "roughness.factor": 0.1599999964237213, + "specularF0.factor": 0.0 + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.prefab b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.prefab new file mode 100755 index 0000000..de129c3 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/InspectionStation_Sign.prefab @@ -0,0 +1,230 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "InspectionStation_Sign", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 8776502498772432826 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 15221630686098999559 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 1478228582878745529, + "Child Entity Order": [ + "Entity_[367937450926796]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 5314932802335816737 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 7157020169068180802 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 8632174674703766029 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 8069264857396802197 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 10911187527134903721 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 11136896768491576004 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 16016162792071174781, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[367937450926796]": { + "Id": "Entity_[367937450926796]", + "Name": "InspectionStation_Sign", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 12486610511197493158 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 18156342482796497679 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 6266577584920907942, + "Child Entity Order": [ + "Entity_[367941745894092]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 8140444250897345847 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 6444465634738074132 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 16598436738563561346 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 9353289288603602470 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15034850503874790649 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 8672314182920909061, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[367941745894092]": { + "Id": "Entity_[367941745894092]", + "Name": "sign", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 8600595376468615552, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{767B3209-EDF7-503A-BF3D-6A69DAABC966}", + "subId": 285003870 + }, + "assetHint": "materialeditor/viewportmodels/plane_1x1.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 18251399634787952271 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 2665157978299509509 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 17274608970732135831 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 17021427116988094299, + "ComponentOrderEntryArray": [ + { + "ComponentId": 3863557258120786533 + }, + { + "ComponentId": 9272980833444154755, + "SortIndex": 1 + }, + { + "ComponentId": 17021427116988094299, + "SortIndex": 2 + }, + { + "ComponentId": 17274608970732135831, + "SortIndex": 3 + }, + { + "ComponentId": 5279891081588533047, + "SortIndex": 4 + }, + { + "ComponentId": 4516884497749523243, + "SortIndex": 5 + }, + { + "ComponentId": 15755220814899555292, + "SortIndex": 6 + }, + { + "ComponentId": 2665157978299509509, + "SortIndex": 7 + }, + { + "ComponentId": 18251399634787952271, + "SortIndex": 8 + }, + { + "ComponentId": 8600595376468615552, + "SortIndex": 9 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4516884497749523243 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 12608626543653936146, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 1803671422 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{D18E7248-4C98-5061-9796-AD01194155F1}" + }, + "assetHint": "signs/models/materials/inspectionstation_sign.azmaterial" + } + } + } + ] + } + } + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 9272980833444154755 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15755220814899555292 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 5279891081588533047 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 3863557258120786533, + "Parent Entity": "Entity_[367937450926796]", + "Transform Data": { + "Rotate": [ + 90.0, + 90.0, + 0.0 + ], + "UniformScale": 0.4000000059604645 + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.material b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.material new file mode 100755 index 0000000..232e467 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.material @@ -0,0 +1,23 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/OutboundShipment_Sign_Basecolor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "opacity.factor": 0.49000000953674316, + "opacity.mode": "Cutout", + "roughness.factor": 0.1599999964237213, + "specularF0.factor": 0.0 + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.prefab b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.prefab new file mode 100755 index 0000000..6b27e9d --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/OutboundShipment_Sign.prefab @@ -0,0 +1,230 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "OutboundShipment_Sign", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 2146962511818681206 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13255985677980718988 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 13363245524049958500, + "Child Entity Order": [ + "Entity_[370531611173580]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 5678242228546504374 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 1503920377362709107 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2004944578019465242 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 8373391773393632386 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 1359776751244516743 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 9291276749363718511 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 18036809453939867177, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[370531611173580]": { + "Id": "Entity_[370531611173580]", + "Name": "OutboundShipment_Sign", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 12486610511197493158 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 18156342482796497679 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 6266577584920907942, + "Child Entity Order": [ + "Entity_[370535906140876]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 8140444250897345847 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 6444465634738074132 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 16598436738563561346 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 9353289288603602470 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15034850503874790649 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 8672314182920909061, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[370535906140876]": { + "Id": "Entity_[370535906140876]", + "Name": "sign", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 8600595376468615552, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{767B3209-EDF7-503A-BF3D-6A69DAABC966}", + "subId": 285003870 + }, + "assetHint": "materialeditor/viewportmodels/plane_1x1.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 18251399634787952271 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 2665157978299509509 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 17274608970732135831 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 17021427116988094299, + "ComponentOrderEntryArray": [ + { + "ComponentId": 3863557258120786533 + }, + { + "ComponentId": 9272980833444154755, + "SortIndex": 1 + }, + { + "ComponentId": 17021427116988094299, + "SortIndex": 2 + }, + { + "ComponentId": 17274608970732135831, + "SortIndex": 3 + }, + { + "ComponentId": 5279891081588533047, + "SortIndex": 4 + }, + { + "ComponentId": 4516884497749523243, + "SortIndex": 5 + }, + { + "ComponentId": 15755220814899555292, + "SortIndex": 6 + }, + { + "ComponentId": 2665157978299509509, + "SortIndex": 7 + }, + { + "ComponentId": 18251399634787952271, + "SortIndex": 8 + }, + { + "ComponentId": 8600595376468615552, + "SortIndex": 9 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4516884497749523243 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 12608626543653936146, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 1803671422 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{DE43D39E-6F03-59F1-B76A-DB10DA6F1421}" + }, + "assetHint": "signs/models/materials/outboundshipment_sign.azmaterial" + } + } + } + ] + } + } + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 9272980833444154755 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 15755220814899555292 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 5279891081588533047 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 3863557258120786533, + "Parent Entity": "Entity_[370531611173580]", + "Transform Data": { + "Rotate": [ + 90.0, + 90.0, + 0.0 + ], + "UniformScale": 0.4000000059604645 + } + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png new file mode 100644 index 0000000..f077bfd --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23df678b347eea285c6a17c6cfde1444b272b2a24c78867303700bf932a68b3a +size 60377 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png.assetinfo similarity index 99% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo rename to RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png.assetinfo index edd87b5..9ca451a 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_corner.png.assetinfo +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/InspectionStation_Sign_Basecolor.png.assetinfo @@ -1,7 +1,7 @@ - + @@ -57,11 +57,11 @@ - + - + @@ -74,11 +74,11 @@ - + - + diff --git a/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png new file mode 100644 index 0000000..9ea7d14 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326ca2251092274d2a2381ea74c0ecab32af8b40e887f8d77fa2d9ec3a326642 +size 39593 diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png.assetinfo similarity index 99% rename from RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo rename to RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png.assetinfo index edd87b5..6812798 100755 --- a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/markings_end1.png.assetinfo +++ b/RobotecWarehouseMiscAssets/Assets/Signs/Models/Materials/Textures/OutboundShipment_Sign_Basecolor.png.assetinfo @@ -1,7 +1,7 @@ - + @@ -74,15 +74,15 @@ - + - + - + From 30378dedd52b63ccb256fe62a1229ce5ab4327f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Tue, 7 Oct 2025 11:14:53 +0200 Subject: [PATCH 3/6] Switched texture types to 'Decal with alpha' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Textures/LineWhite_Corner1.png.assetinfo | 149 ++++++++++++++++++ .../Textures/LineWhite_Corner2.png.assetinfo | 100 ++++++++++++ .../LineWhite_Straight1.png.assetinfo | 100 ++++++++++++ .../LineWhite_Straight2.png.assetinfo | 100 ++++++++++++ .../Textures/StripsWhite1.png.assetinfo | 100 ++++++++++++ .../Textures/StripsWhite2.png.assetinfo | 100 ++++++++++++ 6 files changed, 649 insertions(+) create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png.assetinfo create mode 100755 RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png.assetinfo diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png.assetinfo new file mode 100755 index 0000000..169e25a --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner1.png.assetinfo @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png.assetinfo new file mode 100755 index 0000000..49e7992 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Corner2.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight1.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/LineWhite_Straight2.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png.assetinfo new file mode 100755 index 0000000..edd87b5 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite1.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png.assetinfo b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png.assetinfo new file mode 100755 index 0000000..8b69083 --- /dev/null +++ b/RobotecWarehouseFloorMarkingAssets/Assets/Lines/Materials/Textures/StripsWhite2.png.assetinfo @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 66595d4359cf9ee65abd4988cf59c889174c7ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Thu, 9 Oct 2025 15:03:33 +0200 Subject: [PATCH 4/6] Modular ceiling lamp and control box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Models/WarehouseCeilingLamp_Modular.fbx | 3 + .../ControlElements/ControlPanel01.prefab | 446 ++++++++++++++++++ .../ControlElements/Models/ControlPanel01.fbx | 3 + .../Models/Materials/ControlPanel01.material | 28 ++ .../Textures/ControlPanel01_BaseColor.png | 3 + .../Textures/ControlPanel01_Diffuse.png | 3 + .../Textures/ControlPanel01_Metalic.png | 3 + .../Textures/ControlPanel01_Normal.png | 3 + .../Textures/ControlPanel01_Roughness.png | 3 + .../Textures/ControlPanel01_Specular.png | 3 + 10 files changed, 498 insertions(+) create mode 100644 RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx create mode 100755 RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/ControlPanel01.fbx create mode 100755 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/ControlPanel01.material create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_BaseColor.png create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Diffuse.png create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Metalic.png create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Normal.png create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Roughness.png create mode 100644 RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Specular.png diff --git a/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx b/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx new file mode 100644 index 0000000..c352aa8 --- /dev/null +++ b/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619597569f14850381beabe6f6ffa628c5a96861ad845a616cab87c008756865 +size 34108 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab b/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab new file mode 100755 index 0000000..b70b490 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab @@ -0,0 +1,446 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "ControlPanel01", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 17674962979216206726 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 7056874768229261838 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 18276168766009818397, + "Child Entity Order": [ + "Entity_[148407248146483]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 14768122096922031528 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 9347262880947852917 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 14828831625419795967 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 436761378590057563 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 17783571959430898777 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 15788427358684105360 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 7657162282198886342, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[148390068277299]": { + "Id": "Entity_[148390068277299]", + "Name": "button", + "Components": { + "AZ::Render::EditorAreaLightComponent": { + "$type": "AZ::Render::EditorAreaLightComponent", + "Id": 7621549761931312028, + "Controller": { + "Configuration": { + "LightType": 2, + "Color": [ + 0.5281452536582947, + 1.0, + 0.191103994846344 + ], + "Intensity": 0.10000000149011612, + "AttenuationRadiusMode": 0, + "AttenuationRadius": 0.5, + "LightEmitsBothDirections": true, + "InnerShutterAngleDegrees": 6.764999866485596, + "OuterShutterAngleDegrees": 47.040000915527344 + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 3407864154055144668 + }, + "EditorDiskShapeComponent": { + "$type": "EditorDiskShapeComponent", + "Id": 4643358932145534926, + "ShapeColor": [ + 0.5281452536582947, + 1.0, + 0.191103994846344, + 1.0 + ], + "DiskShape": { + "Configuration": { + "Radius": 0.00800000037997961 + } + } + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 18211092304640564753 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 16442919271629601650 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 12421039321133196755 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 8355911442061500614 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 3151645905006719305 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 2897991549222825532 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 7596844062382645689 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 16525273469169999658, + "Parent Entity": "Entity_[148394363244595]", + "Transform Data": { + "Translate": [ + 0.14153814315795898, + 0.20742736756801605, + 1.2148622274398804 + ], + "Rotate": [ + 89.98577880859375, + 0.000002415734115857049, + -0.000007244209427881287 + ] + } + } + } + }, + "Entity_[148394363244595]": { + "Id": "Entity_[148394363244595]", + "Name": "lights", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 5900713778453477170 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 7862972126338546999 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 10306368588403483313, + "Child Entity Order": [ + "Entity_[148398658211891]", + "Entity_[148390068277299]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 12860886778322183548 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 10982337234901712561 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2366417244630511757 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 4364505050472742739 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10784610662194201703 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 8820447161070978805, + "Parent Entity": "Entity_[148402953179187]" + } + } + }, + "Entity_[148398658211891]": { + "Id": "Entity_[148398658211891]", + "Name": "LCD", + "Components": { + "AZ::Render::EditorAreaLightComponent": { + "$type": "AZ::Render::EditorAreaLightComponent", + "Id": 7621549761931312028, + "Controller": { + "Configuration": { + "LightType": 4, + "Intensity": 0.5, + "AttenuationRadiusMode": 0, + "AttenuationRadius": 0.5, + "LightEmitsBothDirections": true + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 3407864154055144668 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 18211092304640564753 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 16442919271629601650 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 12421039321133196755 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 8355911442061500614 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 3151645905006719305 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 2897991549222825532 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 7596844062382645689 + }, + "LmbrCentral::EditorQuadShapeComponent": { + "$type": "LmbrCentral::EditorQuadShapeComponent", + "Id": 7992301693859102520, + "ShapeColor": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "QuadShape": { + "Configuration": { + "Width": 0.33000001311302185, + "Height": 0.20000000298023224 + } + } + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 16525273469169999658, + "Parent Entity": "Entity_[148394363244595]", + "Transform Data": { + "Translate": [ + 0.006804466247558594, + 0.19909630715847015, + 1.4311903715133667 + ], + "Rotate": [ + 89.99298858642578, + 2.943412458211725e-10, + -0.000004829671979678096 + ] + } + } + } + }, + "Entity_[148402953179187]": { + "Id": "Entity_[148402953179187]", + "Name": "ControlPanel", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 5174588123683268997, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{7AA7C520-0187-5B57-9FF6-4A642CDAAC0B}", + "subId": 273754713 + }, + "assetHint": "controlelements/models/controlpanel01.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14833453075735979720, + "DisabledComponents": { + "EditorColliderComponent": { + "$type": "EditorColliderComponent", + "Id": 3989075412791347869, + "ColliderConfiguration": { + "Position": [ + 0.00021062791347503662, + -0.0009003207087516785, + 0.8746888637542725 + ], + "MaterialSlots": { + "Slots": [ + { + "Name": "Entire object" + } + ] + } + }, + "ShapeConfiguration": { + "ShapeType": 1, + "Box": { + "Configuration": [ + 0.6067823171615601, + 0.39448070526123047, + 1.774773359298706 + ] + } + } + } + } + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10778526405899943806 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 16409722800966664562, + "Child Entity Order": [ + "Entity_[148394363244595]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 10497184901889454935 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 15263309328153275939 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 5590156880695217518, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 1526562395 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{16929069-4D8A-572D-9926-7F1E1471D01F}" + }, + "assetHint": "controlelements/models/materials/controlpanel01.azmaterial" + } + } + } + ] + } + } + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 16642940074566076090 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 13240521086486222930 + }, + "EditorStaticRigidBodyComponent": { + "$type": "EditorStaticRigidBodyComponent", + "Id": 15609852470640236261 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 5342948053383350204 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12970005393233547106, + "Parent Entity": "Entity_[148407248146483]", + "Transform Data": { + "Rotate": [ + 0.0, + 0.0, + -90.0 + ] + } + } + } + }, + "Entity_[148407248146483]": { + "Id": "Entity_[148407248146483]", + "Name": "ControlPanel", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 6404781373689537108 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 1006254261719853916 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 1696473110370049162, + "Child Entity Order": [ + "Entity_[148402953179187]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 4002275411795599217 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 9400962249273691898 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 1966145139845953989 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 14232194155246965526 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 3102836321503829693 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15504201043187072528, + "Parent Entity": "ContainerEntity" + } + } + } + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/ControlPanel01.fbx b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/ControlPanel01.fbx new file mode 100644 index 0000000..79a15e0 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/ControlPanel01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c1c0242bc17a1b3ec576ca334be65ba0d1061f782bc938a48430301891e909 +size 90112 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/ControlPanel01.material b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/ControlPanel01.material new file mode 100755 index 0000000..8d9d408 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/ControlPanel01.material @@ -0,0 +1,28 @@ +{ + "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype", + "materialTypeVersion": 5, + "propertyValues": { + "baseColor.color": [ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1.0 + ], + "baseColor.textureMap": "Textures/ControlPanel01_BaseColor.png", + "emissive.color": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "metallic.textureMap": "Textures/ControlPanel01_Metalic.png", + "normal.textureMap": "Textures/ControlPanel01_Normal.png", + "occlusion.diffuseFactor": 0.0, + "occlusion.diffuseTextureMap": "Textures/ControlPanel01_Diffuse.png", + "occlusion.diffuseUseTexture": false, + "opacity.factor": 1.0, + "roughness.factor": 0.5, + "roughness.textureMap": "Textures/ControlPanel01_Roughness.png", + "specularF0.textureMap": "Textures/ControlPanel01_Specular.png" + } +} \ No newline at end of file diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_BaseColor.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_BaseColor.png new file mode 100644 index 0000000..e45e96d --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_BaseColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f18cd1d946b34775a6cf89a9e46174476ec9a72ecc4c3148ff0ade8f49738e +size 686872 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Diffuse.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Diffuse.png new file mode 100644 index 0000000..3a939ee --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Diffuse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda7e59a554a5ccf3ef48d126f3b4bbf1d0a17e4cceb0e477eb29de26b036e8 +size 679028 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Metalic.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Metalic.png new file mode 100644 index 0000000..f8e2fd7 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Metalic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabd790cd525b0c3d48951d1169c21dd4f424544d15957f81a58797a08475dff +size 12905 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Normal.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Normal.png new file mode 100644 index 0000000..304d3b1 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b8a97eb31956152f54b84f0b3bba4206c88ab0b1d188041d2f833e34b9afe2 +size 3577168 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Roughness.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Roughness.png new file mode 100644 index 0000000..1f063c6 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Roughness.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440dee48933835ba1ecb850611daf40c9fdca7781f4524f1895eafc75a0a0475 +size 1688830 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Specular.png b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Specular.png new file mode 100644 index 0000000..e22f371 --- /dev/null +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/Models/Materials/Textures/ControlPanel01_Specular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb7db216c33ba1095d694f3da249ca824244d97b0b7573df95a78c7a95056ed +size 41481 From aab47558b33806e1a35b1efc3747d212e045befa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Sun, 12 Oct 2025 11:11:59 +0200 Subject: [PATCH 5/6] A prefab with the modular ceiling lamp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Assets/Props/CeilingLampModular.prefab | 868 ++++++++++++++++++ 1 file changed, 868 insertions(+) create mode 100755 RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab diff --git a/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab b/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab new file mode 100755 index 0000000..ff209b4 --- /dev/null +++ b/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab @@ -0,0 +1,868 @@ +{ + "ContainerEntity": { + "Id": "ContainerEntity", + "Name": "CeilingLampModular", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 2280756447054943310 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13473910700411496457 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 2648047432971387776, + "Child Entity Order": [ + "Entity_[16261903805110]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 4113295873477911117 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 3658507484592877665 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 15098310198883833035 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 16091121378093492464 + }, + "EditorPrefabComponent": { + "$type": "EditorPrefabComponent", + "Id": 4671119738882957161 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 16706516861662375961 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 15028416514581775695, + "Parent Entity": "" + } + } + }, + "Entities": { + "Entity_[16223249099446]": { + "Id": "Entity_[16223249099446]", + "Name": "ShadowLight", + "Components": { + "AZ::Render::EditorAreaLightComponent": { + "$type": "AZ::Render::EditorAreaLightComponent", + "Id": 285976185742807857, + "Controller": { + "Configuration": { + "LightType": 2, + "Intensity": 1100.0, + "AttenuationRadiusMode": 0, + "AttenuationRadius": 15.0, + "EnableShutters": true, + "InnerShutterAngleDegrees": 73.88999938964844, + "OuterShutterAngleDegrees": 90.0, + "Enable Shadow": true, + "Shadowmap Max Size": "Size2048", + "Shadow Filter Method": 1, + "Filtering Sample Count": 24, + "Shadow Caching Mode": 1, + "Shadow Caching Enabled": true + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7544788359915221167 + }, + "EditorDiskShapeComponent": { + "$type": "EditorDiskShapeComponent", + "Id": 1828291214742801136, + "ShapeColor": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "DiskShape": { + "Configuration": { + "Radius": 0.05000000074505806 + } + } + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13605520823206813458 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 6226993671544817399 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 7207251956466381424 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 6438569623544208129 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2825931528539512825 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 6899272479152839542 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 16473839459621173445 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 5916103518926321777, + "Parent Entity": "Entity_[16231839034038]", + "Transform Data": { + "Translate": [ + -0.0000024318694613612024, + 0.0, + -0.0068486034870147705 + ], + "Rotate": [ + 180.0, + 0.0, + 180.0 + ], + "UniformScale": 0.012500000186264515 + } + } + } + }, + "Entity_[16227544066742]": { + "Id": "Entity_[16227544066742]", + "Name": "LampIllumination", + "Components": { + "AZ::Render::EditorAreaLightComponent": { + "$type": "AZ::Render::EditorAreaLightComponent", + "Id": 285976185742807857, + "Controller": { + "Configuration": { + "LightType": 6, + "Intensity": 150.0, + "AttenuationRadiusMode": 0, + "AttenuationRadius": 2.0, + "EnableShutters": true, + "InnerShutterAngleDegrees": 79.26000213623047, + "OuterShutterAngleDegrees": 90.0, + "Enable Shadow": true, + "Shadowmap Max Size": "Size2048", + "Shadow Filter Method": 1, + "Shadow Caching Mode": 1, + "Shadow Caching Enabled": true + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7544788359915221167 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 13605520823206813458 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 6226993671544817399 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 7207251956466381424 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 6438569623544208129 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 2825931528539512825 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 6899272479152839542 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 16473839459621173445 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 5916103518926321777, + "Parent Entity": "Entity_[16231839034038]", + "Transform Data": { + "Translate": [ + -0.0000024318694613612024, + 0.0, + -0.006818871945142746 + ], + "Rotate": [ + 180.0, + 0.0, + 180.0 + ], + "UniformScale": 0.012500000186264515 + } + } + } + }, + "Entity_[16231839034038]": { + "Id": "Entity_[16231839034038]", + "Name": "Lights", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 16757335080371103592 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 11360445770666327687 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 9006670032448943271, + "Child Entity Order": [ + "Entity_[16223249099446]", + "Entity_[16227544066742]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 1243311598635153785 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12067569245601899226 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 4875540814116719750 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 809258247778512478 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 17328496383510815853 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 1274444241970330373, + "Parent Entity": "Entity_[16249018903222]" + } + } + }, + "Entity_[16236134001334]": { + "Id": "Entity_[16236134001334]", + "Name": "Bar", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 2048277943384825548 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 4541245471719465695 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 734415240666365130, + "Child Entity Order": [ + "Entity_[16244723935926]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 17022758611306866991 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12385649668922830149 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 12223635637608800771 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 18124466447270119671 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 999565401661972721 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 17148830465926196706, + "Parent Entity": "Entity_[16261903805110]" + } + } + }, + "Entity_[16240428968630]": { + "Id": "Entity_[16240428968630]", + "Name": "visual", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 11016730353225015584, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{8E4D65AE-1934-515B-A735-30182A4FAE04}", + "subId": 279793442 + }, + "assetHint": "props/models/default_warehouseceilinglamp_modular_913a949a_ed5b_5a5b_b87a_3146cea3aa06_.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 8968146424024992342 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 10763110066588836325 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 7253696552090080738 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 5547970167551836729, + "ComponentOrderEntryArray": [ + { + "ComponentId": 2086925452233292621 + }, + { + "ComponentId": 14223566997012605634, + "SortIndex": 1 + }, + { + "ComponentId": 5547970167551836729, + "SortIndex": 2 + }, + { + "ComponentId": 7253696552090080738, + "SortIndex": 3 + }, + { + "ComponentId": 4189363619355900918, + "SortIndex": 4 + }, + { + "ComponentId": 12016112451336853375, + "SortIndex": 5 + }, + { + "ComponentId": 12912479084661172516, + "SortIndex": 6 + }, + { + "ComponentId": 10763110066588836325, + "SortIndex": 7 + }, + { + "ComponentId": 8968146424024992342, + "SortIndex": 8 + }, + { + "ComponentId": 11016730353225015584, + "SortIndex": 9 + }, + { + "ComponentId": 2453783201685717011, + "SortIndex": 10 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12016112451336853375 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 2453783201685717011, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 103484566 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{EF5EE945-8A4F-578E-8AF5-2D545FA4CDEE}" + }, + "assetHint": "assets/warehouse/materials/mwarehousemodules_lamps.azmaterial" + } + } + } + ] + } + } + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 14223566997012605634 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 12912479084661172516 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 4189363619355900918 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 2086925452233292621, + "Parent Entity": "Entity_[16249018903222]" + } + } + }, + "Entity_[16244723935926]": { + "Id": "Entity_[16244723935926]", + "Name": "visual", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 14767052695111917613, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{8E4D65AE-1934-515B-A735-30182A4FAE04}", + "subId": 284994785 + }, + "assetHint": "props/models/default_warehouseceilinglamp_modular_e594861c_d728_567a_b146_c66783b59f47_.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7674470742065874827 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 16399733383815674790 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 7404704882438695462 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 4352356096050686563 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 16249637759930992587 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 8473873521249152928, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 103484566 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{EF5EE945-8A4F-578E-8AF5-2D545FA4CDEE}" + }, + "assetHint": "assets/warehouse/materials/mwarehousemodules_lamps.azmaterial" + } + } + } + ] + } + } + }, + "EditorNonUniformScaleComponent": { + "$type": "EditorNonUniformScaleComponent", + "Id": 5322378577870708231, + "NonUniformScale": [ + 1.0, + 1.0, + 0.4000000059604645 + ] + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 8723882374960194407 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 3150936811943460524 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 161246769508440781 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 14148049778472560668, + "Parent Entity": "Entity_[16236134001334]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + 0.006696820259094238 + ], + "UniformScale": 80.0 + } + } + } + }, + "Entity_[16249018903222]": { + "Id": "Entity_[16249018903222]", + "Name": "Lamp", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 2660938830399385025 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 1907525133943053003 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 16480662961192153666, + "Child Entity Order": [ + "Entity_[16240428968630]", + "Entity_[16231839034038]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 11816976722947784638 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 12578906849402185088 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 1224607441559283144 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 2341512895118658899 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 14140395395417048167 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 3025337371077723388, + "Parent Entity": "Entity_[16261903805110]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + -0.8483449816703796 + ], + "UniformScale": 80.0 + } + } + } + }, + "Entity_[16253313870518]": { + "Id": "Entity_[16253313870518]", + "Name": "visual", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14916673313779584917 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 12230952772806040487 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 4007566236105553372, + "Child Entity Order": [ + "Entity_[16257608837814]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 11932358434067186372 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 4650226699807732101 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 14669913485376564558 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 14618785261645239672 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 5639654003022602365 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 9031190209870925529, + "Parent Entity": "Entity_[16266198772406]" + } + } + }, + "Entity_[16257608837814]": { + "Id": "Entity_[16257608837814]", + "Name": "Mount", + "Components": { + "AZ::Render::EditorMeshComponent": { + "$type": "AZ::Render::EditorMeshComponent", + "Id": 5834963854196575253, + "Controller": { + "Configuration": { + "ModelAsset": { + "assetId": { + "guid": "{8E4D65AE-1934-515B-A735-30182A4FAE04}", + "subId": 279168306 + }, + "assetHint": "props/models/default_warehouseceilinglamp_modular_0e14331f_b3d8_5156_a7c2_fd23f78ecd77_.fbx.azmodel" + } + } + } + }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7278815567935696806 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 17069266405723082906 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 18087431906398526349 + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 5557341931777983933, + "ComponentOrderEntryArray": [ + { + "ComponentId": 6969440308063677109 + }, + { + "ComponentId": 5079396286840959634, + "SortIndex": 1 + }, + { + "ComponentId": 5557341931777983933, + "SortIndex": 2 + }, + { + "ComponentId": 18087431906398526349, + "SortIndex": 3 + }, + { + "ComponentId": 18148713312014636188, + "SortIndex": 4 + }, + { + "ComponentId": 11842646024014157356, + "SortIndex": 5 + }, + { + "ComponentId": 6978544013677820281, + "SortIndex": 6 + }, + { + "ComponentId": 17069266405723082906, + "SortIndex": 7 + }, + { + "ComponentId": 7278815567935696806, + "SortIndex": 8 + }, + { + "ComponentId": 5834963854196575253, + "SortIndex": 9 + }, + { + "ComponentId": 5078602893255711950, + "SortIndex": 10 + } + ] + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 11842646024014157356 + }, + "EditorMaterialComponent": { + "$type": "EditorMaterialComponent", + "Id": 5078602893255711950, + "Controller": { + "Configuration": { + "materials": [ + { + "Key": { + "materialSlotStableId": 103484566 + }, + "Value": { + "MaterialAsset": { + "assetId": { + "guid": "{EF5EE945-8A4F-578E-8AF5-2D545FA4CDEE}" + }, + "assetHint": "assets/warehouse/materials/mwarehousemodules_lamps.azmaterial" + } + } + } + ] + } + } + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 5079396286840959634 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 6978544013677820281 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 18148713312014636188 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 6969440308063677109, + "Parent Entity": "Entity_[16253313870518]", + "Transform Data": { + "Translate": [ + 0.0, + 0.0, + 0.006696820259094238 + ], + "UniformScale": 80.0 + } + } + } + }, + "Entity_[16261903805110]": { + "Id": "Entity_[16261903805110]", + "Name": "CeilingLampModular", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 17498435907644986754 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 16016714272760918822 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 7517548720450351921, + "Child Entity Order": [ + "Entity_[16249018903222]", + "Entity_[16266198772406]", + "Entity_[16236134001334]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 17973193099972267254 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 15392157169643155672 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 9141395349350209592 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 10102431896286405159 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 4607511442279042581 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 12057954417925243147, + "Parent Entity": "ContainerEntity" + } + } + }, + "Entity_[16266198772406]": { + "Id": "Entity_[16266198772406]", + "Name": "Mount", + "Components": { + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 7126341221630740211 + }, + "EditorEntityIconComponent": { + "$type": "EditorEntityIconComponent", + "Id": 7422245329014589884 + }, + "EditorEntitySortComponent": { + "$type": "EditorEntitySortComponent", + "Id": 5300522777736866566, + "Child Entity Order": [ + "Entity_[16253313870518]" + ] + }, + "EditorInspectorComponent": { + "$type": "EditorInspectorComponent", + "Id": 1338235584820112795 + }, + "EditorLockComponent": { + "$type": "EditorLockComponent", + "Id": 14913357494136564137 + }, + "EditorOnlyEntityComponent": { + "$type": "EditorOnlyEntityComponent", + "Id": 16591422274805690850 + }, + "EditorPendingCompositionComponent": { + "$type": "EditorPendingCompositionComponent", + "Id": 5388769984913211691 + }, + "EditorVisibilityComponent": { + "$type": "EditorVisibilityComponent", + "Id": 10891863582987859332 + }, + "TransformComponent": { + "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", + "Id": 5627291819205558092, + "Parent Entity": "Entity_[16261903805110]" + } + } + } + } +} \ No newline at end of file From 5b5ebdd497873f68d5dda1485a3e4d52a344dd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Budziszewski?= Date: Tue, 13 Jan 2026 10:12:39 +0100 Subject: [PATCH 6/6] Minor fixes and cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Budziszewski --- .../Assets/Props/CeilingLampModular.prefab | 60 +++---------------- .../Models/WarehouseCeilingLamp_Modular.fbx | 4 +- .../ControlElements/ControlPanel01.prefab | 58 +++++++++--------- 3 files changed, 37 insertions(+), 85 deletions(-) diff --git a/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab b/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab index ff209b4..2e20912 100755 --- a/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab +++ b/RobotecWarehouseBuildingAssets/Assets/Props/CeilingLampModular.prefab @@ -128,9 +128,9 @@ "Parent Entity": "Entity_[16231839034038]", "Transform Data": { "Translate": [ - -0.0000024318694613612024, + -0.00000243261456489563, 0.0, - -0.0068486034870147705 + -0.005022826138883829 ], "Rotate": [ 180.0, @@ -313,7 +313,7 @@ }, "Entity_[16240428968630]": { "Id": "Entity_[16240428968630]", - "Name": "visual", + "Name": "Visual", "Components": { "AZ::Render::EditorMeshComponent": { "$type": "AZ::Render::EditorMeshComponent", @@ -439,7 +439,7 @@ }, "Entity_[16244723935926]": { "Id": "Entity_[16244723935926]", - "Name": "visual", + "Name": "Visual", "Components": { "AZ::Render::EditorMeshComponent": { "$type": "AZ::Render::EditorMeshComponent", @@ -590,55 +590,9 @@ } } }, - "Entity_[16253313870518]": { - "Id": "Entity_[16253313870518]", - "Name": "visual", - "Components": { - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 14916673313779584917 - }, - "EditorEntityIconComponent": { - "$type": "EditorEntityIconComponent", - "Id": 12230952772806040487 - }, - "EditorEntitySortComponent": { - "$type": "EditorEntitySortComponent", - "Id": 4007566236105553372, - "Child Entity Order": [ - "Entity_[16257608837814]" - ] - }, - "EditorInspectorComponent": { - "$type": "EditorInspectorComponent", - "Id": 11932358434067186372 - }, - "EditorLockComponent": { - "$type": "EditorLockComponent", - "Id": 4650226699807732101 - }, - "EditorOnlyEntityComponent": { - "$type": "EditorOnlyEntityComponent", - "Id": 14669913485376564558 - }, - "EditorPendingCompositionComponent": { - "$type": "EditorPendingCompositionComponent", - "Id": 14618785261645239672 - }, - "EditorVisibilityComponent": { - "$type": "EditorVisibilityComponent", - "Id": 5639654003022602365 - }, - "TransformComponent": { - "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", - "Id": 9031190209870925529, - "Parent Entity": "Entity_[16266198772406]" - } - } - }, "Entity_[16257608837814]": { "Id": "Entity_[16257608837814]", - "Name": "Mount", + "Name": "Visual", "Components": { "AZ::Render::EditorMeshComponent": { "$type": "AZ::Render::EditorMeshComponent", @@ -758,7 +712,7 @@ "TransformComponent": { "$type": "{27F1E1A1-8D9D-4C3B-BD3A-AFB9762449C0} TransformComponent", "Id": 6969440308063677109, - "Parent Entity": "Entity_[16253313870518]", + "Parent Entity": "Entity_[16266198772406]", "Transform Data": { "Translate": [ 0.0, @@ -834,7 +788,7 @@ "$type": "EditorEntitySortComponent", "Id": 5300522777736866566, "Child Entity Order": [ - "Entity_[16253313870518]" + "Entity_[16257608837814]" ] }, "EditorInspectorComponent": { diff --git a/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx b/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx index c352aa8..5748d56 100644 --- a/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx +++ b/RobotecWarehouseBuildingAssets/Assets/Props/Models/WarehouseCeilingLamp_Modular.fbx @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:619597569f14850381beabe6f6ffa628c5a96861ad845a616cab87c008756865 -size 34108 +oid sha256:186f632dfae0815ec48e1a0731b2fc6c946237d193699fcf448185be4f78775c +size 46000 diff --git a/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab b/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab index b70b490..e031e41 100755 --- a/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab +++ b/RobotecWarehouseMiscAssets/Assets/ControlElements/ControlPanel01.prefab @@ -290,40 +290,38 @@ } } }, - "EditorDisabledCompositionComponent": { - "$type": "EditorDisabledCompositionComponent", - "Id": 14833453075735979720, - "DisabledComponents": { - "EditorColliderComponent": { - "$type": "EditorColliderComponent", - "Id": 3989075412791347869, - "ColliderConfiguration": { - "Position": [ - 0.00021062791347503662, - -0.0009003207087516785, - 0.8746888637542725 - ], - "MaterialSlots": { - "Slots": [ - { - "Name": "Entire object" - } - ] - } - }, - "ShapeConfiguration": { - "ShapeType": 1, - "Box": { - "Configuration": [ - 0.6067823171615601, - 0.39448070526123047, - 1.774773359298706 - ] + "EditorColliderComponent": { + "$type": "EditorColliderComponent", + "Id": 3989075412791347869, + "ColliderConfiguration": { + "Position": [ + 0.00021062791347503662, + -0.0009003207087516785, + 0.8746888637542725 + ], + "MaterialSlots": { + "Slots": [ + { + "Name": "Entire object" } - } + ] + } + }, + "ShapeConfiguration": { + "ShapeType": 1, + "Box": { + "Configuration": [ + 0.6067823171615601, + 0.39448070526123047, + 1.774773359298706 + ] } } }, + "EditorDisabledCompositionComponent": { + "$type": "EditorDisabledCompositionComponent", + "Id": 14833453075735979720 + }, "EditorEntityIconComponent": { "$type": "EditorEntityIconComponent", "Id": 10778526405899943806