Point Grid movement

Hi,

I have a point grid and want to move between the points, but I only want the agent to walk in horizontal en vertical lines between the points, not diagonal. Basically, I want the agent only to walk on the gray stripes.
Screenshot_1

Hi

If you want grid movement, can’t you use a grid graph?

For the point graph, you should be able to limit the connection length in the point graph settings just enough that axis aligned connections are fine, but diagonal connections are too long.

Hi,

Thank you for your answer. I indeed ended up limiting the connection length to only get straight connections.