Skip to content

Releases: mob-sakai/SoftMaskForUGUI

v2.3.1

05 Sep 07:23
Compare
Choose a tag to compare

2.3.1 (2024-09-05)

Bug Fixes

  • ShaderGraph support is not included (ce29e1a)
  • MaskingShape.maskingMethod = Subtract is not working correctly (56e1262)
  • nested MaskingShape is not working correctly (b1331cf), closes #189
  • when UseStencilOutsideScreen = true, objects inside SoftMask are not batched in the editor (21dfae7), closes #188

Features

v2.3.0

05 Sep 06:29
Compare
Choose a tag to compare

2.3.0 (2024-09-05)

Bug Fixes

  • MaskingShape.maskingMethod = Subtract is not working correctly (56e1262)
  • nested MaskingShape is not working correctly (b1331cf), closes #189
  • when UseStencilOutsideScreen = true, objects inside SoftMask are not batched in the editor (21dfae7), closes #188

Features

v2.2.4

04 Sep 03:59
Compare
Choose a tag to compare

2.2.4 (2024-09-04)

Bug Fixes

  • stencil masking does not working correctly when SoftMask component is placed under Mask component (07084aa), closes #183

v2.2.3

22 Aug 00:39
Compare
Choose a tag to compare

2.2.3 (2024-08-22)

Bug Fixes

  • in linear color mode, TextMeshProUGUI appeared darker (4105efd), closes #187
    • Please re-import the shader following the guide.

v2.2.2

17 Aug 04:18
Compare
Choose a tag to compare

2.2.2 (2024-08-17)

Bug Fixes

  • soft mask is upside down on some devices (refactor) (d17784e)

v2.2.1

16 Aug 08:48
Compare
Choose a tag to compare

2.2.1 (2024-08-16)

Bug Fixes

  • soft mask is upside down on some devices (6e2ad42), closes #185
  • soft masked image flickers or disappears when resizing canvas in editor (d5568b8), closes #184

v2.2.0

11 Aug 00:49
Compare
Choose a tag to compare

2.2.0 (2024-08-11)

Bug Fixes

  • Stereo Enabled option in preferences does not work (552f806)
  • if no Canvas in the parents of the SoftMask, error occurred (7c401d7), closes #182
  • placing a SoftMaskable object outside of a SoftMask makes the object invisible (088b723), closes #180
  • softmask-buffer is cleared when TMPSubMeshUI is activated via EditorGUI (13648ca), closes #180

Features

  • support for shaders with (SoftMaskable) in the name except at the end (3755656)

v2.1.3

26 Jul 03:30
Compare
Choose a tag to compare

2.1.3 (2024-07-26)

Bug Fixes

  • soft mask buffer is fliped on UNITY_UV_STARTS_AT_TOP devices (e9c7822), closes #179

v2.1.2

25 Jul 12:58
Compare
Choose a tag to compare

2.1.2 (2024-07-25)

Bug Fixes

  • shaders for SoftMask are not automatically included (3a37659), closes #177 #178

v2.1.1

24 Jul 08:13
Compare
Choose a tag to compare

2.1.1 (2024-07-24)

Bug Fixes

  • flashing when SoftnessRange is changed in inspector (d1c6235)