Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: oldschoolj on March 13, 2014, 10:17:06 AM

Title: Noob Question
Post by: oldschoolj on March 13, 2014, 10:17:06 AM
Hello,

I just started with Unity, and just purchased NGUI, it seems amazing.

I have a question though,  when I'm making a UI how do i set up my screens?

For instance, I imagine it would look something like this, am I wrong?  And if this is the correct approach to setting up the screens, can I just have forward and back buttons on each side of each screen, and just shift them back and forth?

(http://s9.postimg.org/tp9swuuyn/Untitled_2.jpg)


I get the concept of creating a panel with a bunch of things in it, and making them work, but I dont understand how to set up the next "screen", or panel, etc.

Thanks for the help
Title: Re: Noob Question
Post by: LightSky on March 13, 2014, 11:03:07 PM
It depends on how you want to deal with the transitioning between screens.   You can have them like you are showing and have them do a "fly in effect" or just a simple disable/enable.
 
For making the actual menu you should look at the examples, they go over exactly what you need.  It shows you the basic UI setup and some different styles in how to swap between menus.
Title: Re: Noob Question
Post by: oldschoolj on March 14, 2014, 09:30:50 AM
ah ok,   I see.  Ya it looks like I have a lot of ways to do menus.  Thanks for the response!