com.unity.dt.app-ui 2.0.0-pre.20

com.unity.dt.app-ui

Source docs
Notes: processedReleased June 11, 2025

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)

API Changes

  • Removed `Canvas.scrollDirection` property in order to support correctly the scroll direction set in the Operating System's preferences.

🔧 Bug Fixes

  • Fixed tooltip that weren't showing up anymore since last pre-release.
  • Fixed `VisualElementExtensions.IsInvisible` method to check recursively in ancestors if any element is considered as *invisible*.

📈 Improvements

  • Use `resolvedStyle.translate` instead of `transform.position` to move elements such as the `Canvas` container.
  • Replaced the dropdown with an ObjectField to pick an available App UI settings asset.

Features

  • Added a safety check in TooltipManipulator to ensure the anchor element of the scheduled tooltip is still valid (not *invisible*) when it is time to *animate in* the tooltip.
  • Added monitoring of key press events in the TooltipManipulator in order to dismiss any existing tooltip when the user interacts with the keyboard.