Search Unity

Animation Event and Mecanim Layer

Discussion in 'Animation' started by BorMor, Mar 13, 2014.

  1. BorMor

    BorMor

    Joined:
    Mar 13, 2014
    Posts:
    2
    Hi, have a problem, with animation event.
    1. I'm create the event in animation clip in fbx file
    2. I'm create Animator Controller
    3. Write script with function handler for animation event.
    All work pretty fine, but now i need to add new layer
    4. Create new layer
    If i play animation from Base Layer, all is fine.
    If i play same animation from another layer, AnimationEvent is not called.

    It is normal behavior or bug? or i need to set some parameters?
     
    Last edited: Mar 13, 2014
  2. BorMor

    BorMor

    Joined:
    Mar 13, 2014
    Posts:
    2
    oh, my mistake.
    have 2 attacks animation with same name. on one no animation event. sorry ;)