Author Topic: Noob Question  (Read 1514 times)

oldschoolj

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Noob Question
« 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?




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

LightSky

  • Jr. Member
  • **
  • Thank You
  • -Given: 3
  • -Receive: 2
  • Posts: 56
    • View Profile
Re: Noob Question
« Reply #1 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.

oldschoolj

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Noob Question
« Reply #2 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!