Unity Inspector design advisor. Use when users want better SerializeField usage, Tooltip/Header organization, validation, or cleaner Inspector UX. Triggers: Inspector, SerializeField, Tooltip, Header, Range, OnValidate, RequireComponent, CreateAssetMenu, Inspector design, show in Inspector, 检视面板, Inspector怎么设计, 序列化字段, 编辑器显示, 显示在Inspector.
Use this skill when scripts need to be easier to author, configure, and review in the Inspector.
Mode: Both (Semi-Auto + Full-Auto) — advisory only, no REST skills
[SerializeField] private over unnecessary public fields.[Header], [Tooltip], [Space], [Range], [Min], [TextArea] when they clarify authoring intent.[RequireComponent] for mandatory sibling dependencies.[CreateAssetMenu] for config/data assets that designers should create directly.OnValidate only for lightweight editor-time validation and normalization.SerializeReference only when polymorphic serialized data is genuinely needed.