3D Navigation Plugin

  1. Greedy A* using Manhattan distance heuristic at the moment. I’ll be adding more option as covered in the GDC talk, such as unit cost, face vs. node centers etc.
  2. Async = pathfinding off the game thread, I only implemented the synchronous path so far
  3. No upper limit.