Hello, I would like to know if it’s possible to change the pathfinding algorithm used on a NavMesh, as far as I know, by default Unity uses something based on the A* algorithm.
Technics I would like to try are Dijkstra, Depth-first, and Breadth-first search.