Two Bone IK | Animation Rigging | 1.0.3
docs.unity.cn
    Show / Hide Table of Contents

    Two Bone IK

    Example

    Two Bone IK is a constraint that transforms a simple FK Hierarchy of composed of 2 bones into an inverse kinematic expression that can be control and manipulate by a Target GameObject (Hand like control) and Hint GameObject (elbow like control).

    Component

    Properties Description
    Weight The weight of the constraint. If set to 0, the constraint has no influence on the Constrained GameObjects while when set to 1, it applies full influence given the specified settings.
    Root The root of the constrained GameObject hierarchy.
    Mid The middle of the constrained GameObject hierarchy.
    Tip The last GameObject of the constrained hierarchy.
    Target The Source GameObject that acts as the chain IK target or effector.
    Hint Optional Source GameObject to control how the middle node bend normal is computed.
    Maintain Target Offset The current offset (in Position, Rotation or both) between the tip and target are maintained when not set to None
    Target Position Weight The amount in which the chain reaches to the target effector. If set to 1, the chain tries to fully reach for the target GameObject.
    Target Rotation Weight The amount in which the tip GameObject rotates to match the target GameObject rotation. If set to 1, the tip rotates to fully match it's target.
    Hint Weight The amount of influence the hint has on the configuration of the hierarchy. When set to 1, the hint fully influences the hierarchy configuration. If no hint GameObject is specified, the hint weight is ignored.

    Auto Setup from Tip Transform

    This option allows you to automatically create the required effector Game Objects and assign all bindings based on the assigned Tip bone Game Object binding.

    To use this option, first create a Two Bone IK Constraint and assign the Tip bone Game Object. In the Two Bone IK Constraint component options, select "Auto Setup from Tip Transform". This will create two child effector Game Objects (ik_target & ik_hint) and assign them. This also find the most likely root & mid bone Game Objects based on the hierarchy and add them to the component as well.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 August 2020