top | item 32803198

(no title)

tarsiel | 3 years 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

discuss

order

runevault|3 years ago

Unity is working on a full ECS system as part of a larger DOTS initiative, but it is still pre-alpha last I knew.