unity-development

Automate Unity Editor tasks via command-line interface with UniCli.

247|25|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/yucchiy/UniCli --skill unity-development-yucchiy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-development
Source: https://github.com/yucchiy/UniCli/tree/main/.claude-plugin/unicli/skills/unity-development
Command: npx skills add https://github.com/yucchiy/UniCli --skill unity-development-yucchiy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to interact with and control the Unity Editor directly from your terminal, automating common development tasks and workflows.

Core Features & Use Cases

  • Script Compilation & Verification: Compile and check C# code within the Unity Editor context.
  • Asset & Project Management: Create, import, delete, and manage assets, prefabs, and scenes.
  • GameObject Manipulation: Find, create, modify, and destroy GameObjects and their components.
  • Build & Test Automation: Automate player builds and run Unity tests.
  • Dynamic Code Execution: Execute arbitrary C# code within the Unity Editor using unicli eval.

Quick Start

Run unicli check to verify your Unity Editor connection and installation.

Frequently Asked Questions about unity-development

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

FAQPage Schema
How do I automate Unity Editor tasks from the command line?

Automate Unity Editor tasks from the command line by using a CLI tool to programmatically control script compilation, asset management, and build automation directly from your terminal.

Can I run arbitrary C# code in the Unity Editor without opening the GUI?

Run arbitrary C# code in the Unity Editor without opening the GUI by executing dynamic commands via the CLI tool, allowing immediate code evaluation within the Unity environment.

What is the best way to automate Unity builds and tests in a CI pipeline?

Automate Unity builds and tests in a CI pipeline by triggering player builds and running Unity tests through command-line execution, streamlining your development workflow.

Do I need to install specific packages to control Unity from my terminal?

Controlling Unity from your terminal requires installing and configuring the specific CLI tool and its corresponding Unity package to establish a proper Editor connection.

How does command-line Unity automation handle asset and scene management?

Command-line Unity automation handles asset and scene management by allowing you to create, import, delete, and manage prefabs and scenes programmatically without manual GUI interaction.

Can I manipulate GameObjects and their components via terminal commands?

Manipulate GameObjects and their components via terminal commands to find, create, modify, and destroy objects dynamically within your Unity project.