Skip to content

Releases: mob-sakai/UIEffect

5.5.3

06 Mar 08:50
Compare
Choose a tag to compare

5.5.3 (2025-03-06)

Bug Fixes

  • blur with 'Filled' Image type may cause error (f0a7642), closes #313
  • IL2CPP build fails on older versions of Unity (1af89af), closes #315

5.5.2

28 Feb 09:04
Compare
Choose a tag to compare

5.5.2 (2025-02-28)

Bug Fixes

  • PlayOnEnable.Reverse in UIEffectTweener does not work (3f5a7dc), closes #310
  • TransitionFilter and GradationMode do not work correctly when the initial scale is 0 (bdbf293), closes #311
  • component icons will no longer be displayed in the scene view (Unity 2021.2 or later) (40ff828)
  • fix potential issues (a748adf)
  • reset time button does not work correctly in the inspector when UIEffectTweener.direction=Reverse in the editor (8513970), closes #310

5.5.1

14 Feb 08:01
Compare
Choose a tag to compare

5.5.1 (2025-02-14)

Bug Fixes

  • fix v4 compatible components (6f6a8c9)
  • fully visible when the transition rate is set to 1 (0a99bb7), closes #309
  • UIEffect with TextMeshPro appears black in the editor when saving scene (8cbcd76)

5.5.0

12 Feb 10:25
Compare
Choose a tag to compare

5.5.0 (2025-02-12)

Features

  • add GradationMode.Diagonal with 4 colors (b72a1c0), closes #308
  • add built-in presets (8930b56)

5.4.0

10 Feb 12:19
Compare
Choose a tag to compare

5.4.0 (2025-02-10)

Bug Fixes

  • gradient color is not updated when calling the SetGradientKeys method (a959fdd)

Features

  • tweener supports EdgeMode.Shiny (32558d4), closes #307

5.3.4

10 Feb 06:29
Compare
Choose a tag to compare

5.3.4 (2025-02-10)

Bug Fixes

  • UIEffect v5.3.3 with TextMeshPro is not working in play mode in editor (365c43e), closes #306

5.3.3

06 Feb 10:47
Compare
Choose a tag to compare

5.3.3 (2025-02-06)

Bug Fixes

  • when modifying TextMeshPro vertices, element disapear (7529a7c), closes #305

5.3.2

04 Feb 00:20
Compare
Choose a tag to compare

5.3.2 (2025-02-04)

Bug Fixes

  • some effects are not working correctly for TextMeshProUGUI in Unity 6 (63de374)

5.3.1

27 Jan 05:03
Compare
Choose a tag to compare

5.3.1 (2025-01-27)

Bug Fixes

  • shader keywords for UIEfect are not recognized in Unity 6 (fd39abf), closes #301

5.3.0

26 Jan 16:44
Compare
Choose a tag to compare

5.3.0 (2025-01-26)



Pattern and Edge Demo:
https://mob-sakai.github.io/demos/UIEffect_PatternAndEdge/index.html

Features

  • SamplingFilter.EdgeAlpha and SamplingFilter.EdgeLuminance now support the Sampling Width property for edge width (33b1177)
  • add EdgeMode feature (eadb477)
  • add ResetOnEnable option for UIEffectTweener (e326bb7), closes #299
  • add TransitionAutoSpeed property (7a765c3)
  • add TransitionFilter.Pattern feature (b57e98b)

Additional Resource Imports

Update TextMeshPro Support to use new features.