playMaker

Author Topic: how to save a player name and highscore?[SOLVED]  (Read 3708 times)

JGarcia91

  • Playmaker Newbie
  • *
  • Posts: 3
how to save a player name and highscore?[SOLVED]
« on: October 07, 2013, 08:57:47 AM »
I have no idea or where to start using playerprefs... is there a screencast or video that i can watch?
« Last Edit: October 08, 2013, 02:39:56 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: how to save a player name and highscore?
« Reply #1 on: October 07, 2013, 09:12:57 AM »
Hi,

 have you studied the game sample from M2H?

https://hutonggames.fogbugz.com/default.asp?W890

especially the Main UI fsm:

https://hutonggames.fogbugz.com/default.asp?W895

This will show you how to work with playerprefs.


bye,

 Jean

JGarcia91

  • Playmaker Newbie
  • *
  • Posts: 3
Re: how to save a player name and highscore?
« Reply #2 on: October 07, 2013, 09:23:53 AM »
thank you so much jean...

nabilfx

  • Full Member
  • ***
  • Posts: 186
Re: how to save a player name and highscore?[SOLVED]
« Reply #3 on: April 23, 2015, 02:18:01 PM »
The score is saved in the cloud?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: how to save a player name and highscore?[SOLVED]
« Reply #4 on: June 15, 2015, 08:05:49 AM »
Hi,

 No the score is saved in the PlayerPrefs, it's local.

 Bye,

 Jean

doge biscuit

  • Playmaker Newbie
  • *
  • Posts: 11
Re: how to save a player name and highscore?[SOLVED]
« Reply #5 on: July 24, 2015, 10:11:48 PM »
I found this topic while looking for a way to store high scores. Got a silly question about Playerprefs. Does Playerprefs work for iOS and Android?

Thank you!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: how to save a player name and highscore?[SOLVED]
« Reply #6 on: July 25, 2015, 05:13:43 AM »
Hi,
Yes it does, but easy to hack

I prefer to use easysave2 (not free).
it is encrypted and has actions for Pm.