I’m building a 3D scene with tiles without using GridMaps and would like to feed an array of those tiles into an AStar3D script to get pathfinding from it. How can I acquire a tile of these nodes?
I’m building a 3D scene with tiles without using GridMaps and would like to feed an array of those tiles into an AStar3D script to get pathfinding from it. How can I acquire a tile of these nodes?