cancel
Showing results for 
Search instead for 
Did you mean: 

Oculus Touch Pad does not working

cocotjd
Explorer
hello. 

The Oculus Touch Pad does not work in Unity since the last Oculus Update.

When we are developing on the Unity platform, will not be able to enter values such as button clicks in addition to tracking on the touchPad.

ex) OVRInput.GetUp (OVRInput.RawButton.A) ...

What should I do?

Thanks.
9 REPLIES 9

cocotjd
Explorer
@imperativity

cocotjd
Explorer
if i use OVRInput.Getup() function, the value is always false.

cocotjd
Explorer
@imperativity i'm using 2017.3.1f1 version, and also tested 2018.1.6f1
i'm using Oculus CV device;

cocotjd
Explorer
@imperativity
Thank you for your help!

studiopao
Explorer
Same problem here. Older builds of our project are also impacted.

studiopao
Explorer
I confirm that everything has been tested while wearing the headset.

cocotjd
Explorer
.

fletcher_stgerm
Honored Guest
Any updates on this??

Elonix_x
Honored Guest
 if (OVRInput.GetDown(OVRInput.Axis1D.PrimaryHandTrigger, OVRInput.Controller.Rtouch));

getting errors for this i am very confused.