com.unity.dt.app-ui 0.6.0

com.unity.dt.app-ui

Source docs
Notes: processedReleased October 21, 2023

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.uielements (1.0.0)

Features

  • Added the `Quote` component.
  • Added `FieldLabel` component.
  • Added `HelpText` component.
  • Added `AvatarGroup` component.
  • Added `required` property to the `InputLabel` component.
  • Added `indicatorType` property to the `InputLabel` component.
  • Added `helpMessage` property to the `InputLabel` component.
  • Added `helpVariant` property to the `InputLabel` component.
  • Added `variant` property to the `Avatar` component to support `square`, `rounded` and `circular` variants.

📈 Improvements

  • Added the `Button` `variant` property and removed the `primary` property.
  • Updated App UI icons with a default size of 256x256 and moved into a folder named `Regular`.
  • The `InputLabel` component uses the `FieldLabel` and `HelpText` components to display the label and the help text.
  • The `Avatar` component now listens to `AvatarVarianContext` and `SizeContext` changes to update the variant and size of the avatar.

API Changes

  • Removed the `size` property from the `InputLabel` component.