Changelog

Release history for both Unity UI Extensions packages.

Unity UI Extensions (uGUI) com.unity.uiextensions

v2.3.2 — Rejuvenation

End-of-year maintenance release focusing on bug fixes and 2023 LTS compatibility. FlowLayoutGroup updated to latest upstream; deprecated Text components tagged with obsolete attributes.

Added

  • Added CalculatePointOnCurve for UILineRenderer (@victornor)
  • Added argument to UpdateLayout on HSS/VSS to move to a new starting page
  • Added extra event on AutoCompleteComboBox to fire when an item is selected with its display name

Fixed

  • Fixed null reference exception with ResetSelectableHighlight (@FejZa)
  • Resolved issue where the last line in a FlowLayoutGroup would overflow the rect bounds
  • Fixed GetPosition when Segments is null (@victornor)
  • Fixed NicerOutline color alpha loss when m_UseGraphicAlpha is true (@wanliyun)
  • Updated Accordion to force enumerated start, resolving issue #455

Changed

  • Updated implementations for Unity 2023 LTS support
  • FlowLayoutGroup updated to latest upstream (likely final update as author has stopped active development)

Deprecated

  • All deprecated Text-based components now carry [Obsolete] attributes. These components do not function in Unity 2022+. Migrate to TextMeshPro equivalents.

Breaking Changes

Customers upgrading from Unity 2018/2019 to Unity 2020+ must manually replace Text-based UI components with TextMeshPro equivalents. See the deprecation discussion on GitHub for details.

For earlier release history, see the full CHANGELOG on GitHub.

UIToolkit Extensions com.unity.uitoolkitextensions

v1.0.0 — Launch

Initial public release of the UIToolkit Extensions package. Full details will be published on launch.

18 controls across Navigation, Forms, Feedback, Primitives, and Utilities categories — built for Unity 2022.3+ runtime UI.

Found a bug or have a suggestion?

Both packages are community maintained — contributions and issue reports are always welcome.