Search Unity

Question Ineffective calling Animator.MatchTarget() within Playable

Discussion in 'Animation' started by Newbie_Yoo, Jan 12, 2023.

  1. Newbie_Yoo

    Newbie_Yoo

    Joined:
    May 6, 2020
    Posts:
    1
    Hi guys,

    When i using AnimatorController play AnimationClip, i can use Animator.MatchTarget() change GameObject position;

    But when i using Playable API play AnimationClip, Animator.MatchTarget() is Ineffective

    I was confused about that...

    Any help you can give would be greatly appreciated.