Tutorial: Installing Unity

From CEED Wiki
Jump to navigation Jump to search

Prior to proceeding with Unity tutorials, ensure the application is installed on your computer. This guide will show how to install the software and how to acquire packages using the the Asset Store.

Downloading & Installation

Unity Hub installs section
Unity Hub installs section

In order to download the Unity Software, you must first choose one of three product options. Although Unity is a free software, there are still monthly subscription services that exist. You can choose between Personal, Plus, and Pro on the Unity Store. Beginners are recommended to use personal since it is free. Once personal is selected, you will be brought to a download screen for Unity Hub. Choose the download option for your operating system.

Once Unity Hub is downloaded, run the installer. Read over and accept the License Agreement, then click I agree. Choose the installation folder and click Install.

During the installation process, you'll be asked to create a Unity ID. In addition to being required to use the Editor, your Unity ID is your key to a wealth of Unity services including the ability to upload your projects to the cloud, access community features on Connect.

Once you have installed the Unity Hub, you can download and install the latest version of unity (Unity 2020.3.30f1 (LTS)) using the Install Editor button from the Installs section. Also, you need to install additional modules such as Microsoft Visual Studio Community 2019 (will be used to develop and edit C sharp scripts in unity), Mac Build Support for Mac users and Windows Build Support for Windows users respectively (build supports are required to build your game for respective platforms). You can add any other modules you wish as well.

Unity Hub install editor window
Unity Hub install editor window

Launching Unity

To launch Unity Hub, either locate the icon on the desktop, or open it from the Windows Menu.

To create a new project, click New project at the top right of the projects section.

  1. Specify whether it is a 3D or 2D project in the templates.
  2. Specify a name under 'Project name'.
  3. Specify a save location where you want to save the unity files under 'Location'.
  4. Once this is done click Create Project, your project should be setting up necessary libraries and when complete the editor will launch.
Unity Hub new project window
Unity Hub new project window

See Also

Tutorial: Creating Virtual Reality Applications