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 ...
Is EasyCS just another ECS framework? No, EasyCS is not an ECS (Entity-Component-System) framework in the classic, strict sense. It draws inspiration from data-oriented design and ECS principles by ...