Skip to content

Releases: mob-sakai/UIEffect

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.

5.2.4

26 Jan 16:04
Compare
Choose a tag to compare

5.2.4 (2025-01-26)

Bug Fixes

  • properties may not update correctly when changed via code or animation (5994f88), closes #300

5.2.3

23 Jan 10:17
Compare
Choose a tag to compare

5.2.3 (2025-01-23)

Bug Fixes

  • SamplingFilter.None now correctly respects the sampling scale setting (bc1578b)
  • fix the shadow mode inspector in editor (da53585)
  • UIEffect may not work correctly when using FallbackAtlas with TextMeshProUGUI (d3779f9), closes #298