com.unity.dt.app-ui 1.0.0-pre.9

com.unity.dt.app-ui

Source docs
Notes: processedReleased December 6, 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.screencapture (1.0.0)
  • com.unity.modules.uielements (1.0.0)

🔧 Bug Fixes

  • Fixed Selection handling in ActionGroup.
  • Fixed MacOS Native plugin to support Intel 64bits architecture with IL2CPP

📈 Improvements

  • In Numerical fields and sliders, the string formatting for percentage values follows now the C# standard. The formatted string of the value `1` using `0P` or `0%` will give you `100%`. If you want the user to be able to type `100` in order to get a `100%` as a formatted string in a numerical field, we suggest to use `0\%` string format (be sure that the `highValue` of your field is set to `100` too).

Features

  • Added `isOpen` property setter to be able to set the open state of the `Drawer` component without animation.