Contains list custom menu paths, display names and icons for items displayed in the add compo..
Author : Timo Naskali
Determines the script category that should be displayed at first when you open the add component menu. If this is an empty string, then no specific script category will be opened as default, and instead the menu will open at the root. Default Value The default value is empty. This means that the menu will ..
Power Inspector contains two different modes for how component unfolding is handled in the inspector. Unrestricted (Default) You can unfold any number of components without restrictions. The unfolded states of components are remembered when you return to targets. This is how the default inspector always works. One-At-A-Time Only one component can be unfolded at any ..
Determines whether or not comments that area placed above method definitions when creating script assets using the Create Script Wizard should be added as XML documentation comments with the summary tag. True (Default) Comments above method definitions will be added as XML documentation comments with triple forward slashes (///) and wrapped inside a summary tag. ..
Determines whether or not comments should be added above method definitions when creating script assets using the Create Script Wizard. True (Default) Comments will be added above generated methods explaining what they do. False Comments will not be added above generate..
Determines whether the first curly brace after a namespace, class or method definition should be separated by a line break or be placed on the same line when creating scripts using the Create Script Wizard. True (Default) The first curly brace after a namespace, class or method definition is separated by a line break. False ..
Determines the namespace used by default when creating new script assets using the Create Script Wizard. The convention is to use PascalCase in namespaces, meaning you should capitalize every word. Default Value The default value is empty. This means that by default new scripts will be in the global namespace. This can increase the likelihood ..
Determines the default path used when saving your editor script assets. This is used by the create script wizard as the default save path when new editor-specific scripts are being created. Default Value The default value is “Editor”. This means that by default all editor scripts will be saved to “Assets/Editor”. Example Value “Scripts/Editor/Other”. This ..
Determines the default path used when saving your script assets. This is used by the create script wizard as the default save path when new scripts are being created. Default Value The default value is empty. This means that by default all scripts will be saved to root of your Assets folder! Example Value “Scripts/Other”. ..
Determines the keyboard shortcuts for various commands in Power Inspector. Keyboard shortcuts can be configured for the following items: Reset Resets the values of targets of selected drawers to their default values. Default Shortcut: Backspace Randomize Sets the values of targets of selected drawers to random ones. Default Shortcut: Ctrl + R Duplicate Duplicates the ..