Skip to content
13976_gamedev (Student) edited this page Jul 29, 2026 · 5 revisions

Starhelm

Take the helm. Command your AI.

Starhelm is a data-driven, genre-agnostic action / job / command AI framework for Unity, built for management games, colony sims, city builders, survival games and light RTS. It separates what an action is (data) from how it runs (runtime), and ships with visual behavior graphs, authored dialogue, work schedules and a live "why" debugger.

Why Starhelm

Hand-coded management-game AI tends to turn into spaghetti code, with decisions, travel, costs, cooldowns and effects all tangled together inside fragile scripts. Starhelm gives you a reusable backbone for any genre, along with the tooling needed to author and debug your AI.

Wiki contents

Start here

Open Tools > Starhelm > Hub in Unity. It tells you what the open scene is missing and fixes each gap with one button, and it launches every other window.

Requirements

Unity 6000.0 or newer. The core (Core / Runtime / Modules) has zero dependencies. The optional playable Template pulls in uGUI and the Input System.

Additional documentation

  • Manual.md - concepts, lifecycle, integration
  • Quickstart.md - a 5 minute walkthrough from import to a custom action
  • CHANGELOG.md
  • Product overview: Docs/Starhelm_Overview_EN.pdf

License

Copyright 2026 Nekuzaky. All rights reserved. Distribution and use will be governed by the Unity Asset Store EULA on release.

Clone this wiki locally