com.unity.uiextensions icon indicating copy to clipboard operation
com.unity.uiextensions copied to clipboard

Soft Mask Script not working when it is a child of another Mask

Open SimonDarksideJ opened this issue 2 years ago • 8 comments

Issue created by Hugo Daniel Campos as Bitbucket Issue #​212 on 2018.02.17 23:52. (Updated title to reflect current issue)

Hi, I'm using the 2.0 release and I can't make the soft mask work inside a scroll view. The image completely disappears from the screen on play.

This is what I planned to show (before play mode):

Screen Shot 2018-02-17 at 21.40.13.png

This is what happens when I run the project:

Screen Shot 2018-02-17 at 21.40.35.png

All the images that uses the Soft Script Mask fail to work. On play mode if I disable and enable the objects again, the images are visible again but when I drag the scroll view the mask seems to get stuck in the same area while the images move with the scroll view:

Screen Shot 2018-02-17 at 21.44.13.png

I am also using Soft Mask Script outside the Scroll View, it works as expected. This look like a bug to me, I am not using anything other than unity Scroll View and Soft Mask Script. But if I am wrong, please let me know what I am missing. Thank you!

(SJ) The SoftMaskScript has conflict issues when a Unity Mask is added in the hierarchy before the SoftMask effect.

SimonDarksideJ avatar Apr 25 '22 17:04 SimonDarksideJ