Opening Meta menu in my app causes tracking to go wild

I’ve got my app working with OpenXR and when I open the Meta (Oculus) Menu, I lose tracking and it can be nauseating. Anyone have any ideas?

https://vimeo.com/789830716

I remember having this kind of issue before.
You should try setting “Run in Background” to TRUE in Project Settings → Player → Resolution & Presentation.
This option for some reason is only available on the “Windows, Mac & Linux” tab of the Player Settings, but it does seem to affect the Android version as well.
If this doesn’t help, try setting Application.runInBackground = true; in script.

2 Likes

@LuigiNicastro , Devil_Inside is correct. We recently noticed that even though the Android Player settings do not have a “Run in Background” setting, popping over to the PC settings and turning this on will fix the issue. We are internally working with the Input and Android teams to figure out why this behavior is happening and how to resolve it.

1 Like