Search Unity

Rotating contents of scrollrect makes contents disappear.

Discussion in 'UGUI & TextMesh Pro' started by PeteD, Oct 7, 2014.

  1. PeteD

    PeteD

    Joined:
    Jul 30, 2013
    Posts:
    71
    I have two side by side scroll rects for a head to head multiplayer mode in my game and need to rotate them so that each player is looking at the scene from their perspective. The problem is that, when I rotate the contents of the scrollview (not the scrollview itself) the contents simply don't render.

    This doesn't happen in beta 19, where the contents rotate as expected. Is this a known bug in beta 20?
     

    Attached Files:

    Last edited: Oct 7, 2014
  2. Tim-C

    Tim-C

    Unity Technologies

    Joined:
    Feb 6, 2010
    Posts:
    2,225
    Hi, we had some bugs in masking for b20. I believe they are fixed in b21.
     
    Mikael-H and PeteD like this.
  3. PeteD

    PeteD

    Joined:
    Jul 30, 2013
    Posts:
    71
    Thanks for the update Tim.