Is there any way to attach a MonoBehaviour
to a tile in Unity, so that every time I place the tile in the scene, it acts like a GameObject
with that script?
I went through all of the tile documentation for Unity, and many pages of StackOverflow, but none have an answer that helps me. Also, I know what the Tile
class is, that doesn't work with my needs, I just need to know if there's a way to put a MonoBahaviour
on a Tile.