build-pipeline-manager

Automate Unity headless builds for CI/CD pipelines via command line.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill build-pipeline-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-pipeline-manager
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/09-devops-automation/build-pipeline-manager
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill build-pipeline-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of building Unity projects from the command line, making it essential for integrating with Continuous Integration and Continuous Deployment (CI/CD) pipelines.

Core Features & Use Cases

  • Headless Builds: Enables Unity builds without the graphical editor interface.
  • CI/CD Integration: Designed for use with Jenkins, GitHub Actions, GitLab CI, etc.
  • Automated Versioning: Can increment version numbers and manage build configurations.
  • Platform Support: Supports building for Android, iOS, Windows, and other platforms.

Quick Start

Use the build-pipeline-manager skill to build the project for Android.

Frequently Asked Questions about build-pipeline-manager

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

FAQPage Schema
How do I automate Unity builds for CI/CD pipelines?▼

Automate Unity builds for CI/CD by executing command line interface operations that run headless builds, switch configurations, and manage versioning without requiring the graphical editor interface.

Can I run headless Unity builds for Android and iOS?▼

Yes, headless Unity builds support platforms like Android, iOS, and Windows by executing Unity's `-executeMethod` flag directly from the command line interface for continuous integration servers.

Does this build automation method work with GitHub Actions and Jenkins?▼

Yes, Unity build automation integrates directly with CI servers like Jenkins, GitHub Actions, and GitLab CI by executing command line methods to trigger headless builds within existing workflows.

How do I manage version numbers during automated Unity builds?▼

Manage version numbers during automated Unity builds by using command line scripts that increment versioning and switch build configurations dynamically before executing the headless build process.

What is the best way to trigger Unity builds without opening the editor?▼

Trigger Unity builds without opening the editor by running headless command line interface operations that utilize Unity's `-executeMethod` flag to execute build methods automatically.