79135 4 Posted December 3, 2018 Share Posted December 3, 2018 How to check it : [Path-Finding] Cannot find path ? I need in for: if(!PathsFinder.FindPath(new Vector3()) {} Link to comment https://wrobot.eu/forums/topic/10456-check-if-pathsfinder-cannot-find-path/ Share on other sites More sharing options...
Droidz 2766 Posted December 4, 2018 Share Posted December 4, 2018 Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { } 79135 1 Link to comment https://wrobot.eu/forums/topic/10456-check-if-pathsfinder-cannot-find-path/#findComment-49705 Share on other sites More sharing options...
79135 4 Posted December 4, 2018 Author Share Posted December 4, 2018 1 hour ago, Droidz said: Hello, bool r; var path = PathFinder.FindPath(new Vector3(), out r); if (r) { } Thanks a lot Link to comment https://wrobot.eu/forums/topic/10456-check-if-pathsfinder-cannot-find-path/#findComment-49707 Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now