Scenes Demo — A Scene is a container for GameObjects that provides its own coordinate system and transforms. Scenes can be nested inside other scenes, support z-ordering with bringToFront() and sendToBack(), and inherit from GameObject so they have full transform support (position, rotation, scale). Use scenes to organize game layers, UI panels, or any logical grouping of objects.