ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
352 stars 82 forks source link

Cannot enable 'OpenXR Android for Oculus' #266

Open BioeJD opened 8 months ago

BioeJD commented 8 months ago

When I enable OpenXR Android for Oculus in my VIU settings, I get a Project Validation error [Oculus Quest Support] Oculus Quest Feature for Android platform is deprecated, please enable Meta Quest Feature instead.

If I "Fix" this error, then it disables OpenXR Android for Oculus.

image

BioeJD commented 8 months ago

The only way I could get this to work is to modify the com.unity.xr.openxr@1.8.2 package to allow the Oculus Quest Feature, and to include "cambria" in the supported devices in the AndroidManifest. Obviously, modifying a package like this is just a workaround to see if I could get it working without the Meta Quest Feature.

BioeJD commented 8 months ago

I've also heard that the Meta Quest Feature is pretty broken, so I don't really want to enable it anyway. I haven't verified that myself though. I just saw people mention their controls stopped working, etc..