Author Topic: NGUI on different ratio  (Read 3630 times)

OnionFan

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
NGUI on different ratio
« on: March 25, 2014, 01:38:29 PM »
How to make different ratios Gui looked the same? Anchors are not suitable, since it does not operate normally Button Offset.
Sorry for bad english
« Last Edit: March 25, 2014, 02:19:28 PM by OnionFan »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI on different ratio
« Reply #1 on: March 26, 2014, 02:35:02 AM »
What does this have to do with UIButtonOffset? Button offset is designed to offset a button by a few pixels, and has nothing to do with anchors.

The only way to make GUI look correct with different aspect ratios is to use anchors.

OnionFan

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: NGUI on different ratio
« Reply #2 on: March 26, 2014, 03:02:20 AM »
What does this have to do with UIButtonOffset? Button offset is designed to offset a button by a few pixels, and has nothing to do with anchors.

The only way to make GUI look correct with different aspect ratios is to use anchors.

Thanks ArenMook