Seeker search fails when closest node is unwalkable

Making some assumptions here, but I’ve been having an issue with the search getting stuck because the closest node is unwalkable on one graph. It should check the other graph’s closest node since it is walkable.

I can verify that it is the unwalkable graph causing issues by removing it. The AI begins running normally.

How do I get the seeker to check other graphs if the first node it finds is unwalkable?

Hi

What it will do in the default case is check for the closest walkable node in any graph.
Try changing A* Inspector -> Settings -> Full Get Nearest Node Search.