Im trying to make a system that replaces all tiles with ID x with an object that isn't a tilemap. So I would need look through the tilemap, find the coordinates of the tile, convert it to normal coordinates and create an object. I was thinking about putting the tilemap's content in the array or something but I don't know how will I do that anyway. Any help?