Android Universal Build

seveksevek Member, PRO Posts: 30

Hi guys.

So, I am trying to build an universal build (starting with a iPad Portrait).

I have the following for iOS:

iPhone 4S & Below
Rule: If game.Screen.Size.Height = 480
Change scene.Camera.Size.Width = 862
Change scene.Camera.Origin.X = -46
End Rule
iPhone 5
Rule: If game.Screen.Size.Height = 568
Change scene.Camera.Size.Width = 1024
Change scene.Camera.Origin.X = -128
End Rule
iPad
Rule: If game.Screen.Size.Height = 1024
Change scene.Camera.Size.Width = 768
Change scene.Camera.Origin.X = 0
End Rule

Now, what would be the numbers for android? (Kindle Fire Portrait?)

Thanks guys!

Sign In or Register to comment.