I’ve followed this article to set up my editor to support the Chaos Beta:
Destruction Overview | Unreal Engine 5.3 Documentation
This is what i’ve done next:
- I started a blank project
- I created a simple Geometry Collection using a cube
- When i hit play everything works
- I set up the mobile previewer to preview iOS Metal renderer
- When i hit Play, the editor crashes and reports:
###The UE4-ChaosTest Editor has crashed and will close
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:C:.…\Engine\Source\Runtime\Core\Public\Containers/Array.h] [Line: 614]
Array index out of bounds: 0 from an array of size 0
Now everytime i try to open this project, the editor doesn't open up. It crashes always on loading.
**Does this happens because Chaos is not supported on mobile devices?**
or it is supported and it is simply an issue of the mobile previewer?