Hmm, I guess when I say “ECS”, I mean a setup where entities are solely IDs, components are data without functionality, and systems are stateless operations on entities that have certain components “attached”.
I’d contrast this with a more traditional “OO” game or Unity’s actor/prefab way of doing things.
I’d contrast this with a more traditional “OO” game or Unity’s actor/prefab way of doing things.