com.unity.dt.app-ui 2.1.0-pre.1
Source docsNotes: processedReleased July 11, 2025
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
- 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`.
