Search Unity

Funciton not support

Discussion in 'Animation' started by dreamerflyer, Feb 27, 2014.

  1. dreamerflyer

    dreamerflyer

    Joined:
    Jun 11, 2011
    Posts:
    927
    when i add some event to animation ,but some event not work ,it says NOT SUPPORT,WHY?how to fix it?
     

    Attached Files:

  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,697
    Are these both on the same character? If not, check the OnTrigger function in the character's script. Try to make the parameter list match the function on the working character. On the broken character, if you click on the event marker and select a new function, you probably won't have the option to choose OnTrigger again until its parameters are compatible with animation events.