This section applies to MonoBehaviour
, ScriptableObject
, and StateMachineBehaviour
.
All these features require Inspector Gadgets Pro except the Missing Scripts system.
Object Reference Fields | Improved fields for referencing anything inheriting from UnityEngine.Object. |
Script Field | Inspector Gadgets hides the Script field at the top of Unity's script Inspector to save space and provides several extra functions. |
Decorator Attributes | Attributes that change the way serialized properties are displayed in the Inspector. |
Inspectable Attributes | Attributes that add extra elements at the bottom of the Inspector. |
Shader Attributes | Attributes that change the way shader properties are displayed in the Inspector. |
Event Messages | Special method names to further customise the Inspector without writing a separate Inspector class. |
Custom Inspectors | Ctrl + Click on a script's Inspector to create a custom Inspector script for it. |
Missing Scripts | Easily find and fix missing script references. |