Skip to content

v5.0.0

Choose a tag to compare

@xiaoguzhu xiaoguzhu released this 21 Mar 13:35
· 24 commits to master since this release
  1. Add support for unity input system. (use macro FAIRYGUI_INPUT_SYSTEM) (@EP-Toushirou)
  2. Support async loading of Spine. (@ttt1088)
  3. Add GLoader.useResize.
  4. Fix WebGL multi touch issue & IME text input issue. (use macro FAIRYGUI_WEBGL_TEXT_INPUT)
  5. Fix some issues of displaying TextMeshPro text.
  6. Fixed incorrect position of input text cursor.
  7. Upgrade example project to Unity 2022.

New Contributors