Releases: mob-sakai/SoftMaskForUGUI
Releases · mob-sakai/SoftMaskForUGUI
v2.3.1
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 insideSoftMask
are not batched in the editor (21dfae7), closes #188
Features
v2.3.0
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 insideSoftMask
are not batched in the editor (21dfae7), closes #188
Features
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
2.2.0 (2024-08-11)
Bug Fixes
Stereo Enabled
option in preferences does not work (552f806)- if no
Canvas
in the parents of theSoftMask
, 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)