playMaker

Author Topic: Where are PlayerPrefs saved?  (Read 2289 times)

nicosio

  • Playmaker Newbie
  • *
  • Posts: 8
Where are PlayerPrefs saved?
« 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 :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Where are PlayerPrefs saved?
« Reply #1 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