We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Hand physics extension service

    Hand Physics Extension Service

    The hand physics service enables rigid body collision events and interactions with articulated hands.

    Getting started with hand physics extension service

    Add the hand physics service to the list of extension services and use the default profile.

    Once enabled, use any collider's IsTrigger property to receive collision events from all 10 digits (and palms if they're enabled).

    Prerequisites

    • Enabled the extension service
    • Assign an appropriate prefab to the finger/palm joint.

    Recommendations

    While the service defaults to the "default" layer, it is recommended to use a separate layer for HandPhysics objects. Otherwise there may be unwanted collisions and/or inaccurate raycasts.

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX