DoN's 3D Pathfinding for Flying A.I. [Support Thread]

Hey, are you seeing any message in the Output Logs?

Two possibilities:

  1. Pathfinding did not succeed (Logs will tell you why)
  2. You’re not implementing the custom interface “Don Navigator” for your pawn. It is fully optional though. If you don’t implement it the system will call Unreal’s default “Add Movement Input”.