o3de-extras
o3de-extras copied to clipboard
WarehouseAutomation Gem: incorrect prefabs
Describe the bug
There are two incorrect assets in WarehouseAutomation
Gem.
-
Assets/Factory/EuroPallet.prefab
-
Assets/Factory/TableUnderRobot.prefab
The first one does not load at all due to incorrect paths of mesh and material. When loaded manually, it is very big. The second one is rotated by -90 deg over x axis, which means it lies on a side.
Expected behavior Prefabs are usable.
Actual behavior Prefabs are not usable.
Screenshots/Video
Found in Branch
development
: 0ec4ac57
Additional context
It should be double-checked if those resources are needed in this Gem -> it looks like a duplication of the functionality of WarehouseAssets
Gem.