Author Topic: Fixed width UI  (Read 1504 times)

joahjang

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Fixed width UI
« on: July 17, 2013, 08:07:37 AM »
My question was wrong. Will post another thread. Thanks OnlineCop.
« Last Edit: July 19, 2013, 06:59:01 AM by joahjang »

OnlineCop

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 51
    • View Profile
Re: Fixed width UI
« Reply #1 on: July 17, 2013, 12:12:51 PM »
In my experience, all of the UI that I've created with NGUI have been fixed width, unless I specifically anchor (UIAnchor.cs) any parts of the HUD to a corner of the screen. So all my iPad, iPhone 4, iPhone 5, and Android ports get the same dimensions for the UI layout (so it sometimes looks "squished" in the middle for some devices like the iPad, and then as far too much screen real estate on other devices like the iPhone 5).

What are you seeing when you create your UI that it's NOT giving you a fixed width?