-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIU Settings Oculus Android checkbox cannot be checked #246
Comments
Seems the same issue applies with Oculus Desktop when using Oculus Integration v51. If you change Thanks @chengnay your solution work for Android so I thought I would apply the same logic to the Windows side. Edit: not sure if this fix is also necessary on line Edit 2: Looks like on the Windows side it thinks I don't have the latest version of Oculus Integration even with this fix. |
Hi @tenebris93, |
Hi @chengnay, |
Hi @tenebris93, |
I found out that VIU Settings Oculus Android checkbox cannot be checked when using Oculus Integration v47.
After changing OCULUS_XR_LOADER_NAME to OCULUS_XR_LOADER_CLASS_NAME can fix the issue.
Modify ViveInputUtility\Scripts\Editor\VRPlatformSettings\OculusGoSettings.cs line 529,
if (!XRPluginManagementUtils.IsXRLoaderEnabled(OculusVRModule.OCULUS_XR_LOADER_CLASS_NAME, requirdPlatform)) { return false; }
The text was updated successfully, but these errors were encountered: