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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question character with collider with control of hands

Discussion in 'VR' started by poulpoapplications, Oct 18, 2020.

  1. poulpoapplications

    poulpoapplications

    Joined:
    Feb 21, 2020
    Posts:
    3
    hello, I'm trying to create a character (head to toe) whose I can control hands by VR but with any colliders.

    example, if I move my left hand, the arm follows, but if the arm touches an object, the arm cannot move. a bit like the creed (boxing) game where the hand stops at the ring rope.
    An idea?
    thank you
     
  2. Psajmon_unity

    Psajmon_unity

    Joined:
    Oct 18, 2019
    Posts:
    10
    Avatar rig and IK system + colliders + rigidbody. Example: move hand by add force rather then set position.