playMaker

Author Topic: PlayerPrefs Add Int / Float  (Read 2314 times)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
PlayerPrefs Add Int / Float
« on: January 20, 2015, 02:55:30 PM »
hi,
i made 2 PlayerPrefs Action to add an int / float to a playerprefs int / float

this combines a : pp Get (int/float) / add (int/float) / pp Set (int/float) into 1 action

Warning use PlayerPrefs only on key moments

don't use this like :
adding score every frame or something,
add score on a variable and add to pp for example : end of a level , when player dies etc.

these action can also be found on the EcoSystem