Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: OnionFan on March 25, 2014, 01:38:29 PM

Title: NGUI on different ratio
Post by: OnionFan 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
Title: Re: NGUI on different ratio
Post by: ArenMook 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.
Title: Re: NGUI on different ratio
Post by: OnionFan 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