Closed bannified closed 3 years ago
The MainMenu is now separated into 4 scenes, 5 if we include the main scene.
The main scene (to load all other scenes) is called Full_MainMenu. You should load this scene first to have the rest of the scenes load additively.
The other scenes (loaded in this order) are:
Similarly, PlayerInitiatedMovement is split into multiple scenes (with Level_Main_PlayerInitiatedMovement as the root) as follows:
Classroom has been integrated into MainMenu.
We can now set a boolean in GameManager to control whether a player Spawns in the Classroom of the MainMenu scene.
Checked that TTS works alongside LessonData on the projector screen.
Resolves #57
Separated MainMenu into multiple scenes to be loaded additively
The MainMenu is now separated into 4 scenes, 5 if we include the main scene.
The main scene (to load all other scenes) is called Full_MainMenu. You should load this scene first to have the rest of the scenes load additively.
The other scenes (loaded in this order) are:
Similarly, PlayerInitiatedMovement is split into multiple scenes (with Level_Main_PlayerInitiatedMovement as the root) as follows:
Integrate Classroom into MainMenu
Classroom has been integrated into MainMenu.
We can now set a boolean in GameManager to control whether a player Spawns in the Classroom of the MainMenu scene.
Checked that TTS works alongside LessonData on the projector screen.