Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kavery on February 07, 2018, 04:01:19 PM

Title: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: kavery on February 07, 2018, 04:01:19 PM
I'm attempting to upgrade my project again from Unity 5.3 to 2017.2.

I'm seeing over a hundred errors involving custom actions. Any idea how to handle this? Pic attached.
Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: kavery on February 07, 2018, 04:12:13 PM
Let me know if this is true. In general it's not really possible to update a large project without maybe a week of effort? Just want to know so I know if I should just stick with 5.3. I've tried this before and never got anywhere.

Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: kavery on February 07, 2018, 05:04:42 PM
At one point the game actually ran. Couldn't believe it. But it was missing some functionality. But now it won't run again. A new long list of errors.
Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: kavery on February 07, 2018, 05:08:31 PM
Here are some of the new errors. Now they are just normal actions so I don't get it.
Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: djaydino on February 07, 2018, 06:09:14 PM
Hi,
Is the itween folder still in your project?

What playmaker version are you using?
Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: jeanfabre on February 08, 2018, 04:12:02 AM
Hi,

 you need to clean your assets.

- Move all templates and global asset out of the Asset/PlayMaker/ folder
- Delete Asset/PlayMaker/ folder and the Asset/Plugins/PlayMaker/ folder
- Import PlayMaker from the asset store
- import the package from Asset/PlayMaker/Editor/Install

Then you should be good, else, try to import the last step it one more time ( it helps as some editor routine might still not have fully worked because of Errors).

Bye,

 Jean
 
Title: Re: Updating Unity and Playmaker - Custom Action Errors Galore
Post by: kavery on February 08, 2018, 12:55:12 PM
@Djdyno yup the folder is still there. Version 1.8.9.

@jean thanks I will try that!