🤔 Unity, huh, how?

🤔

Animation Event receivers

Animation Events are callbacks that fire during an animation's playback.
These events require a component with the correct method signature to be attached to the GameObject with the Animator.

Resolution

  1. Open the Animation window (WindowAnimation).
  2. Select the Animation Clip mentioned in the error.
  3. In the Event Line, select the Animation Event.
  4. In the Inspector, enter a valid function name.