Async/await for pathfinding

Is there a way to use async/await syntax with the A* Pathfinding Project for actual pathfinding?

Hi

Sorry, this is not possible out of the box.

Got it, thanks. await UniTask.WaitUntil(() => path.IsDone()); it is then :smiley:

1 Like