Understanding Scenes and SpatialObjects
Learn the fundamental building blocks of ITs Magic Engine: Scenes and SpatialObjects. This tutorial covers creating, managing, and organizing the core elements of your game.
What is a Scene?
A Scene is a container that holds all the objects in a specific part of your game. Think of it like a level, menu screen, or any distinct area in your application.