Ultimate A* Pathfinding Solution

aoiti

(5)
FREE
Publisher aoiti
File size 313.05kB
Number of files 15
Latest version 1
Latest release date 2022-06-13 12:58:20
First release date 2022-06-09 08:03:15
Supported Unity versions 2018.4.2 or higher

This A* pathfinding solution contains Pathfinder class designed to fit any situations as long as the class is supplied with a method that calculates a heuristic approximation of distance between two nodes/points or any other objects, and a method that returns connected nodes/points or objects of same type and their distances as floats.