Colliders from multiple interactable objects

I like the pattern of putting MonoBehaviours on clickable things, and each one can be completely different if you use a common interface among them all.

Using Interfaces in Unity3D:

Check Youtube for other tutorials about interfaces and working in Unity3D. It’s a pretty powerful combination.

1 Like