Question by
Censureret · Dec 08, 2017 at 09:44 AM ·
pathfinding
Astar pathfinding check if path can be reached
So i have a scene with a lot of waypoints. All my NPC choose a random waypoint and then move to it.
However, sometimes one of the paths may be blocked. therefor I would like to know if the path is reachable by the NPC.
I have been looking at the documentation but haven't been able to find a solution.
So does anyone know how i might do that?
Comment
Best Answer
Answer by Censureret · Dec 08, 2017 at 10:10 AM
After some searching I actually found it.
For furture use i refer to this: IsPathPossible
Your answer
Follow this Question
Related Questions
Clear path from A to B 4 Answers
Best Way To Setup a Waypoint-based Patrol System? 0 Answers
Pathfinding via roads 1 Answer
Pathfinding with branch 0 Answers
Node Based AI,Node Based AI System? 0 Answers