How to turn off debug logs from com.meta.xr.sdk

Hi

The Meta XR plugin has a lot of debug logging. How to turn it off? I tried commenting out the code, but Unity automatically updates the package if its changed.

An example of a debug.log:

[OVRManager] VrFocusLost event
UnityEngine.Debug:Log (object)
OVRManager:Update () (at ./Library/PackageCache/com.meta.xr.sdk.core@60.0.0/Scripts/OVRManager.cs:2553)

2 Likes

did you find any solution ?