`FsmStateAction' could not be found

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
Brostof
Posts: 2
Joined: Tue Jun 21, 2016 8:39 am

`FsmStateAction' could not be found

Post by Brostof »

Hi all,

I just bought Easy Save but i can not use Playmaker Action.
When i enable it (in Assets/Easy Save 2), the script is imported but i get 26 errors in console.

Assets/Playmaker/Actions/ES2PlayMaker.cs(11,42): error CS0246: The type or namespace name `FsmStateAction' could not be found. Are you missing a using directive or an assembly reference?

When i restart Unity errors disappear of console but it doesn't change anything. When i try to put script in the scene i get the following message :
"Can't add sript component 'ES2PlayMaker' because the script class cannot be found. Make sure that there are no compiler errors and that the file name and class name match".

I already uninstalled and reimported several times the package. I even tried to restart my PC and to import package in a new project.


Could help me please ?
Attachments
Capture1.PNG
Capture1.PNG (84.78 KiB) Viewed 10688 times
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: `FsmStateAction' could not be found

Post by Joel »

Hi there, and thanks for getting in touch.

You need to install Playmaker before enabling the Playmaker action. "The type or namespace name `FsmStateAction' could not be found" error is thrown because the FSMStateAction class is in Playmaker's DLLs.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Brostof
Posts: 2
Joined: Tue Jun 21, 2016 8:39 am

Re: `FsmStateAction' could not be found

Post by Brostof »

Thank you very much for the quick answer
darkxtorm
Posts: 1
Joined: Tue May 08, 2018 5:56 am

Re: `FsmStateAction' could not be found

Post by darkxtorm »

How can I install PlayMaker?
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: `FsmStateAction' could not be found

Post by Joel »

darkxtorm wrote:How can I install PlayMaker?
Hi there,

PlayMaker can be purchased and installed through the Asset Store.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Locked