A Simple Event System for Unity
Every game project needs an event system to prevent tight coupling between game systems and objects.
There are several approaches to implementing events, such as simply adding a UnityEvent to a MonoBehaviour or going all in on the popular trend of S...
playable.design4 min read