Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Ateam on April 18, 2016, 04:37:53 PM

Title: Save scene helpp
Post by: Ateam on April 18, 2016, 04:37:53 PM
Hii how you save all your scene with playmaker?? :'(
Title: Re: Save scene helpp
Post by: Zeldag on April 18, 2016, 06:35:57 PM
Hi,

Do you mean like a save game feature?

From my understanding of saving games, it is not as easy as having one action which is capable of saving the exact state the scene is in when the player clicks save.

But using such addons as EasySave2 you can save certain variables and stuff. Then you can load the variable from the save file and restore it where you need it.

But easySave2 costs money (not much I think) and you may need to follow a tutorial to learn to use it. Im sure if you looked around you would find other methods of doing it too, but Im most fammiliar with EasySave2.

Hope that helps...