Setting Up Unity
Last updated
Last updated
You will need to use the latest LTS version of Unity 2021 or later. The minimum Unity version is Unity 2021.3.26f1 (as of March 2024). We will be using Unity 2022.3.22f1 for this tutorial.
Open Unity Hub.
Download and install the Unity Hub from Unity.
Install the correct version of Unity (Unity 2021 LTS or above) with the required Android modules.
Enable the 'Android Build Support' Module checkbox.
Enable the 'OpenJDK' checkbox.
Enable the 'Android SDK and NDK Tools' checkbox.
If you forget to add them, you can do so using the 'Add Modules' option in the 'Settings' on the Installed Version.
Start a new '3D Core' Project.
Confirm that it is using the correct Unity version if you have more than one.
Set your desired folder to install the project into.
Set the Name of your project as desired.
Select 'Create Project'.