Changing generated path from Seeker

Hello, I created turn-based game and use Grid graph.

How to change this path

to this?

Hi

You can try to change the A* Inspector -> Settings -> Heuristic setting. Try the ‘DiagonalManhattan’ option.
You cannot get exactly the path you are looking for unfortunately, but it will be closer.

This is exactly what I need!!!

Thanks a lot!!!