Author Topic: iPad 3 madness  (Read 1791 times)

badawe

  • Jr. Member
  • **
  • Thank You
  • -Given: 8
  • -Receive: 7
  • Posts: 70
    • View Profile
iPad 3 madness
« on: December 14, 2012, 03:29:55 PM »
Hi there!
We are facing a problem and this is driving us crazy, we made a universal build of one game, and its all NGUI.

This should be for iPhone Retina, Androids, iPad, iPad 3, but when we load at iPad 3 this is what we get:


All our cameras are set to Maximum Height of: 1536!

If we can't do nothing about it, there is some way to block one app for iPad 3? Or the iPad 3 use the 1024x768 resolutions, like all non retina ipad apps?
 

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: iPad 3 madness
« Reply #1 on: December 14, 2012, 07:54:15 PM »
I think in your case you should lave UIRoot's "automatic" flag unchecked.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: iPad 3 madness
« Reply #2 on: December 15, 2012, 10:55:46 AM »
Try to set the maximum height in UICamera to more than 1536.

I'm assuming you have the "automatic" flag set.
« Last Edit: December 15, 2012, 10:58:00 AM by Nicki »