Author Topic: Will NGUI support Save & Load in GUI area?  (Read 3241 times)

Tomleung

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
Will NGUI support Save & Load in GUI area?
« 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.

Yukichu

  • Full Member
  • ***
  • Thank You
  • -Given: 3
  • -Receive: 8
  • Posts: 101
    • View Profile
Re: Will NGUI support Save & Load in GUI area?
« Reply #1 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.