I have loaded a tilemap texture and when the sprite goes over one part of the map I want to replace it permanently with a different texture. Any idea how I would do this?
i think tilemap doesn't allows to replace texture (i think you are talking about the big image which has lots of tiles in it ) so all you have to do is create new tilemap and discard the previous map
Comments