Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kentcheung2000 on September 14, 2018, 09:45:51 PM

Title: How should I save my data?
Post by: kentcheung2000 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
Title: Re: How should I save my data?
Post by: jeanfabre 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