Search Unity

[Solved] Unity 5.4 Android UI Masking Issue

Discussion in 'UGUI & TextMesh Pro' started by image28, Aug 5, 2016.

  1. image28

    image28

    Joined:
    Jul 17, 2013
    Posts:
    457
    Having an issue with the masking shader on android only partially masking the image of a horizontal scroller on the left side. As in image bellow, anybody else encountered this and know of a fix/workaround.

    Unity-5.4-Masking-issue.png
     
  2. image28

    image28

    Joined:
    Jul 17, 2013
    Posts:
    457
    Fixed the issue by switching from an image mask to the rectMask2D component.