com.unity.dt.app-ui 0.6.2
Source docsNotes: processedReleased October 30, 2023
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
- Added `closeOnSelection` property to the `MenuTrigger` component.
- Added `closeOnSelection` property to the `ActionGroup` component to close the popover menu (if any) when an item is selected.
- Added `primaryButton`, `secondaryButton` and `cancelButton` public access to the `AlertDialog` component.
- Added the autofocus of the first available action in the `AlertDialog` component.
🔧 Bug Fixes
- Fixed `closeOnSelection` property in `MenuBuilder` component.
- Fixed `TextInput` styling for Unity 2023.1+
- Fixed `InvalidCastException` at startup of santandlone builds (in both Mono and IL2CPP)
- Fixed `NullReferenceException` when dismissing a Popup from a destroyed UI-Toolkit panel.
- Fixed sub-menu indicator icon in `MenuItem` component.
- Fixed context click handling in `GridView` component.
