Skip to content

Releases: ErnSur/UI-Toolkit-Plus

3.0.3 - Bugfixes

18 Mar 09:42
Compare
Choose a tag to compare

Fixed

  • System no longer throws exceptions when it processes files with root UXML element without namespace

3.0.2 - Code Gen QoL

17 Dec 20:46
Compare
Choose a tag to compare

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

25 Nov 11:33
Compare
Choose a tag to compare

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

31 Oct 06:43
Compare
Choose a tag to compare

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 from protected to private.

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

22 Oct 13:48
Compare
Choose a tag to compare

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

13 Oct 08:54
Compare
Choose a tag to compare
  • Column tag support
  • Template/Style tag support

1.6.0 - UXML C# Script generation

31 Aug 13:00
Compare
Choose a tag to compare
  • 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

29 Aug 06:28
Compare
Choose a tag to compare

Changes

  • Changes to the way package stylesheets are loaded.

Fixes

  • the project could not be built because of editor imports in a runtime assembly.
  • Few Tab elements behavior fixes

1.4.0 - Reorderables

24 Jul 15:20
Compare
Choose a tag to compare
  • Polishing of Tabs
  • Reorderable Manipulator
    • Samples
  • Min Unity version updated to 2021.3

1.3.0

28 Jun 20:11
Compare
Choose a tag to compare

Added reorderable tabs