Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Gav (HeyBud) on April 17, 2014, 12:53:16 AM

Title: [Solved]Console Error Help AnimationEvent has no function name specified!
Post by: Gav (HeyBud) on April 17, 2014, 12:53:16 AM
I'm getting this error: 'Prefab Name' AnimationEvent has no function name specified!
When I do a build the animation doesn't play but in the editor it plays fine.
Would someone know how I could track it down and solve this console error?
Thanks I just don't know what function name it means. Would that be something in the code? Screenshots: http://imgur.com/GfAlQIF,0dysfC6#0 (http://imgur.com/GfAlQIF,0dysfC6#0)
Title: Re:Console Error Help AnimationEvent has no function name specified!
Post by: Gav (HeyBud) on April 17, 2014, 12:38:17 PM
So, I still don't know why it refers to function name, but for some reason my animation states in the Animator have something to do with it. I made a new animation controller and remade my animation clips. This worked. No errors in the console about AnimationEvent. Solved (for the most part). It works but i'm not sure why. :)
Title: Re: [Solved]Console Error Help AnimationEvent has no function name specified!
Post by: jeanfabre on October 29, 2014, 09:10:52 AM
Hi,

 Basically, your animation was targeting a function on a component on that gamneobject that is now missing, typically the component was removed.

 Bye,

 Jean