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

com.unity.dt.app-ui

Source docs
Notes: processedReleased July 30, 2024

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)

📈 Improvements

  • Changed DialogTrigger.keyboardDismissDisabled to DialogTrigger.keyboardDismissEnabled for consistency.
  • Renamed Popup.parentView to Popup.containerView for more clarity.

Features

  • Added Modal.outsideClickDismissEnabled and Modal.outsideClickStrategy properties to support dismissing Modals by clicking outside of them.
  • Added Popup.SetContainerView method to set a custom container which will be the parent of the popup's view.
  • Made `AnchorPopup.GetMovableElement` method public for easier access and increase customization possibilities.

🔧 Bug Fixes

  • Fixed "Shape" icon.
  • Fixed border color variable for AccordionItem.
  • Fixed CultureInfo used during source code generation.

API Changes

  • Removed intrusive Debug.Log calls from Platform class on Windows platform.
  • Removed warning message when using Single selection type in an overflown ActionGroup.