-
Notifications
You must be signed in to change notification settings - Fork 2
01. Prerequisites
Helena Pavloff-Pelkonen edited this page Jan 6, 2025
·
1 revision
- Unity Hub & Unity Editor 2022.3.55f1
- GitHub Desktop
- IDE / Code editor (Recommended Visual Studio Community 2022) (Windows Only)
-
Install Unity Hub
-
Windows
winget install Unity.UnityHub
or
https://unity.com/download -
Linux
flatpak install com.unity.UnityHub
or
https://docs.unity3d.com/hub/manual/InstallHub.html#install-hub-linux
-
-
Install Unity Editor 2022.3.55f1
https://unity.com/releases/editor/archive (Pick Hub installation)
- I am just a programmer and do at most local test builds on desktop
- Windows
- I am testing with local Android (USB) builds on device or building to Google Play
- OpenJDK
- Android SDK & NDK Tools
- I am building for WebGL
- WebGL
In any case you do not need IL2CPP modules as they only make building slower without any benefits for our build targets.
-
Windows
winget install GitHub.GitHubDesktop
or
https://desktop.github.com/download -
Linux
flatpak install io.github.shiftey.Desktop
- Install Visual Studio Community 2022
winget install Microsoft.VisualStudio.2022.Community
or
https://visualstudio.microsoft.com/downloads
- .NET desktop development
- Game development with Unity