{{docsMenuData.data.title}}

Window Framework for Unity UI Toolkit

Changelog

*Available Standalone -and- soon to be released as a Unity Asset Bundle  with our other UI Toolkit Assets

We post all changes to the asset here. The release date is the date that the Unity Asset Store approved the update and was updated with the new downloadable version. Documentation, available on the left hand menu, will be updated during the approval process, but the documented feature may not be available until the asset is approved and released, and always check the version number in the asset store to ensure you have the latest version.

Version 1.1.1

Release Date: July 26, 2025

  • Fixed key binding error when running the Demo Scene in Unity v60000.1

Version 1.1.0

Release Date: July 15, 2025 (Current)

  • Added Context menu activator manipulator for right-click context menus on any Visual Elements.
  • Context menus now respect screen boarders.
  • Context Menus now always use the Runtime Controller timing values to ensure proper synchronization.
  • Smoothed the Context menu fade to reduce stuttering
  • You can now add a Context Menu Activator manipulator to any Visual Element and enable right-click context menus,
    - You must create the config object in code and pass it in at creation of the manipulator.
    - For example,
    If you have a Visual Element called `myNewElement`, with a menu config object called 'myContextMenuConfig', then you would add the manipulator like this:
    myNewElement.AddManipulator(new ContextMenuActivator(myContextMenuConfig));
  • Moved all documentation to website to allow for faster updates.
  • Added examples of custom context menu use to example scripts

Version 1.0.3

Release Date: July 11, 2025

  • Fixed problem where UXML UI Document reference may be lost.
    You can now optionally assign the UI document in the inspector of the Runtime Controller.

Version 1.0.2

Release Date: July, 2025

  • Cleanup of informational debug statments

Version 1.0.1

Release Date: June, 2025

  • Fixed error causing context timers not to update in real time.
    Settings now update instantly

Version 1.0.0

Release Date: June 20, 2025

  • Initial release - the following standard features are included:
  • Context Menu - A context menu that can be attached to any visual element, allowing for right-click interactions.
  • Runtime Tooltip Manipulator - A tooltip system that allows for runtime tooltips on any visual element, providing additional information to the user.
  • Position and Location Memory - Remembers the last position and location with runtime game UI window memory, allowing for a consistent user experience across sessions.
  • USS Themes using Style Sheets - A player selectable USS theme that provides a highly customizable look and feel for the game UI, including support for light and dark themes.
  • Unity UI Builder Support - Designed to work with Unity's UI Builder, allowing for easy integration and customization of the runtime USS Theme and style sheets along with support for UXML document use.
  • And Much more... - Read Full Feature List Here