Physics Asset crashes when opened

I have a 3D Model with a skeletal mesh and a physics asset. The 3D model works fine when dragged in, I can simulate physics and can view the collisions through the level view. However, when I open the physics asset, Unreal Engine 5.2 crashes.

The error provided is:
“Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 752] Array index out of bounds: -1 from an array of size 1”

Does anyone know why this happens?

1 Like