💡 GoCS (pronounced go-cee-ess) is a design pattern for Unity. It's inspired by entity component system (ECS), but it works with the existing Unity GameObject + Component architecture, hence the name.
Entity-Component-System framework for Unity Engine. It is designed to be simple and high-performance. The framework has a clear structure, minimizes memory allocations, and provides convenient ...