Skip to content

Releases: fairygui/FairyGUI-unity

1.8.1

05 Mar 08:00

Choose a tag to compare

  • NEW: Add UIContentScaler.ignoreOrientation
  • NEW: Add title font size property for GButton and GLabel.
  • NEW: Add GList.touchItem.
  • FIXED: Solved some fairyBatching problems.
  • FIXED: MovieClip skipped some frames on startup.
  • FIXED: Remove error message when application is being quit.

1.8.0

16 Feb 14:46

Choose a tag to compare

  • NEW: Add DisplayObject.cacheAsBitmap.
  • NEW: Add new URL format support: ui://packageName/resourceName.
  • NEW: Add HTML syntax and UBB syntax [align=] features.
  • NEW: Add GList.onRightClickItem TreeView.onRightClickNode
  • NEW: Add GObject.MakeFullScreen.
  • NEW: Add GLabel color control.
  • NEW: StrokeColor is now involved in color control.
  • IMPROVE: Improve ScrollPane user experience.
  • IMRPOVE: Improve fairy batching performance.
  • IMRPOVE: Change GProgressBar.max/value and GSlider.max/value value type from float to double.
  • FIXED: A text clipping bug.