Skip to content

Releases: mob-sakai/UIEffect

5.10.4

27 Oct 10:51

Choose a tag to compare

5.10.4 (2025-10-27)

Bug Fixes

  • remove sealed from UIEffect and UIEffectReplica (2fd87e9), closes #379

5.10.3

22 Oct 11:29

Choose a tag to compare

5.10.3 (2025-10-22)

Bug Fixes

  • displays as black rectangle when opening editor (4a8d341), closes #376

5.10.2

16 Oct 08:11

Choose a tag to compare

5.10.2 (2025-10-16)

Bug Fixes

  • [improve performance] code optimization (e6fb78a)

5.10.1

06 Oct 07:00

Choose a tag to compare

5.10.1 (2025-10-06)

Bug Fixes

  • [improve performance] UpdateViewMatrix is called even though (direct-)parent canvas is disabled (533d7b8), closes #373

5.10.0

26 Sep 08:30

Choose a tag to compare

5.10.0 (2025-09-26)

Bug Fixes

  • TmpProxy causes loss of modifications from other IMeshModifiers (c4202b4), closes #371
  • display may disappear when using TMP SubMesh (multi-language or sprites, etc.) (b4adb32), closes #372
  • TMP Text sprite submesh lost when changing fontMaterial (59874dd), closes #368

Features

  • [improve performance] merged apply_color function and reduced shader compilation size (ce69258)
  • [improve performance] various view matrices are only updated when necessary (6c808aa)

5.9.7

01 Sep 08:50

Choose a tag to compare

5.9.7 (2025-09-01)

Bug Fixes

  • edges of TransitionFilter.Shiny appear sharp (b077d97), closes #366
  • error message sometimes after importing assets (3207105), closes #365
  • flickering issue when scale Y changes when used ShadowMode with TextMeshPro (4cca2fb), closes #367
  • skip monitoring TMP objects that can ignore Y-axis scaling (d1adb33)

5.9.6

17 Jul 10:23

Choose a tag to compare

5.9.6 (2025-07-17)

Bug Fixes

  • ColorFilter does not output intended color when vertex color is not white (9dffdb0), closes #363
  • draw calls increase even when using UIEffectReplica (83128eb), closes #364

5.9.5

26 Jun 07:27

Choose a tag to compare

5.9.5 (2025-06-26)

Bug Fixes

  • GetGradientKeys and GetTransitionGradientKeys cannot get GradientMode (fd2d1b8), closes #358

5.9.4

25 Jun 23:17

Choose a tag to compare

5.9.4 (2025-06-25)

Bug Fixes

  • colors specified in UIEffect are output differently in linear color space (0d7fb1e), closes #359

5.9.3

23 Jun 09:29

Choose a tag to compare

5.9.3 (2025-06-23)

Bug Fixes

  • add GetGradientKeys and GetTransitionGradientKeys APIs (a0c3e49), closes #358
  • support world canvas without UI events (cadbb8d), closes #356 #357