chengnay Posted May 22, 2019 Share Posted May 22, 2019 I imported your asset to my project and I tried to switch platform to OculusGo, but in the Edit>Preferences>VIU Settings>Supporting Device don't appear OculusGo. Is there something I forgot to do? Link to comment Share on other sites More sharing options...
chengnay Posted May 22, 2019 Author Share Posted May 22, 2019 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now