Search Unity

Question OVRCustomHand trigger collider

Discussion in 'VR' started by clooock, Sep 30, 2021.

  1. clooock

    clooock

    Joined:
    May 23, 2021
    Posts:
    4
    Hi everyone,

    using Oculus Integration and OVRCustomHand prefab, I'm trying to write a simple script that tells me which hand hitted/triggered a specific object.

    I tried use OnTriggerEnter() method, but the referred collider (CapsuleCollider) doesn't have any information of the hand.

    What do you suggest I do?

    Thanks in advance.