Im trying to spawn an object on all edges of each tile of a tilemap , basicaly i only want to spawn an object in the tiles that arnt empty
I want to spawn an edge for the player to climb on , on all edges of tiles
Is there a way to only spawn objects on the tiles that have the same tiles , like spawn object on only tiles that have tile image 0 or tile image 3 and so on
How do i do this?