Skip to content

Releases: mob-sakai/SoftMaskForUGUI

3.5.0

08 Nov 02:08

Choose a tag to compare

3.5.0 (2025-11-08)

Bug Fixes

Features

  • add Raycast Method option for MaskingShape component (f43254d), closes #262
  • support vertex alpha for TextMeshPro SubMeshUI (d3070e3), closes #261

3.4.1

25 Oct 09:17

Choose a tag to compare

3.4.1 (2025-10-25)

Bug Fixes

3.4.0

28 Sep 11:04

Choose a tag to compare

3.4.0 (2025-09-28)

Bug Fixes

  • error message sometimes after importing assets (fcebd4a), closes #256
  • flickering issue when scale Y changes when used ShadowMode with TextMeshPro (c7f39d0)

Features

  • mode to manually add SoftMaskable components (61d483b), closes #253

3.3.4

13 Jun 09:51

Choose a tag to compare

3.3.4 (2025-06-13)

Bug Fixes

  • RectTransformFitter ignores target's pivot (b2186ac), closes #242

3.3.3

12 Jun 09:35

Choose a tag to compare

3.3.3 (2025-06-12)

Bug Fixes

  • LICENSE.md conflicts with another package's LICENSE.md (bba38ad), closes #248
  • TextMeshPro 3.2.0-pre support (56c3d0e), closes #245 #247

3.3.2

23 Apr 10:30

Choose a tag to compare

3.3.2 (2025-04-23)

Bug Fixes

  • NullReferenceException in MaskingShape component when in prefab mode (editor) (9cc6e68), closes #240

3.3.1

18 Apr 11:44

Choose a tag to compare

3.3.1 (2025-04-18)

Bug Fixes

  • ShaderGraphs invisible when not masked in scene view (105713b), closes #238

3.3.0

28 Mar 09:17

Choose a tag to compare

3.3.0 (2025-03-28)

Bug Fixes

  • soft-masked graphics are not displayed correctly in the game view (editor, OpenGLES3) (2bf00fc), closes #232

Features

  • add a tool that automatically fixes shaders when 'TextMeshPro Essential Resources' are located in a non-default path (03b5e47), closes #233
  • add shaders for TextMeshPro Overlay/SSD (e4d974e), closes #230
  • shader graph support no longer requires an additional render feature (bb057af)
  • support UIEffect package with SoftMaskable (47dcacb), closes #229
    • UIEffect is a package that allows you to intuitively apply rich Unity UI effects.
    • SoftMaskForUGUI (v3.3.0+) supports UIEffect (v5.6.0+).
    • When a shader included in the samples is requested, an import dialog will automatically appear.
    • Click the Import button.

3.2.4

06 Mar 08:49

Choose a tag to compare

3.2.4 (2025-03-06)

Bug Fixes

  • 'IconAttribute' is inaccessible due to its protection level on older versions of Unity (4ad0c6b), closes #234
  • IL2CPP build fails on older versions of Unity (8a9a1a1)

3.2.3

28 Feb 09:23

Choose a tag to compare

3.2.3 (2025-02-28)

Bug Fixes

  • component icons will no longer be displayed in the scene view (Unity 2021.2 or later) (b38dd4c)
  • fix potential issues (3377af2)
  • remove warn CS0618 (04f587c)