Movement in a straight linea only

Hello, this is probably a stupid question, but is there any simple way to make an NPC move towards a point, without walking diagonally, but only moving in straight lines?
Thank you in advance for your answer.

Hi

You can set A* Inspector → Grid Graph → Neighbours = Four. And also set A* Inspector → Settings → Pathfinding → Heuristic = Manhattan.

See Pathfinding - A* Pathfinding Project

1 Like

Thank you very much!