The Scene System
Posted 9 months ago
The scene system uses Components instead of Entities. A single GameObject can have many Components, and many child GameObjects.

This is a bit of an adjustment when coming from the Entity system. People are used to thinking in that one dimension, so it can take a while to adjust to see the benefits of this system.