Common Troubleshooting
Here are some common questions and problems that people have.
Ensure you have a NavMesh in your level; it is required for AI movement in Unreal. Also, make sure it is scaled to fit your terrain.
Ensure your custom character has the correct AI controller set in the class defaults. It will not move without this setting.
If your crowds are not spawning, check for collisions. If the spawner is colliding with something else, they will not spawn to prevent glitches
When using a custom character, ensure it functions when both spawned and placed in the world, as Unreal defaults to placed in world only.
The Spline blueprint is no longer editable out of the box in 5.4+, it will show up as purple. To fix this go into the BP_SwarmPath and search for “Override construction scripts” on the spline component.
Last updated