-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Scrollview softmasked items are visible outside viewport mask #82
Labels
Comments
@maskedmouse |
Action plans:
|
mob-sakai
added a commit
that referenced
this issue
Sep 8, 2020
…suggested to use another image close #82
mob-sakai
added a commit
that referenced
this issue
Sep 8, 2020
github-actions bot
pushed a commit
that referenced
this issue
Sep 8, 2020
# [1.0.0-preview.8](v1.0.0-preview.7...v1.0.0-preview.8) (2020-09-08) ### Features * if the 'UIMask' sprite is specified as the source image, it is suggested to use another image ([ea904db](ea904db)), closes [#82](#82) * option to disable softening completely ([dedd847](dedd847)), closes [#98](#98) * use the stencil buffer outside the scene view canvas for editing ([dbab85c](dbab85c)), closes [#100](#100)
🎉 This issue has been resolved in version 1.0.0-preview.8 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've added a scrollview to my canvas with a softmasked item as child of content.
However, the scrollview's viewport mask does does not occlude the softmasked items under content.
Am I doing something wrong or is it broken in 2019.3.x?
The eventual use case is a ScrollView in a scrollview with content that is softmasked.
Complicated layered UI. But a use case for my work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Softmaskable items in a scrollview list outside of the viewport should be occluded
Screenshots

Environment (please complete the following information):
Additional context
Project for reproduction
https://maskedmous.stackstorage.com/s/JYug7GMtoGk2THZ
The text was updated successfully, but these errors were encountered: