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 2738 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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now