Skip to content

Releases: BroWar-Collective/Unity-UI

v0.3.2

23 Dec 21:42
10a22d9
Compare
Choose a tag to compare

Added

  • IUiManager binding in the UiSubInstaller installation process

v0.3.1

20 Dec 16:23
2fbc3f9
Compare
Choose a tag to compare

Changed

  • Fix UiButton's IsInteractable property

Added

  • UiImage - basic UiObject that wraps UnityEngine.UI.Image
  • UiContentRefresh & IContentRefreshAction for performing typical UI-related operations on demand

v0.3.0

08 Oct 21:12
98218bc
Compare
Choose a tag to compare

Changed

  • Temporarily removed all animations-related code & DOTween reference
  • ViewsHandler now tracks active views using associated Show/Hide events
  • New approach for defining nested views (sub panels) in the UiView class

Added

  • UiObject - possibility to override ActivityHandler
  • Add possibility to register UiViews in runtime
  • Add possibility to (de)initialize UiManager externally

v0.2.1

04 Jul 23:34
4597432
Compare
Choose a tag to compare

Added

  • UiObject - base, abstract class for all runtime UI elements
  • UI management system
  • Views handler & basic views implementation
  • Tooltip handler
  • DOTween-based animations