Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Grand_A on October 31, 2012, 12:56:20 PM
-
Hi Aren,
I've been using the UIRoot for my windows application and found no problem with it.
But when it comes to mobile device, somehow the UIRoot doesn't scale according to the size of the device screen properly.
When I use the UnityEditor, the UI perfectly fits the size of the window, but after I build it becomes incorrect. It always follow the size of my current scale, but never rescale it bigger or smaller according to the device resolution.
How do I resolve this issue?
Thank you.
-
UIRoot's scale is adjusted by the screen's height, if it's automatic. If it's not automatic, the size is not changed.
-
I already set the UIRoot as automatic, but still the size doesn't change when I deploy to different devices?
-
Why doesn't it? It should.