Procedural NPC Crowds Documentation Portal
  • Welcome
  • Getting Started
    • Getting Setup
    • Common Troubleshooting
  • Walkthroughs
    • How to Add to a Custom Level
    • How to Add Interactions
    • How to use Custom Characters and Animations
    • How to Adjust Spawn Amounts
    • Extra Optimizations For NPCs
  • 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. If using a custom character, please make sure they operate with both spawned and placed in world, 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_PedestrianPath and search for “Override construction scripts” on the spline component.

  6. There is also a video tutorial going over how to set this up: https://youtu.be/ioLhK0VTVjo

PreviousGetting SetupNextHow to Add to a Custom Level

Last updated 24 days ago