UnityUtils icon indicating copy to clipboard operation
UnityUtils copied to clipboard

your pathing goes thru walls

Open Shmellyorc opened this issue 4 years ago • 0 comments

float[,] _map = new float[,] { {1, 1, 0, 1, 1}, {1, 1, 0, 1, 1}, {1, 1, 0, 1, 1}, {1, 1, 0, 1, 1}, {1, 1, 1, 1, 1}, };

start = 0,0 end = 4,4

Path: image

Shmellyorc avatar Jul 29 '21 14:07 Shmellyorc