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;
Related skills

More from josiahsiegel/claude-plugin-marketplace

Installs
18
GitHub Stars
36
First Seen
Apr 4, 2026