Getting started
What is it ?
A scene is a specific part of your game that is composed of GameObject.
For example you can use a scene for your main menu and another for first game scene like a cinematic.
This system is like a movie. Each scene is made for different settings.
Why create scene ?
Scene permit a good game managing. If something goes wrong in one of the scenes, the other scenes are not affected.
Camera
A scene needs a camera. This camera gives to graphical library all information about the 3D models to be placed in world.
Last updated