Skip to content
Jeff Campbell edited this page Feb 27, 2022 · 3 revisions

What is Entitas-Redux?

Entitas-Redux is a fully open-source (MIT license), lightweight Entity Component System (ECS) framework for the Unity engine. It leverages code-generation via custom plugins written for the Genesis library to create a rich, contextual API based on developer-written code.

It is effectively a fork of the Entitas framework that seeks to make it easier to develop for, release updates more often, maintain example content for learning and demonstration, all with a more modern, updated code style.

Requirements

  • Min Unity Version: 2019.4
  • Scripting Runtime: .Net 4.X
  • .Net Core Runtime: 3.1.X