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;