To create a button-navigable multi-scene game, follow these steps:
- Create a new Unity 2D project.
- Save the current (empty) scene, in a new folder, _Scenes, naming the scene page1.
- Add a UI Text object positioned at the top center of the scene, containing large white text that says Main Menu (page 1).
- Add a UI Button to the scene positioned in the middle-center of the screen. In the Hierarchy, click on the show children triangle to display the Text child of this GameObject button. Select the Text GameObject, and in the Inspector for the Text property of the Text (Script) component, enter the text goto page 2:
- Create a second ...