Page 1 of 1

Saving and Loading a Transform with PlayMaker

Posted: Thu Aug 02, 2018 8:19 pm
by Joel
This example shows the basic usage of Easy Save's Save and Load actions for PlayMaker by saving a Transform.

Saving the Transform will save the position, rotation and scale of an object.

It uses the Save action to save a Transform variable when the Application quits, and then loads the save data using the Load action when the FSM first begins.

States are commented to describe what is happening.

Note:
  • Easy Save and PlayMaker should be installed in your project before importing this example. The example is located in Assets/Easy Save 3/Examples/.
  • All examples are only provided as an educational sample, and may need modification for your purposes. They are provided without warranty.

Re: Saving and Loading a Transform with PlayMaker

Posted: Fri Jul 29, 2022 12:52 pm
by matmalm
Hello, the scripts are missing in the attachment

Re: Saving and Loading a Transform with PlayMaker

Posted: Fri Jul 29, 2022 1:11 pm
by Joel
Hi there,

This example is for saving and loading using Playmaker, so there are no scripts, just a scene file.

You should also ensure that both Easy Save and PlayMaker are installed before importing the package.

All the best,
Joel

Re: Saving and Loading a Transform with PlayMaker

Posted: Fri Jul 29, 2022 1:24 pm
by matmalm
Joel wrote: Fri Jul 29, 2022 1:11 pm Hi there,

This example is for saving and loading using Playmaker, so there are no scripts, just a scene file.

You should also ensure that both Easy Save and PlayMaker are installed before importing the package.

All the best,
Joel
Sorry my bad. I was missing the script in the playmaker GUI but I fixed it :)