Table of Contents

Class UnityInstaller

Namespace
FishMMO.Installer
Assembly
FishMMO-Installer.dll

Handles Unity Hub installation and Unity Editor version installation with selectable modules. Supports Windows and Linux (Arch/CachyOS, Debian/Ubuntu). Unity Hub CLI is used to install specific Unity versions and modules.

public static class UnityInstaller
Inheritance
UnityInstaller
Inherited Members

Methods

InstallUnityHub()

Installs Unity Hub if not already installed. OS-dispatched.

public static Task InstallUnityHub()

Returns

Task

InstallUnityVersion()

Installs a specific Unity Editor version with user-selected modules via Unity Hub CLI. Requires Unity Hub to be installed first.

public static Task InstallUnityVersion()

Returns

Task