com.unity.dt.app-ui 2.1.0

com.unity.dt.app-ui

Source docs
Notes: processedReleased July 26, 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)

Features

  • Added input field text selection context menu to cut/copy/paste the currently selected text (starting Unity 2023.1).
  • Added EyeDropper system (runtime-only) to pick a color in the last game frame.
  • Added `goToStrategy` property in `SwipeView` component to choose how `GoTo` method should behave regarding animation direction.

🔧 Bug Fixes

  • Fixed some Icons that had white horizontal or vertical borders.
  • fix: Add missing InsideTopLeft case in ComputePosition switch statement
  • Fixed App UI Settings registration in EditorBuildSettings.
  • fix: Add tip/arrow placement logic for Inside\* popover placements
  • Fixed event propagation bug in `Pressable` which sent the wrong pointer position value to ancestors when `keepEventPropagation` was `true`.
  • Fixed GTK initialization on Linux platform when checking if any windowing system is available.