Hello , please excuse me if this is too elementary but been stuck on this for while.
This is similar to this question here:
For me I am trying to make top down isometric game and the grid shape is rectangle .
I am having a hard time mapping the time map to A star grid,
This are my settings for the tile renderer and what it looks like:
This are my settings for AStar grid:
I tried to rotate and play around with the values of node side,depth, rotation, IsoAngle etc to get the Astar grid close to possible to tile renderer grid, but its not exact as you see here:
Maybe there is some math here I need to do, or something more fundamental I am missing , please help, thanks