Skip to content

01. Prerequisites

Helena Pavloff-Pelkonen edited this page Jan 6, 2025 · 1 revision

Tools needed


Unity Hub & Unity Editor 2022.3.55f1

Installation

  1. Install Unity Hub

  2. Install Unity Editor 2022.3.55f1
    https://unity.com/releases/editor/archive (Pick Hub installation)

When installing Unity Editor pick these Modules

  • 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.


GitHub Desktop

Installation


IDE / Code editor (Recommended Visual Studio Community 2022) (Windows Only)

Installation (Visual Studio Community 2022) (Windows Only)

  1. Install Visual Studio Community 2022
    winget install Microsoft.VisualStudio.2022.Community
    or
    https://visualstudio.microsoft.com/downloads

When installing Visual Studio Community 2022 pick these Workloads

  • .NET desktop development
  • Game development with Unity