How to make ios universal fit different devices

CowuniverseCowuniverse Member, PRO Posts: 97

I am making a game for both iPhone and iPad. It works well on iPhone, but when I switch to iPad some things get cut off and I have it set to overscan which works mostly. Is there a way to make an actor to detect whether it is on ipad and change its position based on that? Thanks for the help.

Best Answer

  • RabidParrotRabidParrot Formally RabidParrot. Posts: 956
    Accepted Answer

    Yes, If the screen size width >=768 set to iPad
    If screen size width is < 768 set to iPhone

Answers

Sign In or Register to comment.