How to Install and Get Started with Unity3D

Caleb Breuner
3 min readMay 18, 2021

--

Objective: Download the latest version of Unity and create a new project.

Unity3D is a great tool for individuals interested in getting started in game development. The setup process is simple. The following is a list of steps to get started in Unity.

How to Download Unity

This Gif shows the series of steps to download Unity3D

The steps listed below can be seen in the animated GIF above.

  1. Go to Unity.com.
  2. Click on Get Started on the top right.
  3. Click on the Individual tab and select Personal. You may attempt to sign up for a Student license if you qualify.
  4. Click Start Here under the First-time users header. UnityHubSetup will download.

How to Install Unity Hub

  1. Click on your UnityHubSetup download to run the setup.
  2. In the license agreement, click I Agree.
Unity Hub License Agreement

3. Select the file path for your install location.

Unity Hub Install Location

Once Unity Hub finishes installing, it should open such as the image below.

Unity Hub Window

Unity Hub is where users can create projects, learn tutorials, connect with the Unity community, and manage the latest Unity versions.

Installing the latest version of Unity (Entire Process).

Below are the list of steps to install the latest Unity as reflected in the animated GIF above.

  1. Click on Installs on the left of Unity Hub.
  2. Click Add on the top right.

3. Select the latest version of Unity.

4. Add the following modules: Android, WebGL, and Windows Build Support.

5. Agree to the following license agreements.

How to Create Your First Project

With the latest Unity installed, it is time to make our first project.

  1. In Unity Hub, click Projects on the left and select New on the top right.

2. Click the 3D template and give the project a name. Select the location. Click Create.

Once created, Unity will open with your new project.

New Project in Unity

--

--

Caleb Breuner
Caleb Breuner

No responses yet