Search Unity

Getting auto-rotate of Orientations to work properly

Discussion in 'Editor & General Support' started by CodeInMotion, Aug 1, 2019.

  1. CodeInMotion

    CodeInMotion

    Joined:
    Jun 1, 2018
    Posts:
    10
    Hi,

    I'm doing a card game in which the layout is slightly different in landscape and portrait modes. Is there a unity plugin/API that would help me handle this?

    At the moment I am trying to reposition and resize each card one by one when the orientation change call is made. What's a quicker solution?