Skip to content

Installation

Nekuzaky edited this page Jul 29, 2026 · 3 revisions

Installation

Starhelm is installed through the Unity Package Manager, using a Git URL.

Steps

  1. Open Unity and go to Window > Package Manager.
  2. Click the + button.
  3. Choose "Add package from git URL...".
  4. Paste the following URL:
https://github.com/Nekuzaky/Starhelm.git?path=/Assets/Starhelm

Pinning a version

To lock to a specific release, append the tag after a #:

https://github.com/Nekuzaky/Starhelm.git?path=/Assets/Starhelm#v0.8.2

Requirements

  • Unity 6000.0 or newer
  • The core module (Core / Runtime / Modules) has zero external dependencies
  • The optional playable Template requires uGUI and the Input System (both declared in package.json)

See Quick Start for the next steps after installing.

Clone this wiki locally