playMaker

Author Topic: Problem to add PlayMaker to a existing project  (Read 2250 times)

Gino

  • Playmaker Newbie
  • *
  • Posts: 1
Problem to add PlayMaker to a existing project
« 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!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Problem to add PlayMaker to a existing project
« Reply #1 on: October 09, 2012, 01:03:07 AM »
Hi,

 What scene are you playing?

bye,

 Jean

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Problem to add PlayMaker to a existing project
« Reply #2 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.