Controllers won't track.

Recently, I have been making a vr game, but my controllers will now not track whenever I try to test my game. I’m still new to unity, so this might be really easy to fix, but I don’t know.

Thanks.

I have the same problem with version 2022.3.1f1 and oculus integration v54

Can you give us more information regarding your development environment? It would be useful to specify which version of Unity you’re using, as well as which XR packages and their versions. Also, are you testing the game from the editor or a standalone build for which platform?

I use 2021.3.17f1
I have the oculus integration
I have OpenXR and oculus things with the xr plugin management.
I am trying to test it through the editor.

In my case it is Final Ik, until I implement it everything works perfectly, when I install it it stops tracking.

Do you happen to have Meta XR/Meta XR Feature enabled in Project Settings > XR Plug-in Management > Feature Groups?
Disabling it fixed controller tracking for me.

Thanks, that has worked.