now i can get my pathfinding well , but i have a problem ( the actor not get the shortest path) i do not know why ... (may be small amount of nodes or distance between nodes but i am not sure)
when i try to increase the amount of nodes i got error with
PathFinder.CreateNodeGraph(false)
and also i want to know what is the difference if i wrote
PathFinder.CreateNodeGraph(true)
i can get the path if i wrote (false or true)
what is the point of this ..
this is a video ... (i want my actor take shortes path)
http://www.youtube.com/watch?v=A29RlYtRYHsif i tried to increase nodes or less the distance between nodes
i got error