playMaker

Author Topic: Save variables with playmaker  (Read 1808 times)

Geniraal

  • Playmaker Newbie
  • *
  • Posts: 5
Save variables with playmaker
« on: October 28, 2016, 12:16:44 AM »
Sorry my english is not good.Is there a way to save global variables in runtime. I want to create global variables and with just playmaker actions update string, int and object in run time and save the changes. So when I stop the project and run it again that changes will still be there

gozda

  • Junior Playmaker
  • **
  • Posts: 88
Re: Save variables with playmaker
« Reply #1 on: October 28, 2016, 03:18:03 AM »
Use playerprefs

Geniraal

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Save variables with playmaker
« Reply #2 on: October 28, 2016, 03:22:48 AM »
Thanks for replay I can but there is only a set playerprefs that does not save the data when the project is stoped and start again. Or maybe I do something wrong ?