playMaker

Author Topic: Animator AddOn  (Read 2212 times)

d1dOnly1

  • Playmaker Newbie
  • *
  • Posts: 1
Animator AddOn
« on: September 02, 2015, 01:47:40 AM »
I'm new to PlayMaker but pretty seasoned in Unity.  Today I tried to utilize PM for the first time.  I immediately got the following error:  Assets/PlayMaker Animator/Actions/AnimatorCrossFade.cs(63,43): error CS1061: Type `Animator' does not contain a definition for `CrossFade' and no extension method `CrossFade' of type `Animator' could be found (are you missing a using directive or an assembly reference?)

How do we correct this error.  I purchased PM over a month ago, and waited for this Unity 5 update.  I must say it is a disappointment that it doesn't work. I have no idea what the 'Eco-System' thingie is.  would that ensure a cleaner download?  I'm using the current versions of both Unity and Playmaker.  Please help!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Animator AddOn
« Reply #1 on: September 02, 2015, 04:13:20 AM »
Hi,

 It's odd, I double checked and the package is sane on Unity 5.2.0f2

- What version of Unity are you using?
- Where did you downloaded the PlayMaker Animator package or from where did you start importing Animator related content for Playmaker?

You don't need to use the Ecosystem at all: it's all available on the wiki:

https://hutonggames.fogbugz.com/default.asp?W1031

I have put below the direct link to the Package you need.

https://github.com/jeanfabre/PlayMakerCustomActions_U4/blob/master/PlayMaker/Ecosystem/Custom%20Packages/Animator/AnimatorProxy.unitypackage

let me know how it goes.

 in all cases, you could simply delete the offending action, but really this action should be working if you get the latest package from the wiki ( or ecosystem, they point to the same package on the online github repository).

 Bye,

 Jean