Releases: ErnSur/UI-Toolkit-Plus
Releases · ErnSur/UI-Toolkit-Plus
3.0.3 - Bugfixes
3.0.2 - Code Gen QoL
Added
- Package description
Fixed
- Moved Editor element
ToolbarDropdownButton
to Editor assembly. - Fixed scene references in Reorderables Sample
- Fixed missing entry for Tabs Samples in package.json
3.0.0 - Code Gen QoL
Added
- UXML Code Generation:
- Option to override namespace for generated C# files from UXML importer header.
- Option to generate a second file of a generated partial class.
- Project-wide settings for code generation.
- support for pascal case and camel case styles
- support for prefix and suffix for code identifiers
- Custom icon for .gen.cs files.
Changed
- generate c# script context action moved to the dropdown menu in UXML Importer header.
- UXML attribute rename:
code-gen-prefix
->gen-cs-private-field-prefix
1.9.0 - Tab refinements
Added
- You can set
TabGroup
mode from UI Builder now. TabGroup
has a new scroller child.TabDropdown
dropdown button is now hidden when there is no action registered.- Reordering in vertical
TabGroup
now preserves element layout.
Changed
Reorderable
now wraps the target in a new visual element when dragging.Tab.Label
fromprotected
toprivate
.
Fixed
- Fixed visual glitch of tabs jumping when reorderable drag started.
- Fixed
TabGroup
scroller visibility in newer versions of Unity.
1.7.0 - Style Sheet Exporter
I added a new Editor window available for Unity 2022.1 and newer.
Style Sheet Exporter Window allows you to export built-in style sheets into your project.
I often found myself asking the question "How did Unity do it" when I was writing USS selectors. Now I know and so can you :)
🍡🌝
CS Generation fixes
- Column tag support
- Template/Style tag support
1.6.0 - UXML C# Script generation
- Added context menu action for
VisualTreeAsset
- UXML file, that generated C# script with visual element assignments. - Namespace change for Editor assembly
For more info check README.md
1.5.0
1.4.0 - Reorderables
- Polishing of Tabs
- Reorderable Manipulator
- Samples
- Min Unity version updated to 2021.3