Installatie

Step 1

In order to most effectively download, install, and manage the versions of Unity on our computer, we will use something called Unity Hub:

  1. In a new tab, either Google “Download Unity Hub” or go to https://unity3d.com/get-unity/download, then click to Download Unity Hub

  2. From your Downloads folder, double-click on the Unity Hub Setup file to begin the installation

  3. Agree to Unity Terms of Service and follow the instructions to install Unity Hub

  4. Open Unity Hub for the first time and click on the tabs along the left side to explore it. Screenshot van Unity Hub

Step 2

Now that Unity Hub is installed, we need to actually install a new version of Unity and our code editor, Visual Studio:

  1. In the Installs tab click to Add a new Unity Version

  2. Select 2021.3.X LTS, then click Next. LTS stands for “Long-Term Support”, which is a stable version of Unity that will be supported for 2 years. Screenshot of the Unity installation process, during the version-selection stage

  3. On the Add modules screen, select Visual Studio (for Mac or PC). This is the software you will use to edit code. If you already have Visual Studio installed, it will not show up as an option. Screenshot of the Unity installation process, on the step where you select your Visual Studio version.

  4. Accept any necessary terms and conditions and begin installation

Step 3

In order to access a lot of important Unity services, including the Unity Asset Store, we need to be signed in with a Unity ID:

  1. From the Account menu in Unity Hub, click to Sign in

  2. If you already have an account, sign in - otherwise, you can sign in quickly through Google or Facebook or Create a New Unity ID. Screenshot of the Unity Hub with the Unity Account dropdown open.

Je kan ook deze link volgen: https://learn.unity.com/tutorial/lesson-0-1-install-unity-software?uv=2020.3&courseId=5cf96c41edbc2a2ca6e8810f&projectId=5d0921d5edbc2a001fca4661#608c0d6fedbc2a20c225fd47

Last updated