Forum Discussion
guilmer83
2 years agoExplorer
Enabling Meta XR Feature Group in OpenXR breaks controller tracking
Using Unity 2022.3.4f1 LTS with the updated packages for OpenXR (1.8.1) and Oculus XR Plugin (4.0.0) and v54.1 of the Oculus Integration SDK, enabling the `Meta XR feature group` under XR Plug-in Man...
RaptorMatt
2 years agoStart Partner
I am having the same issue with the Meta SDK v62. If I am using OpenXR and enable the "Meta XR feature group", then this breaks input for the touch controllers. If I disable the "Meta XR feature group" then 2 annoying dialog boxes show up telling me to enable the feature group each time the editor is opened and each time you enter playmode. Is there any way to suppress the warning? The Meta SDK is in the packages folder so I don't believe I can modify it without those changes getting wiped out of the package cache refreshes itself.
KenLin
2 years agoHonored Guest
Search "MetaXRFeatureEnabler.cs" file,
private static void EnableMetaXRFeature()
{
return; //Add this line
EditorApplication.update -= EnableMetaXRFeature;
bool unityRunningInBatchmode = false;Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago