LayeredGridGraph pathfinding question

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

Can you post your layered grid graph set up as well as a quick screenshot of your scene? I want to try and recreate this on my end :slight_smile: