Unity Events are a part of the Unity Engine that facilitates communication between different game objects and systems. They provide a way for one object to notify others that something has happened, ...
A scriptable object based event channel system for Unity. This is heavily based on the examples in Unity's Create modular game architecture in Unity with ScriptableObjects e-book. I wanted to turn ...