Author Topic: NGUI Page management  (Read 1932 times)

dipu5683

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 27
    • View Profile
NGUI Page management
« on: March 07, 2014, 06:41:07 AM »
Hi

I am newer to unity. I am creating interface for my app using ngui. My interface consists of normal ngui pages and additive both.
Can any one suggest me what should be the best approach of doing this?

Thanks in advance

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI Page management
« Reply #1 on: March 07, 2014, 10:10:11 AM »
Normal NGUI pages and additive both? I am not sure what you mean.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: NGUI Page management
« Reply #2 on: March 07, 2014, 12:27:52 PM »
Make your own UIController which handles all window, pages and such interactions. NGUi gives you the tools the create individual pages as prefabs, you can just build the "stuff around it". :)