

The Scene View: Shows the level of the scene.The Project Window: Lists the assets in your project that you can add to a scene.The Hierarchy Window: Provides a listing of the components that make up a scene.Initially, you’ll see several panes within the Unity Editor:

Unity EditorĪfter creating the third-person template project, the Unity Editor will open. You’ll use this simple game to tour some of the main features of the Unity Editor. And, this example project already has simple controls to move the character and generated level content. This template provides an over-the-shoulder view of the player’s character - called a third-person view - which can often be a great starting place to develop a variety of games. When this has downloaded, look under Project Settings and set Project name to ThirdPerson, then specify a location on your local disk drive. Find the Third Person Template under the Core tab on the left.Ĭlick Download template to download the required assets for this template. With the 2020.3 LTS Unity Editor as the default, the Unity Hub will provide a variety of templates. Once the install has finished, switch back to the Projects tab and click New project. For reference, all of this book’s sample projects were built with 2020.3.26f1, but any 2020.3 release should be compatible. On the left side of the Unity Hub, select Installs, then click Install Editor in the top right of the hub.Ĭhoose to install the latest 2020.3.x LTS release. After installation, start the Unity Hub and you’ll see this: You should install the latest version of the Unity Hub (3.0.0 at the time of writing) to have an up-to-date listing of sample starter content.

Start by downloading the Unity Hub installer for either Windows or Mac from : It acts as a single overall manager for downloading the latest Unity Editors, keeping track of your projects and launching the Unity Editor. However, the Unity Hub will help you install and manage editor versions. It’s time to develop your first Unity game! The Unity Hub is your gateway to install the Unity Editor, manage all your projects and find tutorial resources.īe aware there are different versions of the Unity Editor as updates and improvements are continually released.
