cancel
Showing results for 
Search instead for 
Did you mean: 

Deprecated OVRInputControl

omssd84
Honored Guest
hello,
iam trying to follow this tut :
https://developer.oculus.com/blog/unity ... tem-in-vr/

but when i reached to steps that i should add OVRInputControl, cannot find it in last unity integration and i read that it Deprecated.
what i should use insted?
2 REPLIES 2

vrdaveb
Oculus Staff
"omssd84" wrote:
Deprecated OVRInputControl
Thanks for the heads-up.It should be safe to use today, but we will have to re-release OVRInputModule before long, because OVRGamepadController and OVRInputControl are going away in a future release of the utilities.

"omssd84" wrote:
when i reached to steps that i should add OVRInputControl, cannot find it
It's at Assets/OVR/Moonlight/Scripts/Utils/OVRInputControl.cs.

boblaublaw
Honored Guest
OVR no longer has a Moonlight directory and OVRInputControl is completely removed.  What is the new standard/best practice for using a gaze pointer and native Unity Events with OVR?