Gaming in Unity

01. Unity - Introduction & Set-up

(../img/unity-1-intro-1-set-up/intro-1-set-up-gaming-in-unity-logo.png)

Welcome!

Have you ever wished you could create your very own video game? Want to learn more about how your favourite games are made? You're in the right place!

Before you start developing 2D Game

Download this set of assets before you begin the 2D Game guide:

Unity Assets

2D Game Video Playlist

https://youtube.com/playlist?list=PLqrmTy8_2Ia4YXs36g7g_2JUciRXccAIC

What is Unity?

Unity is a free game engine used for creating desktop, mobile, console, VR games and more. It allows you to create almost anything you can imagine.

Famous games made in Unity include Cuphead, Hearthstone, Rust, and Ori and the Blind Forest.

Browse the Unity website to see a sample of what the engine is capable of:

https://unity.com/madewith

Here's a short trailer of some games made in Unity:

Unity Editor System Requirements

System requirements

How do I install Unity?

Step 1 - Downloading Unity Hub Installer

Go to https://unity3d.com/get-unity/download & click Download Unity Hub

(../img/unity-1-intro-1-set-up/intro-1-set-up-step-1.jpg)

Step 2 - Installing Unity Hub

Open the Unity Hub installer and follow the steps of the installer programme.

(../img/unity-1-intro-1-set-up/set-up-step-2.jpg)

Once Unity Hub has finished installing, open Unity Hub.

Step 3 - Creating a Unity ID

Once you open Unity Hub, you will see the following screen.

(../img/unity-1-intro-1-set-up/set-up-step-3.jpg)

It will say you have no valid license. This is okay. To obtain a valid license, you need a Unity ID.

To create a Unity ID, go to the following link.

https://id.unity.com/

Select the option to create an account.

Fill out the form.

(../img/unity-1-intro-1-set-up/set-up-step-3-2.jpg)

Confirm your email.

(../img/unity-1-intro-1-set-up/set-up-step-3-3.jpg)

Once you've confirmed your email, you've successfully created a Unity ID!

Step 4 - Activating Unity License

Return to Unity Hub.

Go to the top right and click the Sign in button.

(../img/unity-1-intro-1-set-up/set-up-step-4.jpg)

Sign in with your Unity ID.

(../img/unity-1-intro-1-set-up/set-up-step-4-2.jpg)

Click the activate new license button.

(../img/unity-1-intro-1-set-up/set-up-step-4-3.jpg)

Select the Unity Personal option.

Select the I don't use Unity in a professional capacity option.

(../img/unity-1-intro-1-set-up/set-up-step-4-4.jpg)

You now have successfully activated your Unity License!

(../img/unity-1-intro-1-set-up/set-up-step-4-5.jpg)

Step 5 - Installing Unity 2020.3 (LTS)

Press the back arrow in the top left corner to go to Unity Hub's main screen.

From here, click Installs on the left side.

Click the blue Add button on the right.

(../img/unity-1-intro-1-set-up/set-up-step-5.jpg)

For the purposes of this course, we'll be using Unity 2020.3 (LTS).

Select this and then click next.

(../img/unity-1-intro-1-set-up/set-up-step-5-2.jpg)

Make sure Microsoft Visual Studio Community 2019 is selected and then click next.

(../img/unity-1-intro-1-set-up/set-up-step-5-3.jpg)

The installer will now start. This may take a while, depending on your computer's specs and internet speed!

(../img/unity-1-intro-1-set-up/set-up-step-5-4.jpg)

Once you've reached this screen, Unity 2020.3 (LTS) has been successfully installed.

(../img/unity-1-intro-1-set-up/set-up-step-5-4.jpg)

Congratulations! You've just taken your first step into game development!

Created by: David Corish