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 ...
To make your ScriptableObject a singleton, place your asset instance in a Resoures directory. Then, make your ScrptableObject class inherit from ScriptableSingleton and add the AssetPathAttribute with ...