-
Notifications
You must be signed in to change notification settings - Fork 1
Scenes
Bdiebeak edited this page Jul 19, 2024
·
4 revisions
The project has prepared scenes, each of which is necessary for performing certain actions.
- Bootstrap: the entry point and the initial scene of the project. It's used to initialize and load global components that can be accessed from anywhere in the project. Can contains logic such as downloading configs, connecting analytics service, and checking the app version.
- Meta: contains the main elements of the application meta logic, including the main menu and other elements that don't involve core logic.
- Core: the core of the application, includes the repeatable logic.
- Empty: is used for unloading resources and components from previous scenes.
Other scenes, such as additional levels, may also be included in the project and can be loaded as additional scenes.