com.unity.dt.app-ui 0.5.2

com.unity.dt.app-ui

Source docs
Notes: processedReleased October 13, 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

  • Added `acceptDrag` property to the `GridView` component to enable or disable the drag and drop feature.
  • Added `menu` icon.
  • Added `AddDivider` and `AddSection` methods to the `MenuBuilder` component.

🔧 Bug Fixes

  • Fixed handling `acceptDrag` property in `Dragger` manipulator.
  • Fixed MenuItem opening sub menus when the item is disabled.
  • Fixed mipmap limit for Icons when a global limit is set in the Quality settings of the project.
  • Fixed the capture of pointer during PointerDown event in `Dragger` manipulator. Now the pointer is captured only if the `Dragger` manipulator is active (i.e. the threshold has been reached).