So Ive watched the tutorials listed in the A* documentation, and they all seem to be able to generate a colored grid with lines between the nodes.
On my Unity however, I can only see a “flat” layer of red dots, with no connections between. The grid is the correct size, but its completely 2D and I don’t know if its actually working or not since all the tutorial vids look different than what Im seeing on my screen. Ive double checked all of my settings and I cant figure out what Im doing wrong, any ideas?
To clarify, when Im hitting scan, its just making a flat grid of red dots, if I change the Y center of the A* object, the grid will also change its Y, but Im still not seeing any actual pathfinding info it would seem.