androidunity-game-enginevirtual-realitygoogle-vrdaydream

Unity ui mask not working on google pixel device


I am making a scrolling ui panel and apply mask to ScrollRect component, which should hides parts outside panel area. I am using unity version 5.4.2f2-GVR. Mask work correctly on pc when i deploy it on google pixel device its not working. Is this bug of unity version or something else....

enter image description here


Solution

  • I got around this issue by using RectMask2D Component instead of the regular Mask.

    enter image description here