UniCli
Control Unity Editor from the terminal with commands
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install UniCli?โผ
Run `npx skills add yucchiy/UniCli --all -g -y` in your terminal to install the skill globally. You also need the unicli CLI binary and the UniCli server package inside your Unity project.
How to control Unity Editor from the terminal?โผ
Open your Unity project in the Editor, then run commands like `unicli exec Compile` or `unicli exec TestRunner.RunEditMode` from the project directory. UniCli talks to the Editor over named pipes and returns structured JSON output.
Can UniCli run Unity tests automatically?โผ
Yes. Use `unicli exec TestRunner.RunEditMode` or `TestRunner.RunPlayMode` to run tests and get filtered failure results, stack traces, or summary counts directly in your terminal.
Does UniCli work with Claude Code and other coding agents?โผ
Yes. UniCli ships a Claude Code plugin and a SKILL.md skill, and its JSON output is designed so coding agents can reliably compile, test, and modify Unity projects.
Can I run custom C# code in Unity without writing a command?โผ
Yes. The `unicli eval` command compiles and executes arbitrary C# code inside the Unity Editor, which is ideal for quick inspections and one-off tasks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core