Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Gino on October 08, 2012, 09:09:39 AM

Title: Problem to add PlayMaker to a existing project
Post by: Gino on October 08, 2012, 09:09:39 AM
Hello! I'm new at this. I am trying to add PlayMaker to my project, Once downloaded does not appear in the top menu and get me this message in the console when a try to hit the play button: Assets/PlayMaker/Actions/EnableAnimation.cs(54,25): error CS0029: Cannot implicitly convert type `UnityEngine.AnimationState` to `AnimationState´

and appears many messages like this

What can be?  Thanks!
Title: Re: Problem to add PlayMaker to a existing project
Post by: jeanfabre on October 09, 2012, 01:03:07 AM
Hi,

 What scene are you playing?

bye,

 Jean
Title: Re: Problem to add PlayMaker to a existing project
Post by: Alex Chouls on October 09, 2012, 05:19:19 PM
Probably a script in your project has defined a class called AnimationState, conflicting with UnityEngine.AnimationState. You should rename that class to avoid the conflict.