unity-entity-component-system
unity-entity-component-system copied to clipboard
A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented de...
Results
1
unity-entity-component-system issues
Sort by
recently updated
recently updated
newest added
OnDestroy can still get called on components that are disabled by default (have never been activated) In some cases this causes a race condition where the system has already been...