Search Unity

'Player' AnimationEvent 'NewEvent' has no receiver! Are you missing a component?

Discussion in 'Animation' started by Marsa-Palas, Mar 5, 2015.

  1. Marsa-Palas

    Marsa-Palas

    Joined:
    Mar 4, 2015
    Posts:
    8
    I have a gameobject named "Player". I made new AnimatorController, added 2 Animations and put it to Animator component of my Player gameobject.

    I keep getting error
    'Player' AnimationEvent 'NewEvent' has no receiver! Are you missing a component?

    I've looked some earlier threads, and that didn't solve the problem.

    Unity version I'm using is the newest one, Unity 5.0 stable version.