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

Question One Game Object, Multiple Avatars?

Discussion in 'Animation' started by TangerineDog, Apr 6, 2021.

  1. TangerineDog

    TangerineDog

    Joined:
    Oct 20, 2020
    Posts:
    20
    In my Player GO, there's two meshes, each using a different Avatar.

    In the Animator Component, I can only ever set one Avatar and only the mesh with that avatar moves, the other one stays in T pose.

    How can I make both meshes move according to the Animator COntroller assigned to the Player GO?