-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Nekuzaky edited this page Jul 29, 2026
·
3 revisions
Starhelm is installed through the Unity Package Manager, using a Git URL.
- Open Unity and go to Window > Package Manager.
- Click the + button.
- Choose "Add package from git URL...".
- Paste the following URL:
https://github.com/Nekuzaky/Starhelm.git?path=/Assets/Starhelm
To lock to a specific release, append the tag after a #:
https://github.com/Nekuzaky/Starhelm.git?path=/Assets/Starhelm#v0.8.2
- 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.