Releases · mob-sakai/SoftMaskForUGUI (original) (raw)
3.5.1
3.5.1 (2026-06-12)
Bug Fixes
- support Unity 6.5 or later (965bb49)
3.5.0
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
3.4.0
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
3.3.4 (2025-06-13)
Bug Fixes
RectTransformFitter ignores target's pivot (b2186ac), closes #242
3.3.3
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
3.3.2 (2025-04-23)
Bug Fixes
- NullReferenceException in MaskingShape component when in prefab mode (editor) (9cc6e68), closes #240
3.3.1
3.3.1 (2025-04-18)
Bug Fixes
- ShaderGraphs invisible when not masked in scene view (105713b), closes #238
3.3.0
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
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)