5 ms·
Unity at least isn’t a true ECS architecture, more just Entity-Component. You can write game logic in an entity with Unity, whereas in ECS that would have to li
by tarsiel 4y ago
Unity at least isn’t a true ECS architecture, more just Entity-Component. You can write game logic in an entity with Unity, whereas in ECS that would have to live in a System
- runevault 4y agoUnity is working on a full ECS system as part of a larger DOTS initiative, but it is still pre-alpha last I knew.