Description
Changelog
Reviews
[The video attached is a showcase of the plugin by a fellow gamedev Queble]
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.
Changelog for version v0.10-stable
No changelog provided for this version.