Author Topic: Save NGUI to PlayerPres On Quit  (Read 1943 times)

mmb900126

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Save NGUI to PlayerPres On Quit
« on: March 02, 2014, 11:10:11 PM »
Hello,

I have to generate some new content(banners) to the GUI object during runtime.
I'd love to keep the new GUI obj even if the player close the app.
and user can see the changed gui the next time they open the app.

I know I can save the date to the PlayerPres and regenerate the panel each time the app got launched.
but, I was wondering if there is anyway I can automatically save/update GUI object

thank you,

~marvin

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Save NGUI to PlayerPres On Quit
« Reply #1 on: March 04, 2014, 12:08:27 AM »
No, there is no way to do this automatically. Your best bet is to remember window positions, and/or current window states.