Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Tomleung on April 30, 2014, 08:50:44 AM

Title: Will NGUI support Save & Load in GUI area?
Post by: Tomleung on April 30, 2014, 08:50:44 AM
Nearly I found a useful things for me to Save & Load is UnitySerializer. It provides some GUI for me to help me Save & Load the game.

However, I want to combine this function in my project that using NGUI because it looks really better than unity GUI.

Will it be supported?

Or creating a new system on NGUI for user to do the save & load function?

You could find this UnitySerializer in asset store and it is free of charge. Please take a look at it and thank you.
Title: Re: Will NGUI support Save & Load in GUI area?
Post by: Yukichu on April 30, 2014, 10:16:45 AM
Uh, the GUI is just the front end.  It isn't tied into the UnitySerializer other than issuing a command when you push a button.

You'll have to build your own.  Just look at what functionality pushing a unity gui button does, and have that same functionality happen when you push a NGUI button.

Maybe once you do build it, offer it on the asset store for free so others can use it.