Power Inspector by default uses a custom system of drawers for drawing the contents of the inspector view, instead of relying on the Editors used in the default inspector. Some other plug-ins however can rely on the usage of Editors for some of their functionality. As such, compatibility with these plug-ins can be improved by ..
Author : Timo Naskali
Power Inspector comes with a Create Script Wizard, which makes it easy to create new script assets. It is based on the excellent Create Script Dialog by Unity – which no longer seems to be available anywhere. Opening The Create Script Wizard To open the Create Script Window, first open the Add Component dialog, and ..
The drawer for Unity Objects (Components and assets) offer a couple of enhancements over the Component Editor in the default inspector. Selectable Unity Object drawers can be selected in Power Inspector by clicking the header or using keyboard shortcuts. When a Unity Object drawer is selected, a clear visual indicator is shown in the form of ..
The drawer for GameObjects offers a couple of enhancements over the GameObject Editor in the default inspector. Selectable Unlike how it works in the default inspector, the GameObject drawer can now be selected. You can do this simply by clicking the header of the GameObject drawer, or using the keyboard. This is useful, because it ..
By default Power Inspector windows displays the data of selected Unity Objects from both the Hierarchy and the Project views – just like the default inspector does. However, it is also possible to restrict a Power Inspector window to only display data for Objects selected in either the Hierarchy or the Project view. Separate Inspectors ..
Lock mode is a special mode for inspector views that when enabled has the view retain the same target, even if other Objects are selected in the editor. You can toggle lock mode on and off from the lock icon found on the inspector toolbar. When lock mode is active a red indicator is displayed ..
True (Default) The color of the label text in the header of Unity Object drawers will be altered when mouseovered. False The color of the label text in the header of Unity Object drawers will not be altered when mo..
If you are unable to find a solution to your issues in the troubleshooting pages of the manual, you can contact support using the contact form at ou..
Enum fields in Power Inspector have been improved with the addition of a new popup window for selecting the value. The popup window features the following enhancements compared to the one found in the default inspector: Search Box Find the value you want to assign fast even with enums containing hundreds of options, by filtering ..
Merged Multi-Editing Mode By default, when you have Power Inspector display the data of multiple targets within the same inspector view that data is merged together. This method of displaying the data of multiple targets is called the merged multi-editing mode. This is the only way that the default inspector can display the data for ..