com.unity.dt.app-ui 0.5.5

com.unity.dt.app-ui

Source docs
Notes: processedReleased October 30, 2023

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.uielements (1.0.0)

Features

  • [Backport] Added `closeOnSelection` property to the `MenuTrigger` component.
  • [Backport] Added `closeOnSelection` property to the `ActionGroup` component to close the popover menu (if any) when an item is selected.
  • [Backport] Added `primaryButton`, `secondaryButton` and `cancelButton` public access to the `AlertDialog` component.
  • [Backport] Added the autofocus of the first available action in the `AlertDialog` component.

🔧 Bug Fixes

  • [Backport] Fixed `closeOnSelection` property in `MenuBuilder` component.
  • [Backport] Fixed `TextInput` styling for Unity 2023.1+
  • [Backport] Fixed `InvalidCastException` at startup of santandlone builds (in both Mono and IL2CPP)
  • [Backport] Fixed `NullReferenceException` when dismissing a Popup from a destroyed UI-Toolkit panel.
  • [Backport] Fixed context click handling in `GridView` component.