unity-cli
SolidDrive a live Unity Editor or Player with unity-cli. Use when a task must inspect or change Unity scenes, GameObjects, components, transforms, prefabs, materials, project assets, play mode, screenshots, profiler recording, or execute C# inside Unity; also use for Unity console maintenance and unity-cli setup, status, refresh, snippets, or custom commands. Do not use for source-only Unity coding that does not require interaction with the live Editor or Player.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- niqibiao
- Repository
- niqibiao/unity-cli-skill
- Created
- 5 months ago
- Last Updated
- 5 days ago
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
unity-run
Use when running Unity from CLI for any purpose — builds, tests, method execution, asset imports. Handles Unity installation detection, batchmode execution, and log monitoring. Other unity-dev skills depend on this for CLI execution.
unityctl-workflows
Drive, inspect, debug, and verify Unity projects through the unityctl CLI or MCP server. Use when an agent needs to modify scenes, GameObjects, components, assets, scripts, project settings, Play Mode, tests, builds, screenshots, or verification workflows in a Unity project, especially when changes need structured JSON readback, rollback, diagnostics, or artifact evidence.
unity
Execute Unity Editor commands (run tests, compile, get logs, refresh assets, play/pause/step) via file-based bridge. Auto-activates for Unity-related tasks. Requires com.mxr.claude-bridge package installed in Unity project.