Search Unity

Question Controller Input with Oculus Integration

Discussion in 'VR' started by Ito04771, Nov 1, 2022.

  1. Ito04771

    Ito04771

    Joined:
    Jul 25, 2022
    Posts:
    1
    I have created an app using the OculusInteractionSampleRig in the Oculus Interaction SDK. However, there was a problem with the pointer not reaching the desired object when the distance to the object was too far. So I changed it to use OVRCameraRig and UIHelper. This time, the left hand controller could not be used.

    Is there any way to increase the distance the pointer can reach using the first method?

    Or is there a way to make both controllers operable with the second method?