Skip to content

Setting up Unity

Unity is a cross-platform game engine developed by Unity Technologies. The V-ROOM Team mainly uses this game engine to build the virtual environment for our virtual classrooms and more!


Getting Started

To get started with Unity, you should install it on your machine. See below for the version that we are using!

Download Unity Editor

Download version 2019.4.8f1

Get on hub 64-bit

Download version 2019.4.31f1

Get on hub 64-bit

Info

Since I'm using a operating system, this tutorial will show the process in computer.
If you are using , the process should be similar, but if there's anything you're not sure about, Google is your friend! 🙂


Installation Walkthrough

There are two ways to install Unity on your machine: via Unity Hub or Standalone install.


Unity Hub

Installing through Unity Hub is the most recommended method as it is simple and straightforward!

You need to have Unity Hub installed to proceed.

Unity Hub requires internet connection to download the Editor files for installation

Open Unity Hub   Navigate to the Installs tab on the left   Click on Add button to add the version of Unity Editor that you need.

Unity Hub

Select the version that you need (2019.4.8f1)   Click next.

Unity version select

Now select all the modules that you need.

See the table below to see which modules you need to develop each platform

PC VR HoloLens Android
Windows Build Support
Universal Windows Build Platform
Android Build Support

Tip

We highly recommend you to also install Microsoft Visual Studio Community.
Visual Studio is an integrated development environment (IDE) that most people use when developing in Unity. It is natively supported in Unity to provide you with an easy and fast access when you need to code.

When you're done, click next.

Check the box I have read and agree... and click next. (Feel free to read the EULA given in the link :D )

Do the same thing with the Android EULA (if you choose to install it) and then press Done.

Wait until the installation finishes. This may take several minutes to several hours, depending on which module(s) you have chosen.

unity-hub-installing

And... you're done!

You can have multiple version of the Unity Editor installed at any time!

You can add modules from the editor by clicking on the button and select Add Modules


Standalone Installation

The standalone installation is typically used when you can't find the Unity version you need since it might already been replaced by a new version or when there are issues with installing using the Unity Hub. This includes:

  • Going to Archive
  • Downloading an executable installer .exe () / .dmg ()
  • Installing Unity Editor
  • Locating the editor on Unity Hub

Note

You still need to have Unity Hub already installed on your machine, since we're going to locate the installed editor on the Hub.

Important Note

Whenever possible, use Unity Hub to install the Editor. Standalone installation may be confusing for most users and you might select something you're not supposed to.

Did you know?

You can select Unity Hub to install the archived versions on Unity Hub instead of downloading a separate executable installer. It's less hassle, really!


Visit the Unity Archive

So you have decided to standalone install Unity Editor, great!
The first thing to do is to go to the archive and select your version.

Visit Unity Archive

unity-archiveDownload Unity Installer for the version you need (2019.4.8f1).

If you only need the editor without any modules, download the Unity Editor 64-bitfor Windows or Unity Editor for Mac.


Unity Install Assistant

Important Note

The Unity Download Assistant requires internet connection to download the editor files for installation. Make sure you have a working internet connection.

Locate the file you have downloaded and open it.

The name should be something like UnityDownloadAssistant-2019.4.8f1.exe.

unity-installer

Click next   check the I accept ... next.

unity-installer-01 unity-installer-02

Select all the modules you need - you can refer to the picture below or check the table.

unity-installer-03

Select where you want to download the installation files (temporary) and the install location. Click next when you're done.

unity-installer-04

Wait for the installation to finish and then click on Finish. You have successfully installed the Unity Editor.


Unity Editor Offline Installer

This one is very straightforward.

After you download the installer, open it. The file should be named something like UnitySetup64-2018.4.8f1.exe.

unity-editor-01

Follow the instruction on screen. Choose where you want to install it. Once finished you have successfully installed the editor.


Locating on Unity Hub

Now, you need to locate the newly installed editor on Unity Hub.

Open Unity Hub and navigate to the Installs section click on Locate.

unity-hub-install

Locate the Unity.exe in the location where you install the editor. It will be inside the Editor folder.

Select Unity.exe and then click Select Editor.

unity-hub-locate

You should now have the editor in your Unity Hub.


Unity License

If you have not yet activated a license to use Unity, see below.

Note

You need a Unity ID to manage your license. Create Unity ID

Activating Unity License

Go to your profile on the top right corner Manage license

Activate new license screen

Click on Activate New License   Unity Personal   I don't use Unity in...   Done

Unity personal license activation

You have successfully activated your new license!


Home