JECSu icon indicating copy to clipboard operation
JECSu copied to clipboard

Just another ecs for unity

Results 6 JECSu issues
Sort by recently updated
recently updated
newest added

Give pools ability to preallocate arbitrary amount of components/entities ahead of time.

suggestion

Task: - Have a way to store entity composition and its data in a simple extremely readable and editable format. - Have a serializer/deserializer that constructs entity from template Example:...

feature
in progress

- reuse "destroyed" components and entities - avoid allocations/gc

todo
feature

There is no component removal mechanism yet. Removal use case example : - Add component, view controller draws object - remove View component, view controller kills the GameObject that represents...

todo
feature

- Cleanly decoupled from anything in game ui and system allowing to edit contents of JECSu in a generic, component agnostic manner. - drag and drop prefab into scene, setup...

todo
feature