Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: NinjaTeleporter on January 08, 2015, 03:54:15 PM

Title: Screen resolution positioning
Post by: NinjaTeleporter on January 08, 2015, 03:54:15 PM
I have read many threats and watched tons of videos, but none of them work, mainly because they are outdated. I know it has been had asked many and many times, how to position my UI correct ?
Title: Re: Screen resolution positioning
Post by: wongkh on January 08, 2015, 11:45:53 PM
What you mean by position UI correctly??
Using different resolution???
If yes, you can always use anchor for it..
So, it will always be on the same place, same size no matter how big your resolution is..
Title: Re: Screen resolution positioning
Post by: ArenMook on January 10, 2015, 12:08:15 PM
The video tutorials linked here: http://www.tasharen.com/forum/index.php?topic=6754.0 are still up to date.
Title: Re: Screen resolution positioning
Post by: Nicki on January 10, 2015, 05:54:05 PM
"Correct" is a matter of opinion. What does correct mean to you in this case, then we can help your achieve that.

Generally, just use anchors to anchor elements to the sides of the screen so it fits different resolutions and use constrained at a size you choose, so the height (or width) is fixed in the virtual pixels - this gives the easiest good result. It's not perfect for everything, but it covers most bases.