Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 432 Bytes

UnityComponentSystem

A Unity C# MonoBehaviour ECS Framework that mirrors some of the functionality of the Unity Entities package with MonoBehaviours, for the following reasons.

  • Efficient lookup and referencing of EntityComponent types
  • Framework for separating systems logic from component data and behaviours
  • No garbage collection

Dependancies