playMaker

Author Topic: How do I save game progress in Playmaker?[SOLVED]  (Read 5535 times)

ilovelessons

  • Junior Playmaker
  • **
  • Posts: 70
How do I save game progress in Playmaker?[SOLVED]
« 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 :)
« Last Edit: March 20, 2017, 02:05:55 AM by jeanfabre »

tcmeric

  • Beta Group
  • Hero Member
  • *
  • Posts: 768
Re: How do I save game progress in Playmaker?
« Reply #1 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:

Ateam

  • Full Member
  • ***
  • Posts: 116

ilovelessons

  • Junior Playmaker
  • **
  • Posts: 70
Re: How do I save game progress in Playmaker?
« Reply #3 on: March 19, 2017, 09:07:02 PM »
Thanks guys :D