UnityConnectChannel implements the publish-subscribe pattern using ScriptableObject-based event channels. This enables the seamless decoupling of systems in your Unity project. Rather than maintaining ...
I get the feeling that using a custom enum implementation (FdEnum) was a bit much, and while there are some benefits there like the ability to populate dropdowns and perform lookups, it makes managing ...