Time for action – prepare the game scene

We need to repeat a few steps that we followed in the title scene to set up our game scene.

  1. Navigate to GameObject | Create Empty, and rename the new GameObject GameScreen.
  2. Create a new JavaScript file from the Project panel and name it GameScript.
  3. If you'd like to stay tidy, create a folder in the Project panel and rename it Scripts. Drag your TitleGUI and GameScript scripts into the new Scripts folder to keep them organized.
  4. Drag-and-drop the GameScript script from the Project panel onto the GameScreen GameObject in the Hierarchy panel to link the script to a GameObject.
  5. If you feel so inclined, you can set up a customSkin variable in the script, and link up your MyGUI custom GUI skin to the script. This step ...

Get Unity 4.x Game Development by Example Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.