This version of Unity is unsupported.

AnimationClip.events

Switch to Manual
public AnimationEvent[] events;

Description

Animation Events for this animation clip.

Modified events will only persist until play mode is exited or the player is quit. If you want to add an event to a clip persistently, use AnimationUtility.SetAnimationEvents from the Unity editor.

See Also: AnimationUtility classes.