Hey hey, i got a question regarding the Plugin.
We are having issues with the following errors:
- (Vector) is outside world bounds. Please clamp your destination within the navigable world or expand world size under settings if necessary. DoNNavigationLog: Error: Destination
- Invalid Destination passed to navigation path solver
We use the Fly To node for our Drones. I already checked the common solutions for that!
So my question is, how to get a Location that is reachable, instead of passing some random vector to the Fly to node, i want to have something similar like the “get reachable point in radius” which returns a vector for Ai pawns. I also have a check in my behavior tree that checks the flight result key but we still get the destination errors.
I hope everything was understandably. The Plugin is really cool, thanks for sharing it to the public!
Thanks in advance!