Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: JakexHorror on July 29, 2014, 05:10:36 AM

Title: Saving Score iOS
Post by: JakexHorror 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

Title: Re: Saving Score iOS
Post by: escpodgames 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
Title: Re: Saving Score iOS
Post by: JakexHorror 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.