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 ...
A system for creating events as Scriptable Objects, Creating them from the asset menu, and managing Actions when event is raised via Components. Package includes the scripts to create, raise, and ...