com.unity.dt.app-ui 1.0.0-pre.5
Source docsNotes: processedReleased November 16, 2023
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.uielements (1.0.0)
📈 Improvements
- Migrated code into the App UI monorepo at https://github.com/Unity-Technologies/unity-app-ui
- Renamed `format` UXML Attribute to `format-string` to bind correctly in UIBuilder
- The `MacroCommand.Flush` method will now call `UndoCommand.Flush` on its child commands from the most recent to the oldest one.
- This is the same order as the one used by the `MacroCommand.Undo` method.
- Renamed CircularProgress and LinearProgress `color` Uxml Attribute to `color-override` to bind correctly in UIBuilder
- Float Fields using a string format set on Percentage (P) will now use the same value as what you typed
✨ Features
- Added `disabled` property on every components that needed it in order to bind correctly with UIBuilder
- Added `Spacer` component.
🔧 Bug Fixes
- Fixed the height of Toast components to be `auto`.
- Fixed `MacroCommand.Undo` and `MacroCommand.Redo` methods.
