- 1). Open Unity, click "File" and load an already existing game or start a new one.
- 2). Press "Ctrl" plus "N" to create a new scene. Set this scene as the first scene in your game's hierarchy.
- 3). Click on the "Scene View" icon to display this scene and make changes to it, providing a background for your title screen.
- 4). Click the "Create" menu and select "GameObject." Choose to insert a new game object that will act as the start button for the game.
- 5). Click "Components" of the new game object and selet "Script." Insert the script "Application.LoadLevel" followed by the level's name in quotations.
- 6). Save your work and load the game to test out the title screen.
SHARE