unity-editor-tools

Inspect and control Unity Editor state and settings via unity-cli.

83|10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/akiojin/unity-cli --skill unity-editor-tools-akiojin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-editor-tools
Source: https://github.com/akiojin/unity-cli/tree/main/.claude-plugin/plugins/unity-cli/skills/unity-editor-tools
Command: npx skills add https://github.com/akiojin/unity-cli --skill unity-editor-tools-akiojin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to inspect and control the Unity Editor's state and settings, streamlining development workflows and diagnostics.

Core Features & Use Cases

  • Editor Diagnostics: Ping the editor to ensure connectivity, read console logs, and check profiler data.
  • Configuration Management: Inspect and update project settings, manage packages, and execute menu items.
  • Use Case: A user needs to quickly check the Unity Editor's console for errors, update the company name in project settings, and then start the profiler to capture performance data.

Quick Start

Use the unity-editor-tools skill to ping the Unity Editor to ensure it is reachable.

Frequently Asked Questions about unity-editor-tools

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

FAQPage Schema
How do I read Unity Editor console logs from the command line?

Read Unity Editor console logs by using the unity-cli tool to ping the editor for connectivity and retrieve console output directly for diagnostics and configuration management.

Can I update Unity project settings without opening the editor?

Inspect and update Unity project settings without opening the editor by executing unity-cli commands to manage configurations such as the company name and handle package management operations directly.

What is the best way to capture Unity profiler data remotely?

Capture Unity profiler data remotely using the unity-cli tool to start the profiler and capture performance data from the running Unity Editor environment for operational diagnostics.

Does the unity-cli tool support executing custom Unity menu items?

The unity-cli tool supports executing Unity menu items, allowing you to trigger custom editor scripts and operational tasks within the Unity Editor environment for streamlined workflow automation.

Do I need the unity-cli tool installed to control the Unity Editor remotely?

You need the unity-cli tool installed because it is the required dependency to execute commands for pinging the editor, reading console output, inspecting settings, and managing packages.

Why does my unity-cli command fail to ping the Unity Editor?

A unity-cli command fails to ping the Unity Editor when the editor is not running or connectivity is blocked, preventing the tool from reading console output and inspecting project settings.