| Auto Hide UI | UI objects in the scene can be automatically hidden when you aren't working with them. |
| Scene View Object Picker | Use a context menu to pick UI objects in the Scene View. |
| Play Mode Start Scene | Make Unity automatically start in a particular scene when entering Play Mode instead of starting in the scene you currently have open. |
| Selection History | A window which keeps track of the objects you select so you can quickly go back to them. |
| Comments | Use the CommentComponent and CommentAsset to leave development comments throughout your project. |
| Auto Prefs | Use simple objects to encapsulate PlayerPrefs and EditorPrefs. |
| Preferences | Customize the settings of Inspector Gadgets. |
| Disabling Features | Most Unity Modules can be disabled as they are not needed by Inspector Gadgets. |