Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ikondev's avatar
ikondev
Honored Guest
5 years ago

OVRPlugin.GetSystemHeadsetType() doesn't return Oculus_Quest_2

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

Replies have been turned off for this discussion
  • 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.

  • 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?

    • ControlTowerVR's avatar
      ControlTowerVR
      MHCP Member

      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.