i made some code for movement and am using a tilemap, how do i change the tilemap when i go to a specific tile?
and how do i make it toggleable(when the tilemap changes how do i make the opposite side go back to the first tilemap)
i made some code for movement and am using a tilemap, how do i change the tilemap when i go to a specific tile?
Here are some blocks you might want to consider
You don’t have to use the same transporter tile on both tilemaps. If you want them to look alike then make a duplicate. Using the actual same tile on both tilemaps makes the logic much harder to code and you don’t need to do that.
Can you link your game, please? It looks cool!