Publisher
picode
Inspector Tabs
Godot add-on for splitting the inspector property classes into its own tabs. So that it is shorter and require less scrolling. There's also a jump-scroll option that didn't hide the properties in different tabs. # Features - An option for horizontal/vertical tab layout. (Can be changed in the editor_settings/inspector_tabs/tab_layout. Make sure advanced settings is on) - An option to add/remove text and icon on the tabs. (Can be changed in the editor_settings/inspector_tabs/tab_style) - A...
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Inspector Tabs
Godot add-on for spliting the inspector property classes into its own tabs. So that its shorter and require less scrolling. There's also a jump-scroll option that didn't hide the properties in different tabs.
Features
- An option for horizontal/vertical tab layout. (Can be changed in the
editor_settings/inspector_tabs/tab_layout. Make sure advanced settings is on) - An option to add/remove text and icon on the tabs. (Can be changed in the
editor_settings/inspector_tabs/tab_style) - A Jump-scroll option that didn't hide the properties in different tabs. (Can be changed in the
editor_settings/inspector_tabs/tab_property_mode) - An option to put abstract class into its child tab instead of its own. so that its easier to find. (Can be changed in the
editor_settings/inspector_tabs/merge_abstract_class_tabs) - The built-in property filter will search for properties on all tabs.
- Settings is synced to all projects.
- Support custom script classes and GDExtension classes.
- Favorite property will be shown in all tabs.
Known issues
- When opening your project, the
search helpwindow will pop up for a split second. This is to load the GDExtension node icons.
Installing
You can install it from the asset library.
You can also install it manually:
- Download the files.
- Place the addon folder into your the root of your project.
- In the project, go to
project_settings/pluginsand enable the plugin.