Author Topic: Iphone edges cutting off sides  (Read 2194 times)

Kandrew

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 4
    • View Profile
Iphone edges cutting off sides
« on: August 08, 2014, 10:44:57 AM »
Hello,

Right now for the game I'm working on I am deploying to Ipad and Iphone, in my unity scene I've tried using 16:9, 4:3, 3:2 resolutions, everything looks fine on the Ipad but once it's deployed to the iphone the sides( left and right) both get cut off and there is just black bars on each side

I'm also using the FixedSize on the UI root so resizing on different resolutions is painless, why are the edges cutting off and how can I fix this?

Let me know if I didn't include enough info, willing to try again.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Iphone edges cutting off sides
« Reply #1 on: August 08, 2014, 04:47:34 PM »
You need to make your UI modular and take advantage of anchoring, gluing elements to sides of the screen.