Jump to content

Missing Oculus Go from VIU Settings


Recommended Posts

Could you try to update the code in below file path to see if your issue is resolved?

 

In Assets\HTC.UnityPlugin\ViveInputUtility\Scripts\Editor\VRPlatformSettings\OculusGoSettings.cs,

line 428,

return activeBuildTargetGroup == BuildTargetGroup.Android && VRModule.isOculusVRPluginDetected && PackageManagerHelper.IsPackageInList(OCULUS_ANDROID_PACKAGE_NAME);

 

Change Standalone to Android in the highlighted part.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...