Add tabbed inspector UI and attributes#151
Open
MaykerStudio wants to merge 54 commits intoarimger:1.0/developfrom
Open
Add tabbed inspector UI and attributes#151MaykerStudio wants to merge 54 commits intoarimger:1.0/developfrom
MaykerStudio wants to merge 54 commits intoarimger:1.0/developfrom
Conversation
…SetIsEditorExpanded method
…d values while using the ReferencePickerAttribute; improve footer position in the ReorderableList class
…operties; expose OnToolbarGuiRight callback
Develop - 0.14.0
…he target property; minor SerializedScene API improvements; minor refactor changes
Develop - 0.14.1
Updated SerializedDictionary to implement IReadOnlyDictionary
Develop - 0.14.2
…ew Toolbar changes adjustements
Possibility to display managed reference by LabelByChildAttribute
Included parent objects in TAB selector + highlight
Develop - 0.14.3
Introduce tabbed inspector support: add runtime attributes (BeginTabGroupAttribute, TabAttribute, EndTabGroupAttribute and TabGroupVisual) and an editor drawer (BeginTabGroupAttributeDrawer) with responsive, styled tab rendering (Default/Flat/Segmented), tab state management and type/field discovery caching. Register new drawers in Editor Toolbox settings and add TabAttributeDrawer/EndTabGroup handling. Update example scene and SampleBehaviour4 to demonstrate tab groups and polish formatting. Also include small EditorUserSettings tweaks.
Owner
|
Hi! Thank you very much for this PR. I really like the general idea and some solutions, but I can't merge it into the master branch in its current state. If you want, we can go with the classic review process, or you can change the target branch to In general, I would like to change coding convention-related things, such as formatting, file structure, and member names, to match other scripts in the package. Additionally, it would be nice to avoid some allocations (e.g., right now you are creating a few Lists), and I can see some potential improvements to static utility classes: |
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce tabbed inspector support: add runtime attributes (BeginTabGroupAttribute, TabAttribute, EndTabGroupAttribute and TabGroupVisual) and an editor drawer (BeginTabGroupAttributeDrawer) with responsive, styled tab rendering (Default/Flat/Segmented), tab state management and type/field discovery caching. Register new drawers in Editor Toolbox settings and add TabAttributeDrawer/EndTabGroup handling. Update example scene and SampleBehaviour4 to demonstrate tab groups and polish formatting. Also include small EditorUserSettings tweaks. Most of the code was writen by LLM but the general concept and optimizations was manually writen.