A* Pathfinding Project / Graph types
Graph types
Enjoying A* Pathfinding Project?Leave a reviewMultiple graph types may be combined in a single scene. Choice of graph is the most important performance decision when integrating the package.
| Graph | Best for | Edition |
|---|---|---|
| Grid | Tile-based games, top-down strategy | Free |
| Layered Grid | Multi-level tile maps | Pro |
| Navmesh | Hand-authored navigation meshes | Free |
| Recast | Auto-generated navmesh from scene geometry | Free (Pro for runtime updates) |
| Point | Sparse waypoint networks | Free |
Last updated