Skip to content

aeronmiles/UnityComponentSystem

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages