I’m unsure why but the first log message for the tile names on my project shows “Tile” the initial name of the object then followed by the names of their coordinates.
Tile, (1,0), (2,0) etc.
If I switch the statements to first yield then log the waypoint name, the console shows the coordinate name for all (0,0 1,0, etc)
is there a way to correct this?