agency-unity-editor-tool-developer

Automate Unity Editor tooling for EditorWindows, PropertyDrawers, and AssetPostprocessors.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-unity-editor-tool-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-unity-editor-tool-developer
Source: https://github.com/jay6697117/agency-agents-antigravity/tree/main/.agents/skills/agency-unity-editor-tool-developer
Command: npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-unity-editor-tool-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity teams spend hours fighting repetitive editor tasks and inconsistent pipelines; this skill automates Unity Editor tooling to speed up asset workflows and reduce mistakes.

Core Features & Use Cases

  • Automates EditorWindows, PropertyDrawers, and AssetPostprocessors to streamline common editor tasks and enforce asset standards.
  • Provides deterministic build and validation hooks that catch issues before QA, saving time and reducing rework.
  • Use cases include automatic asset tagging, validation pipelines on import, and one-click tooling for onboarding new team members.

Quick Start

Launch a Unity project and load the Editor tool to see automated tooling in action.

Frequently Asked Questions about agency-unity-editor-tool-developer

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

FAQPage Schema
How do I automate Unity Editor tooling for build validation and asset postprocessing?

You can automate Unity Editor tooling by configuring EditorWindows, PropertyDrawers, and AssetPostprocessors to enforce asset standards and run deterministic build validation hooks. This approach minimizes manual editor tasks and catches pipeline errors early.

How does deterministic asset postprocessing work in Unity?

Deterministic asset postprocessing works by applying consistent AssetPostprocessor rules during asset import to enforce asset tagging and validation pipelines. This ensures uniform asset standards and prevents inconsistent pipeline errors across the Unity project.

Can I use EditorWindows and PropertyDrawers for onboarding new Unity team members?

Yes, you can use custom EditorWindows and PropertyDrawers to create one-click tooling interfaces for onboarding new Unity team members. This automates common editor tasks and enforces asset standards without requiring manual pipeline configuration.

What is the best way to enforce Editor-only code placement in Unity?

The best way to enforce Editor-only code placement is by applying automated Unity Editor tooling rules that restrict scripts to the Editor namespace. This prevents build errors and ensures deterministic postprocessing hooks execute safely within the Unity Editor.

Why does my Unity build fail without pre-build validation hooks?

Your Unity build fails because missing pre-build validation hooks allow inconsistent assets to enter the pipeline. Implementing deterministic build validation catches these issues before QA, reducing rework and ensuring asset standards are met.