Playmaker Forum

PlayMaker News => General Discussion => Topic started by: TBrayner on April 16, 2014, 09:18:24 PM

Title: Save game
Post by: TBrayner on April 16, 2014, 09:18:24 PM
Hi people, I need to know how to save my Score of the game, in a way that when the player closes the app, and after while, come back, the score continues
from where stoped.

My save it's stored in a global variable "SCORE(int)".

Actually I'm trying to use this plugin http://whydoidoit.com/unityserializer/ seems very good, the problem It´s that I'm very noob  :-\

Sorry bad english.
Title: Re: Save game
Post by: escpodgames on April 16, 2014, 09:37:20 PM
Take a look at the player prefs actions

You can 'set' an int (save) and 'get' an int (load)
Title: Re: Save game
Post by: TBrayner on April 17, 2014, 09:07:42 AM
humn, thank you, I'll take a look!