Introduction to Unity
This hour focuses on getting you ready to rock and roll in the Unity environment. We start by looking at the different Unity licenses, choosing one, and then installing it. Once that is installed, you learn how to create new projects as well as open existing ones. You open the powerful Unity editor, and we examine its various components. Finally, you learn to navigate a scene using mouse controls and keyboard commands. This chapter is meant to be hands-on, so download Unity while reading and follow along.
Installing Unity
To begin using Unity, you first need to download and install it. Software installation is a pretty simple and straightforward process these days, and Unity is no exception. Before we can install anything, though, we need to look at the two available Unity licenses: Unity Personal and Unity Professional. Unity Personal is free and more than sufficient to complete all the examples and projects in this book. In fact, Unity Personal contains everything you need to make games commercially, up to an annual revenue of $100,000! If you’re lucky enough to start earning more than this, or you want access to Unity Pro’s advanced features (mainly aimed at teams), then you can always upgrade in the future.
Downloading and Installing Unity
For the purposes of this chapter, we will assume you are sticking with the Unity Personal license. If you went with the Professional version, the process will be very similar, only deviating when it comes to time to choose the license. When you are ready to begin downloading and installing Unity, follow these steps:
- Download the Unity installer from the Unity download page at http://unity3d.com/get-unity/download.
- Run the installer and follow the prompts as you would with any other piece of software.
When prompted, be sure to leave the Unity 5, Web Player, and Standard Assets check boxes checked (see Figure 1.1). It is OK to install the Example Project if you have space; it won’t affect your experience of the book.
FIGURE 1.1 Prompt to choose the installed components.
- Choose an install location for Unity. It is recommended that you leave the default unless you know what you are doing.
Unity 5 will take some time to download, during which time you’ll see a download screen (see Figure 1.2).
FIGURE 1.2 Be patient while Unity 5 downloads.
- If you already have a Unity account, you may be asked to login with it. If you don’t yet have a Unity account, follow the instructions to create one. You will need access to your email to verify your address.
- That’s it! Unity installation is now complete.