Ai Zombie Swarms Documentation Portal
  • Welcome
  • Getting Started
    • Getting Setup
    • Common Troubleshooting
  • Walkthroughs
    • How to Add to a Custom Level
    • How to Make Swarm Targets
    • How to use Custom Characters and Animations
    • How to Adjust Spawn Amounts
    • Using the Character Optimizer Component
  • Feedback
    • Feedback Requests
Powered by GitBook
On this page
  1. Getting Started

Common Troubleshooting

Here are some common questions and problems that people have.

  1. 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.

  2. Ensure your custom character has the correct AI controller set in the class defaults. It will not move without this setting.

  3. If your crowds are not spawning, check for collisions. If the spawner is colliding with something else, they will not spawn to prevent glitches

  4. When using a custom character, ensure it functions when both spawned and placed in the world, as Unreal defaults to placed in world only.

  5. 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.

PreviousGetting SetupNextHow to Add to a Custom Level

Last updated 8 days ago