Installing Unity & Getting Started with Game Development
Apr 25, 2021
To install Unity, you will need the Unity Hub. Unity Hub is a tool used to install multiple versions of Unity on a single computer. Download and install the hub from the Unity store here:
https://store.unity.com/download-nuo
Once the hub is installed, select the version of Unity you want to install and the hub will do the rest.
Use the hub to create a new Unity project. Select a template, name your project and give it a folder:
Unity will build the project for you and add a series of folders to your project directory, and open with the default project view:
Congratulations, you are ready to start working with Unity!