playMaker

Author Topic: [Solved]Console Error Help AnimationEvent has no function name specified!  (Read 11904 times)

Gav (HeyBud)

  • Full Member
  • ***
  • Posts: 126
    • Tumblr
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
« Last Edit: April 17, 2014, 12:45:00 PM by Sarcophagav »

Gav (HeyBud)

  • Full Member
  • ***
  • Posts: 126
    • Tumblr
Re:Console Error Help AnimationEvent has no function name specified!
« Reply #1 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. :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
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