Game Development Reference
In-Depth Information
Prepare for lift off
We will begin with importing the package, preparing the assets folder, and making sure that
we have everything ready to start. Let's create a new project and import the package:
1. Import the assets package by navigating to Assets | Import Package | Custom
Package… , choose the Chapter8.unityPackage file, which we downloaded
earlier, and then click on the Import button in the pop-up window, as shown in the
following screenshot:
2. Wait until it's done and we will see the Chapter8 , Editor , Gizmos , Resources ,
and Standard Assets folders in the Project view. Then, we will navigate to
Chapter8 | Scenes and double-click on either scene (for C# users, double-click on
the Hiscore_C# scene; for Unity JavaScript users, double-click on the Hiscore_JS
scene), as shown in the following screenshot:
Search WWH ::




Custom Search