Graphway: A* Pathfinding

What is Graphway?

Graphway is a pathfinding graph creation tool for Unity. Designed to be a simple but scalable solution, it is capable of handling graphs with tens, hundreds, and even thousands of nodes.


Features

- A* Pathfinding solution.
- Subnode system for improved pathfinding efficiency.
- Support for single direction and two way paths.
- Speed weighted paths.
- Runtime scripting support.
- Job system that runs in the background to find paths without severely compromising performance.
- Adjustable resource allocation.


What Can Graphway Be Used For?

Graphway can be used for Road Networks, NPC Pathfinding, Waypoint Systems and much more!


Documentation

Full documentation for Graphway can be found here.