Author Topic: Ngui resolution & Unity Configuration of screen size  (Read 3189 times)

SatMangieri

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 9
    • View Profile
Ngui resolution & Unity Configuration of screen size
« on: August 15, 2014, 05:55:57 AM »
Hi Guys.
How do you set up your size of screen in Unity, i.e "Free aspect", etc, in order to match the NGUI resolution.
I'm working in a project for mobiles & tables, so basically my first target is Android devices, i know there is many different sizes of screen in Android Devices so that is why i need advices from people who worked on that before.

So let's say i need to deploy for Android mobiles & tablets, what's best?
-Set it up the Unity Screen at "Free Aspect" while the  NGUI setup is like: "Fixed on Mobiles" & "Maximum Height = 1536"?
- Do i have to have a script to check on project load the current sizes of screen? and change the UNity screen size and keep the NGUI as the first option?

Thanks is advanced for answer.