unity-tooling

Locate reusable Unity Editor tooling templates before creating helper scripts.

5|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-tooling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-tooling
Source: https://github.com/batihandev/unity-mcp-skills/tree/main/skills/tooling
Command: npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-tooling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unnecessary custom Unity Editor scripting by helping agents locate and reuse existing Editor tool templates before creating new helpers.

Core Features & Use Cases

  • Editor Tool Discovery: Routes tasks to existing tooling templates for persistent Unity Editor helpers such as menu commands and custom windows.
  • Safe Installation Workflow: Guides agents through installing tools with Unity_CreateScript, waiting for compilation, and invoking registered menu items correctly.
  • Use Case: When an agent needs a reusable Unity Editor screenshot exporter or batch operation tool, use this Skill to check available templates before writing a new script.

Quick Start

Ask the AI to check the Unity tooling templates for an existing Editor helper before creating a new custom script.

Frequently Asked Questions about unity-tooling

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

FAQPage Schema
How do I find existing Unity Editor tooling templates before writing a custom script?

To find existing Unity Editor tooling templates, check available tooling directories before implementing custom helpers. This prevents unnecessary creation of scripts for menu commands, custom windows, and batch operations.

What is the best way to add a reusable Unity Editor screenshot exporter?

The best way to add a reusable Unity Editor screenshot exporter is to locate existing tooling templates first. Safe installation workflows guide you through Unity_CreateScript, compilation waiting, and correct menu item invocation.

Do I need to write a new custom Editor script for batch operations in Unity?

You do not need to write a new custom Editor script for batch operations if an existing template is available. Check tooling directories first to locate reusable persistent helpers and prevent redundant implementation.

How do I safely install Unity Editor tools after finding a template?

To safely install Unity Editor tools, follow the Unity_CreateScript installation workflow. This involves applying the template, waiting for Unity to recompile scripts, and then invoking the registered menu items correctly.

Why does my AI agent create unnecessary Unity Editor helper scripts?

Your AI agent creates unnecessary Unity Editor helper scripts because it lacks awareness of existing tooling templates. Locating reusable tooling before implementation prevents redundant custom Editor windows and menu items.