Author Topic: Fullscreen UIRoot  (Read 2530 times)

Tobias

  • Guest
Fullscreen UIRoot
« on: December 11, 2013, 06:59:57 PM »
Hello,

Just bought NGUI (3.0.7), and it seems to be able to save me a great deal of time, once I get the hang of it. Have a problem which seems simple to me, but after hours of trying I'm still no closer to solving it.

I simply want the UIRoot to fill the entire screen, left to right, top to bottom. I'm making an app which is essentially nothing but GUI, and it should just fit to whatever resolution the app is running on.

So I've set up the Scaling Style of UIRoot to be 'Pixel Perfect'. But no matter what min/max values I provide, it stays just about the same size. Scales nicely with the screen size, but it's always this little box in the center.

I'm sure I'm comitting some noobish sin, but I just can't figure out where I'm going wrong.
What am I missing?

Regards,
Tobias

Tobias

  • Guest
Re: Fullscreen UIRoot
« Reply #1 on: December 11, 2013, 07:37:44 PM »
Typical. Post a question and find the answer just after  :-[

Seems I had increased the size of the camera, which apparently messes up the scaling. Seems to work now.

My apologies for wasting your time.