playMaker

Author Topic: Saving Score iOS  (Read 3324 times)

JakexHorror

  • Playmaker Newbie
  • *
  • Posts: 5
Saving Score iOS
« on: July 29, 2014, 05:10:36 AM »
Hey guys.

Im having a little trouble with a scoring system in my game, i can get the score to work in game and constantly manage all the collectables and obstacles but how do i go about saving this once the game is over?

Cheers


escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Saving Score iOS
« Reply #1 on: July 29, 2014, 06:17:36 AM »
You want to save variables as player prefs
I highly recommend this plugin - https://www.assetstore.unity3d.com/en/#!/content/7070

Also take a look at the PlayerPrefsX action on the wiki -
https://hutonggames.fogbugz.com/default.asp?W1118

JakexHorror

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Saving Score iOS
« Reply #2 on: July 29, 2014, 10:39:04 AM »
Cheers. How would be the best way to tackle this ? Would it be easier to script the scoring mechanics or use the playmaker FSM, as im very limited in my scripting knowledge.