Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Making Transform.position change with animation

Discussion in 'Animation' started by yazan21, Jan 9, 2021.

  1. yazan21

    yazan21

    Joined:
    Jun 22, 2020
    Posts:
    1
    I've imported a character and animation from mixamo, where my character runs along an arc. However when transitioning animations, the character goes back to its original spot, and transform.position never changes. I realized that the character's hip's position is moving though. How can I get the entire character gameobject to transform?