cancel
Showing results for 
Search instead for 
Did you mean: 

OVRPlugin.GetSystemHeadsetType() doesn't return Oculus_Quest_2

ikondev
Honored Guest
I added the OVRController prefab to my project but on Quest 2 it always shows the controllers for te Quest.
Thi is because OVRPlugin.GetSystemHeadsetType() always returns Oculus quest even if I'm using Oculus Quest 2.

I'm working with the latest version of th Oculus Integration.
Does anyone have the same problem?
3 REPLIES 3

ControlTowerVR
Explorer

I seem to be having the same problem. Quest 1 and Quest 2 seems to return the same Quest 1 code. I have no way to detect which platform is running the game.

chenchenece
Honored Guest

Not sure whether there is a solution for addressing this issue. However it seems the API also doesn't return Meta_Quest_Pro as well?

I wanted to test which platform I am running on to show a different controller image showing the controls. I ended up going with a stylized generic controller showing the controls. It would be nice if we found a way to properly do this though.