playMaker

Author Topic: load and save actions  (Read 1118 times)

abbous

  • Playmaker Newbie
  • *
  • Posts: 3
load and save actions
« on: April 17, 2023, 11:21:42 AM »
hi, I'm using the save and load functions from the ecosystems and unity 2019.4.1f1, so the save functions work correctly and create the file with my strings variable but the load function don't load anything and I'm using the same name variable of the save file... its ignore it.
« Last Edit: April 17, 2023, 11:23:13 AM by abbous »

Christoph

  • Beta Group
  • Sr. Member
  • *
  • Posts: 256
Re: load and save actions
« Reply #1 on: April 17, 2023, 03:25:56 PM »
Probably not the reply you're looking for but I recommend to move to a more powerful solution when it comes down to save/load. I recommend Easy Save https://assetstore.unity.com/packages/tools/utilities/easy-save-the-complete-save-data-serializer-system-768
Might just wait for a discount to kick in and you'll never look back.

abbous

  • Playmaker Newbie
  • *
  • Posts: 3
Re: load and save actions
« Reply #2 on: April 17, 2023, 04:34:08 PM »
eh, i understand but really, is  only a little bit of data that i need to save and load... that buying a so powerful tool it's really wasted..

Groo Gadgets

  • Beta Group
  • Full Member
  • *
  • Posts: 175
Re: load and save actions
« Reply #3 on: April 20, 2023, 06:36:15 AM »
I recommend Easy Save as well, i've been using it for many years.

The easiest and free solution for you would be to use the playerprefs actions. They work perfectly for simple data!

abbous

  • Playmaker Newbie
  • *
  • Posts: 3
Re: load and save actions
« Reply #4 on: April 20, 2023, 01:17:36 PM »
thanks i will look into it

edit: resolved using playerprefs
« Last Edit: April 23, 2023, 01:01:04 PM by abbous »