Immediate Path Calculation

Is there a way to calculate paths immediately (without a delay and callback)?

Hi

Yes, that is possible

var path = Seeker.StartPath(...);
AstarPath.WaitForPath(path);

See http://arongranberg.com/astar/docs/class_astar_path.php#a36de576afe962e470d4379d8c02c2673

1 Like