Skip to content

PMK95/Unity_Toggle_InspectorMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Unity_Toggle_Inspector Debug Mode

A script that allows you to toggle between Normal and Debug modes in Unity's Inspector using a custom shortcut.

Note

This script uses reflection to access internal methods in Unity due to the restricted access to Inspector Mode functionalities.

Script

ShortcutExtension.cs

How To Use

Import Script

Check the shortcut

  • Default Shortcut Binding: The shortcut is automatically registered when Unity loads, using the [InitializeOnLoadMethod] attribute.

Note

The default shortcut key is set to "F12." If you'd like to change it, you can modify the "menuPath" and "shortcutKey" variables in the script.

About

Unity_Toggle_InspectorMode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages