Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: terri on November 19, 2016, 07:20:51 AM

Title: Can't find script
Post by: terri on November 19, 2016, 07:20:51 AM
Hi! So I'm trying to add a option for encryption on the Hash Table Easy Save / Load actions - so far failing pretty badly. So I decided to look at the EasySave2's Save All action to see how they implemented it, but unity tells me it "Couldn't find Action Script: HutongGames.PlayMaker.Actions.SaveAll"

I also can't seem to find it in the project window. The action still works if I drag it to an FSM though. This happens on all of Easy Save 2's actions, except the Arraymaker ones that came from somewhere else.

So, what could be going on here? Is it linked to somewhere else outside my project or something?
Title: Re: Can't find script
Post by: djaydino on November 19, 2016, 11:40:18 AM
Hi,
I believe that they are build into the .dll file so they can not be accessed.

There is a package called 'array maker easy save2' on the Ecosystem.
Maybe these can help you getting to know how to use them.
Title: Re: Can't find script
Post by: terri on November 20, 2016, 03:38:33 AM
Oh, I see, thanks.
Yeah those are the ones I'm trying to adapt