adding event on animation window

Hi,

when i add an event on animation window, the function
pop up doesn’t open :shock: what is the problem?

please inform me.

thank you :smile:

I am having the same problem. (In 2.6.1 pro) Basically I can add an Event to the event line in the animation window, but once added, I cannot edit it anymore (Move with mouse, delete, right click). The context menu of the event line never shows up, nor does the popup.

Note: This only happens on imported Animations.

If I create a new clip in the Animation window, I can right click and edit the event, however I cannot enter a function name to call. Where do I set that up?

Ok, this is actually working as intended.

See http://forum.unity3d.com/viewtopic.php?p=233657.

What I did was make a small tool (in the unity editor) that could add events to animation clips. If the actual animation file is updated, this data does not get lost, since I attach the events to the name of the clip, and not on the clip itself.