Search Unity

Rigging Control

Discussion in 'Getting Started' started by yuri9163, Jun 22, 2020.

  1. yuri9163

    yuri9163

    Joined:
    Sep 7, 2017
    Posts:
    5
    Hello,

    I'm very new to the Unity Programming.
    I'm trying to control 3D Humanoid rigging through network input.
    ( I already have input integrated )
    However, whenever I tried to search and learn learn rigging control, it seems to involve
    Maya Studio.
    I'm lost. I like to learn how can I move one joint.
    Is there any good site to learn?

    Thank you!
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yeah, your search went off into the weeds there.

    Joints are just Transforms. You move it by assigning a new .localRotation to it.