playMaker

Author Topic: How should I save my data?  (Read 926 times)

kentcheung2000

  • Playmaker Newbie
  • *
  • Posts: 37
How should I save my data?
« on: September 14, 2018, 09:45:51 PM »
Hi,

How I should save my data like the last play scene(Level)?  Should I save it to xml so when I make patches for the game, my xml file won't overwrite?

Is there anything in native playmaker to save file in xml?   Thanks.

KC

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How should I save my data?
« Reply #1 on: September 21, 2018, 02:54:38 AM »
Hi,

 yes, use XmlMaker ( on the ecosystem) to work with Xml and PlayMaker.

 you can also find samples on the ecosystem which will show you complex data usages. Check out the meface example for a complex usage with data saving etc.

 you can save your xml in playerPrefs and it will not be lost when you quit and restart the game.


 Bye,

 Jean