cancel
Showing results for 
Search instead for 
Did you mean: 

How do I detect if it s Rift or RiftS?

gedo831
Protege
This should be done quite easily but I could not find in OVR documentation.
I want to switch the touch controller model accordingly.
Can anyone advice me how to make it work?
2 REPLIES 2

Anonymous
Not applicable
Oops, just realized this is in the Unity thread.

There are functions in UE4 in this class called the OculusFunctionLibrary that lets you grab stuff such as the device name.

If something similar doesn't exist in Unity, another hack I guess is to obtain the device's display frequency - The Rift runs at 90Hz while the Rift S runs at 80Hz.

Hopefully there's a means of doing this in Unity. Sorry I couldn't be of more help.

gedo831
Protege
Hey, thank you so much for the information, StuntFriar!
I have almost given up getting any reply from anyone. I will look into the frequency checking if that is possible in the Unity.