Search Unity

How Do I Query Directly from Animator Controller on The Transform That Is Being Fed To My Bones?

Discussion in 'Animation' started by SVAFnemesis_, Nov 1, 2020.

  1. SVAFnemesis_

    SVAFnemesis_

    Joined:
    Jul 15, 2020
    Posts:
    21
    Let's say the animator controller is at work, and one of my bone, e.g. "arm_L" is being override by custom script so its transform doesn't represent what's being fed from animator controller.
    Now, I want to know what's being fed into it from the animator controller from that very frame so I can do my thing in script. Is it possible and how do I do it?
     
  2. SenseEater

    SenseEater

    Joined:
    Nov 28, 2014
    Posts:
    84
    SVAFnemesis_ likes this.
  3. SVAFnemesis_

    SVAFnemesis_

    Joined:
    Jul 15, 2020
    Posts:
    21