Project Structure
This document describes the organization of the project folders.
Folders
The project is separated into 4 main folders:
_appcontains all assets and scripts related to the general application. Under_scripts, the code for each of the app's subsystems is in its own folder._gamescontains all assets and scripts related to the MiniGames.- Each MiniGame has its own sub-folder, with the game name as the folder name.
_gametemplatecontains a template for creating a new MiniGame from scratch.
_managecontains scenes useful for previewing and/or manage data._testscontains scenes and scripts for internal testings.
Other folders have special purposes:
Pluginscontains device specific plugins.Resourcescontains settings and data that is loaded at runtime.Standard Assetscontains third party plugins and code.