UnityEnhanced – A powerful architecture library for Unity

A set of useful tools aimed at easy and powerful architecture in Unity3D based on ScriptableObjects! In short, you use references to asset files rather than wiring up all objects in your scene directly. This leads to loosely coupled modules in your scene and code that is much easier to debug and maintain. See this great … Read more