mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
2k stars 262 forks source link

Does not work with flipped/rotated images #27

Closed caneva20 closed 5 years ago

caneva20 commented 5 years ago

If you rotate the image object (eg. 180º) the mask stops working.

I've tried to use another asset to flip the image, and the same happens.

mob-sakai commented 5 years ago

Hi @caneva20 Thank you for reporting.

mob-sakai commented 5 years ago

I would like to know more information on this issue. Can you submit a reproducible project for this issue?

mob-sakai commented 5 years ago

This issue was reproduced in my environment. Adding Cull Off to SoftMask.shader fixed this issue.