unity-mcp-orchestrator

Orchestrate Unity Editor tasks via MCP for objects, scripts, scenes, and tests.

8|Updated Nov 4, 2016
One-click install
npx skills add https://github.com/coil398/dotfiles --skill unity-mcp-orchestrator-coil398
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-mcp-orchestrator
Source: https://github.com/coil398/dotfiles/tree/main/.claude/skills/unity-mcp-skill
Command: npx skills add https://github.com/coil398/dotfiles --skill unity-mcp-orchestrator-coil398

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the coordination of Unity Editor tasks (object creation and modification, script changes, scene management, and test execution) through MCP-driven workflows, reducing manual setup and human error.

Core Features & Use Cases

  • Workflow orchestration: coordinates Unity MCP tools to perform end-to-end editor automation across scenes, objects, scripts, and tests.
  • Template-driven patterns: provides best-practice schemas and reference workflows that adapt to project variations and Unity versions.
  • Validation & feedback: exposes editor state, compilation progress, and console diagnostics to guide iterative development.

Quick Start

Connect to a Unity instance via MCP, read project info, and run a starter orchestration that creates a sample GameObject and saves the scene.

Frequently Asked Questions about unity-mcp-orchestrator

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

FAQPage Schema
How do I automate Unity Editor workflows using MCP?

You can automate Unity Editor workflows using MCP by orchestrating tools to coordinate end-to-end tasks like creating GameObjects, editing scripts, managing scenes, and running tests with reduced manual setup.

What is the best way to run batch operations on Unity GameObjects and scenes?

The best way to run batch operations on GameObjects and scenes is using template-guided MCP workflows that enforce readiness checks, ensuring safe and repeatable automation across Unity projects of varying sizes.

Can I use MCP to manage multiple Unity instances for testing and deployment?

Yes, you can use MCP to manage multiple Unity instances by applying multi-instance workflows that coordinate editor automation, script changes, and test execution across development, testing, and deployment stages.

How do I validate Unity compilation progress and console diagnostics during scene automation?

You validate Unity compilation progress and console diagnostics during scene automation by leveraging orchestration workflows that expose editor state and feedback to guide iterative development safely.

Does Unity MCP orchestration work with different Unity project configurations and versions?

Yes, Unity MCP orchestration works with different project configurations and versions by providing best-practice schemas and reference templates that adapt to project variations, ensuring repeatable automation across diverse setups.

When should I not use MCP workflows for Unity script editing?

You should avoid using MCP workflows for Unity script editing if your project lacks MCP connectivity or requires manual, non-repeatable adjustments that bypass readiness checks and batch operation constraints.