I have an issue with pathfinding in a layered grid graph:
- i have 2 floor above each other (A = ground floor, B = first floor)
- the nodes on B are unreachable
- when i ask for a path to a node on B, i don’t get an error, but a path to the node directly below is returned (a node on A)
I don’t use any special traversalprovider or constraint, and the issue occurs both with DiagonalManhattan and Euclidean distance.
My Seeker uses original end node.
I don’t have calculate partial enabled.
Is there a way to ensure that only the exact end node is considered or else the path should fail?
I’m using 5.1.6