Search Unity

Question Movement with animations question

Discussion in 'Animation' started by lucaskargreen, Sep 16, 2020.

  1. lucaskargreen

    lucaskargreen

    Joined:
    Sep 10, 2020
    Posts:
    21
    So I heard you should always have your player character set up this way

    --Player (with CC and Logic)
    -GPX(Child of player -with animator)

    I want to have movement in some of my animations but when I do the movement only GPX part moves and it is now out of sync with the actual player

    How would you fix this with the animator on GPX or have I just been misled and I can just swap the animator to the Player?
     
  2. Kybernetik

    Kybernetik

    Joined:
    Jan 3, 2013
    Posts:
    2,570
    The documentation for my Animancer plugin explains how you can Redirect Root Motion from one object to another with a simple script (which works basically the same without Animancer as with it).