Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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,500
    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.