Detect if Gear VR or Oculus Go?
Hi! I'm getting the error when submittingVRC.Mobile.Input.7 The app should detect what device it's running on and use the correct controller graphics and terminologythe code I use to detect the oculus Go is: if(OVRPlugin.productName != null) IsOculus...