com.unity.dt.app-ui 2.0.0-pre.11

com.unity.dt.app-ui

Source docs
Notes: processedReleased October 1, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

  • com.unity.modules.androidjni (1.0.0)
  • com.unity.modules.physics (1.0.0)
  • com.unity.modules.screencapture (1.0.0)
  • com.unity.modules.uielements (1.0.0)

📈 Improvements

  • Make Host optional when intializing an `App` implementation.
  • Changed StoryBookEnumProperty class to become a generic type. You need to specify the Enum type as typedef parameter.
  • Changed the styling of primary action buttons in AlertDialog UI element.
  • Changed the Context API to propagate contexts over *internal* components hierarchies and not just the high-level hierarchy (via `contentContainer`).

Features

  • Added support of UITK Runtime DataBinding system in ObervableObject class.
  • Added PanAndZoom Manipulator
  • Added CircularProgress story in Storybook sample.
  • Added AlertDialog icon Design Tokens to customize icons directly from USS.
  • Added ActionBar story in Storybook sample.
  • Added AlertDialog examples in the UI Kit sample.
  • Added Phosphor Icons
  • Added support of Localization package in the Storybook window. You can now change the current used Locale in the window via a dropdown in the Storybook context toolbar. This dropdown will appear only if you have the Unity Localization package installed and have at least one existing Locale set up in your Localiztion settings.

🔧 Bug Fixes

  • Fixed TouchSlider progress element overlapping parent's borders.
  • Fixed force mark as dirty repaint Progress UI element when swtiching its variant.
  • Fixed Localization support in the ActionBar UI element.
  • Removed force blurring the BaseSlider (SliderFloat, TouchSliderFloat, etc) when the users stops interacting with it.