[SOLVED]Saving/ Loading Game Object variable

Discussion and help for Easy Save 3
Post Reply
AxelG
Posts: 8
Joined: Wed Nov 20, 2019 6:40 pm

[SOLVED]Saving/ Loading Game Object variable

Post by AxelG »

Hello,

I'm quite new with Unity and Easy Save 3. I'm currently working on project with Playmaker. I'd like to load and save game object variables and I don't see how to do it with Easy Save 3.
I've checked the documentation, but I'm not a programmer, is it possible to it without programming?

Thanks,
AxelG
Last edited by AxelG on Sat Nov 23, 2019 7:53 am, edited 1 time in total.
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: Saving/ Loading Game Object variable

Post by Joel »

Hi Axel,

To save a particular variable of a GameObject in PlayMaker you need to use PlayMaker's Get Property action to get the particular property you are looking for and put it into a PlayMaker variable. You can then save that variable using Easy Save 3's Save action, and load it using the Load action.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
AxelG
Posts: 8
Joined: Wed Nov 20, 2019 6:40 pm

Re: Saving/ Loading Game Object variable

Post by AxelG »

Oh my bad, I was searching in the EasySave 2 actions. Thanks Joel.

Best,
Axel
Post Reply