Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ilovelessons on March 18, 2017, 08:01:49 PM

Title: How do I save game progress in Playmaker?[SOLVED]
Post by: ilovelessons on March 18, 2017, 08:01:49 PM
Hi,

I am trying to research how to save a players progress using playmaker. I am making a quiz / trivia game so I'll need to save the players scores at least so when he/she comes back the next day they can continue from here they left off. Any ideas on what I should start researching?  Like what is my starting point.... please advise :)
Title: Re: How do I save game progress in Playmaker?
Post by: tcmeric on March 18, 2017, 11:18:54 PM
You need something to write your variables to an external file (that stays between game open and closes).

Something like easy save: https://www.assetstore.unity3d.com/en/#!/content/768
or https://www.assetstore.unity3d.com/en/#!/content/43134

Both have playmaker support.

Here is a tutorial on saving using playerprefs. Give it a watch to get the basic idea of saving:
Title: Re: How do I save game progress in Playmaker?
Post by: Ateam on March 19, 2017, 03:27:26 PM
Title: Re: How do I save game progress in Playmaker?
Post by: ilovelessons on March 19, 2017, 09:07:02 PM
Thanks guys :D