unity-editor-tooling

Installation
SKILL.md

Unity Editor Scripting and Tooling

Overview

Reference for extending the Unity Editor, automating builds, testing, version control configuration, and package development. Covers custom inspectors, editor windows, build pipeline scripting, CI/CD, and the Unity Test Framework.

Custom Inspectors

Basic Custom Editor

#if UNITY_EDITOR
using UnityEditor;
using UnityEngine;
Installs
67
GitHub Stars
47
First Seen
Apr 4, 2026
unity-editor-tooling — josiahsiegel/claude-plugin-marketplace