Pathfinding
Pathfinding copied to clipboard
Corners problem
Hi guys , i have this problem , anyone know how to solve it? I think is something about corners but idk sure . I want the unit to not be able to go between them .
To make this change you need to check cardinal neighbors instead of moore neighbors. You may also want to use manhattan distance.