Ok so I know the title isn’t really the best at explaining the problem but couldn’t figure out anything more descriptive. Basically I’m making grid based game, and it requires exactly straight movement between each point on a grid graph. I tried a bunch of different movement code but every time the AI is cutting corners or moving on diagonals even though the grid is set to four points instead of eight. Is it possible for it to move exactly between points while going towards an object? Thanks,
- Astrauk