Saving and Loading a Transform with PlayMaker

Examples using PlayMaker. Note that to view these examples, you will need to have purchased PlayMaker.
Post Reply
User avatar
Joel
Moodkie Staff
Posts: 4810
Joined: Wed Nov 07, 2012 10:32 pm

Saving and Loading a Transform with PlayMaker

Post 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.
Attachments
Saving and Loading a Transform with PlayMaker.unitypackage
(17.39 KiB) Downloaded 980 times
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
matmalm
Posts: 4
Joined: Fri Jul 29, 2022 11:38 am

Re: Saving and Loading a Transform with PlayMaker

Post by matmalm »

Hello, the scripts are missing in the attachment
User avatar
Joel
Moodkie Staff
Posts: 4810
Joined: Wed Nov 07, 2012 10:32 pm

Re: Saving and Loading a Transform with PlayMaker

Post 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
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
matmalm
Posts: 4
Joined: Fri Jul 29, 2022 11:38 am

Re: Saving and Loading a Transform with PlayMaker

Post 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 :)
Post Reply