Hello, today I bought A* Pathfinding upgrade and install into my project.
Because my project need in small area pathfinding and Unity NavMesh could not work well, I find A* Pathfinding works well in my target.
But I find the Seeker could not find correct way in bridge.
I use the scene : Assets/AstartPathfindingProject/ExampleScenes/Example3_Recast_Navmesh1/
And scale the World to 0.1F.
This is my settings:
I did not change script just change settins in inspector (to scale to 0.1F).
I did screen record here:
https://www.youtube.com/watch?v=HujI0oecolM&feature=youtu.be
https://youtu.be/Q2SthILaefo
I don’t know why the Bot will go down the bridge again and again. Mybe some settings wrong.
Please help me to solute this problem.
Thanks,
S.Z.