com.unity.dt.app-ui 1.0.0-pre.15
Source docsNotes: processedReleased February 9, 2024
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 the `margin` property from the Tray component.
- Removed the `size` property of the `Tray` component. The Tray component will fit its content in the screen automatically and doen't need anymore any specific size to be set.
- Removed the `expandable` property from the Tray component. A Tray component is should not be expandable by definition. If you are willing to have some scrollable content inside a Tray component, a new component called ScrollableTray will be avilable in future release of App UI.
🔧 Bug Fixes
- Fixed styling on BottomNavBar items
- Fixed refresh of the `ActionGroup` component
- Fixed Tooltip maximum size
✨ Features
- Added monitoring of AccordionItem content size to make AccordionItem fit its content when it is already open.
📈 Improvements
- Use the ConditionalWeakTable for new releases of Unity where a fix from IL2CPP has landed.
