I am trying to create a game using tilemap. Walls and background are not enough for me, what can I create using tiles. I need doors, coins and similar interactive tiles. That can perform actions and / or store information.
I created a script that extends tile. But then I could not find the tile I needed. Collision does not respond to them. It is impossible to get a specific tile from a tilemap and access the desired method.
How is it possible to implement it?
Clarification: i want to create an interactive tile like doors or bushes in pokemon red game