Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nicosio on December 25, 2011, 06:26:43 PM

Title: Where are PlayerPrefs saved?
Post by: nicosio on December 25, 2011, 06:26:43 PM
Hello!

I want to make a small web based game, but I want that each time that the player plays, the game go to the last place where the player was inside the level. I was thinking in using PlayerPrefs.

Does it is possible to use them for a web based game? where are the prefs saved?

Thanks :)
Title: Re: Where are PlayerPrefs saved?
Post by: jeanfabre on December 26, 2011, 01:15:27 AM
Hi,

 Yes, you can. I think prefs are stored in the web browser cache, or actually maybe in the actual plugin cache ( which would mean browser independent).

 Anyhow, You should not worried about this and simply use the prefs.

 Bye,

 Jean