detect a single Tile in a tilemap

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By UltraSmasher69

Hello, I try to make a procedural Dungeon Generator, and made it so far, that I can create Rooms with the help of a Tilemap. But I want it that the player can destroy with his weapon single Tiles, how can I make it?

:bust_in_silhouette: Reply From: Caderikor

Take a look at this topic where they explain how you can get the instance of the tile you wish to manipilated.

Click here for your question