I’m trying to make a tilemap to position a game object at the center of a tile. How could I get the world position of a given tile?
There is no API function to do this, but if you know the size of the tiles you can calculate it yourself by multiplying the tile position by the tile size.
1 Like