Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mmb900126 on March 02, 2014, 11:10:11 PM

Title: Save NGUI to PlayerPres On Quit
Post by: mmb900126 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
Title: Re: Save NGUI to PlayerPres On Quit
Post by: ArenMook 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.