Hi i am working on ff tactics wanabe game, and i have this grid map, and a navigation mesh that works pretty well, but i need to snapp the units movement to the grid. I managed to snapp them to step in the center of each block of the grid, but when they are supose to go from (1,1) to (2,2) they go directly through the diagonal, and i need them to take an inner step like (2,1) or (1,2).
Is there any way to make that with some parameter in the navigation mesh, like 90º turns, or something?