-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image doesn't mask when use Unity Mask and MaskingShape #209
Comments
Thank you for your reporting! |
The stencil isn’t functioning properly. |
Is this the output you expected? |
Please try the release candidate package. 😃
|
Additionally, a few tricks were necessary to prevent soft masking from breaking. |
Thank you, It works great |
Hi,
Thank you for creating useful tool. I got this bug when use Soft Mask
My hierarchy like that.
When
SoftMask-Black
insideUnityMask-White
, everything work properly.But when I move
SoftMask-Black
to outsize ofUnityMask-White
, red image is visible outsize ofUnityMask-White
SoftMaskBug.zip
To Reproduce
Steps to reproduce the behavior:
SampleScene
scene on attachment unity projectSoftMask-Black
around for testingSoftMask-Black
outside ofUnityMask-White
Environment:
I believe that MaskShape stencil was not setup correctly
The text was updated successfully, but these errors were encountered: