Tools and Extensions - OneYoungMean/Entitas-CSharp-OYM GitHub Wiki
Community Created Add-ons for Entitas.
-
Unity File Templates - Create Entitas components and systems from the Unity context menu.
-
Save Loader - Simple utility to save/load entity and component data at run-time.
-
Entitas VS - Visual Studio extension that makes code generation with Entitas simpler.
-
Wrapper Component - Abstract class to allow for the creation of single value components in a single line of code.
-
Gentitas - Fast code generator for Unity that uses customizable Handlebars templates to generate Entitas API.
-
GenEntitas - Entitas generator using Entitas ECS framework.
-
Entitas-Lang - Experimental entity-component-system language designed for Entitas.
-
Unity Project Template - Simple Unity project template, designed as a starting point for new Entitas projects
-
Entitas Blueprints(弃用) - Build entities in the Unity editor instead of through code, just like prefabs.
-
EntProto - Alternative to Entitas Blueprints