unity-headless

Install Unity Hub and Editor versions with modules and activate licenses via serial keys.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BreakerOfStems/claude-skills --skill unity-headless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-headless
Source: https://github.com/BreakerOfStems/claude-skills/tree/main/skills/unity-headless
Command: npx skills add https://github.com/BreakerOfStems/claude-skills --skill unity-headless

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup and execution of Unity builds and tests in a headless environment, crucial for continuous integration and deployment pipelines.

Core Features & Use Cases

  • Unity Hub & Editor Installation: Installs Unity Hub and specific Editor versions with required modules.
  • License Management: Handles serial-based license activation and return.
  • Headless Builds & Tests: Executes builds and runs tests using Unity's batchmode.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically build your Unity game for a target platform whenever code changes are pushed, ensuring consistent and reliable deployments.

Quick Start

Use the unity-headless skill to install Unity Editor version 2022.3.0f1 with the linux-il2cpp and linux-server modules.

Frequently Asked Questions about unity-headless

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unity builds in a CI/CD pipeline?

Automate Unity builds in CI/CD by installing Unity Hub and specific Editor versions via command-line, then executing batchmode headless builds and tests whenever code changes are pushed to ensure reliable deployments.

What is a headless Unity build and when do I need it?

A headless Unity build runs the Editor in batchmode without a graphical interface, needed for continuous integration environments to automate testing and build execution for target platforms.

How do I activate a Unity license for automated build environments?

Activate a Unity license for automated build environments by handling serial-based license activation and return using Unity's command-line interface within your CI/CD pipeline setup.

Can I install specific Unity Editor versions and modules for CI/CD builds?

Yes, you can install specific Unity Editor versions and required modules like linux-il2cpp or linux-server by automating Unity Hub installation and module management before executing headless builds.

Do I need to install the Unity Editor before running headless builds?

Yes, specific Unity Editor versions and required modules must be installed prior to build execution, which this automation handles by installing Unity Hub and managing modules automatically.

Why does my Unity headless build fail in CI/CD pipelines?

Unity headless builds fail in CI/CD pipelines if specific Unity Editor versions and required modules are not installed prior to execution, or if serial-based license activation is not properly handled.