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

com.unity.dt.app-ui

Source docs
Notes: processedReleased November 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 new *Placement* possibilities in for `AnchorPopup` components.
  • Now you will be able to anchor a popup inside the anchor element instead of outside of it.
  • Added `zoomChanged` and `scrollOffsetChanged` events to the `Canvas` component.
  • Added `Commanding` documentation page.

🔧 Bug Fixes

  • Fixed setting the opacity of `Popover` component at the right frame to avoid to see the content of the popover during the animation.

📈 Improvements

  • The `Canvas` component now listens to `PointerDownEvent` in `TrickleDown` phase to avoid to miss the event when the pointer is over a child element.