Search Unity

Resolved Find what animation in a controller is affecting a transform?

Discussion in 'Animation' started by Piemur1, Jan 10, 2022.

  1. Piemur1

    Piemur1

    Joined:
    Feb 14, 2019
    Posts:
    2
    I have an avatar that in the FX layer has some hidden animation or something that is transforming the eyes by -90 x and 180 z. I have no clue where it is and have even cleared out all the animations from the animation controller. Is there any way to find what is performing this transform? It only does this when i add the animation controller to the avatar.
     
  2. Piemur1

    Piemur1

    Joined:
    Feb 14, 2019
    Posts:
    2
    I found what the problem was. It was in the configuration of the avatar rig. Somehow it managed to bork up the eye bones so badly.
     
  3. Kybernetik

    Kybernetik

    Joined:
    Jan 3, 2013
    Posts:
    2,570
    To answer your original question, there's no inbuilt way to find out which animation is controlling something.

    If Animation A controls Bone 1 and Animation B controls Bone 2, then any Animator Controller containing both of those animations will control both bones all the time regardless of which animation is actually playing.