概要
This skill streamlines the development of Unity Editor extensions by providing patterns and automated workflows for IMGUI-based interfaces. It enables developers to rapidly build custom EditorWindows, property drawers, and specialized inspectors while ensuring best practices for editor-only code. By leveraging the Unity MCP server, it handles boilerplate generation, UI layout implementation, and proper integration with Unity's serialization system, making it ideal for creating internal productivity tools and complex data management utilities within the Unity environment.