Page 1 of 1

FSM Playmaker Save /load

Posted: Tue Apr 07, 2020 5:35 am
by Xsorks
Hello everyone, I have been using easy save for a long time and am now looking for help.

I have a GameObjekt and in GameObjekt is a Playmaker FSM
Bool
Int
Float

i want to know can i save and load FSM completely with one trick without doing 3 save and 3 loads? is there an FSM save all / load all?

Thank you

Re: FSM Playmaker Save /load

Posted: Tue Apr 07, 2020 7:22 am
by Joel
Hi there,

Currently this is not possible but there is a feature request for this which you can vote on here:
https://moodkie.com/forum/viewtopic.php?f=14&t=1777

Alternatively you can put all of the variables into a script and save that script, rather than having them as seperate FSMVariables.

All the best,
Joel