Author Topic: Question: Multi-Panel UI Shifts  (Read 2199 times)

Vesta

  • Guest
Question: Multi-Panel UI Shifts
« on: May 02, 2013, 05:19:29 PM »
Hey everyone!

I have only very recently started working with NGUI and could use a little help.

I have constant navigation bar that sits at the top of my screen with 3 full-screen panels (a center main menu and two outside sub-menus).

They are laid out in a row on the X-axis like so: [] [] []

The user will start on the center main menu. Upon clicking a button, the user will proceed shifting either to the left or right panels.

My question for you is: what would be the best method for setting up such a transition?



My current layer set up is as follows: UI --> 2D camera with anchor --> the navigation panel and 3 full-screen panels --> each panel has their own top/bottom anchors and widgets.

From this, I would like to also set up an alternative activation through swiping on mobile devices. Are there any tutorials anywhere on how to implement such a feature?

Thank you for any help  :)