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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

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.