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. Dismiss Notice

Question [Animation Rigging] How to move a rig except for certain bones?

Discussion in 'Animation' started by LiamWagner, Feb 25, 2023.

  1. LiamWagner

    LiamWagner

    Joined:
    Mar 11, 2021
    Posts:
    1
    I am trying to create a dynamic climbing system where the player can move the hands with the mouse.

    I have a humanoid rig and I want to first have only the hand move, and then the entire rig move towards that hand, but the hand should stay where it is. But when I move the rig towards the hand, the hand moves with the rig.

    Do I need a workaround, or is there some clean solution for this. I was thinking about ordering constraints in the hierarchy, but I don't know anything else.