No Path Generated, Searched Nodes = 0

Hi, i use grid graph and when i do
seeker.StartPath (transform.position, target.position, functionDoesNothing);

there is no green line :frowning:

Also the log says “Path Completed : Computation Time 2.23 ms Searched Nodes 0 Path Length 1
Path Number 1”
What am i doing wrong?

Could be a lot of things.
That is actually a valid path. It finds that the closest node to the target is the start node.
One common error is to include the character in the height testing mask. Then a single node might be generated on the characters head.