cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking not working for both controllers at the same time on Oculus Quest build 7.0

jormaje
Explorer

Since the last update of Oculus Quest (to build 7.0) I can't move both controllers at the same time in my Unity builds:

  • It's only being tracked the "active" controller

  • I can switch active controller by pressing the trigger of the controller I want to set as active

  • This is only happening in builds of my projects in Unity, tracking of both controllers works great with Oculus Quest applications (Home, YoutubeVR, JobSim, etc.)

Video showing this behaviour
(Lightweight VR RP default scene. It's the same behaviour with VRTK example scene)

Someone else is having this problem? What could be the cause?
3 REPLIES 3

Anonymous
Not applicable
I also have this problem.  I don't know the cause.

jormaje
Explorer

Solution:

(In Unity project)

  1. Oculus > Tools > Remove AndroidManifest.xml

  2. Oculus > Tools > Create store-compatible AndroidManifest.xml

  3. Reuild

chris_banwell_3
Honored Guest
Not working for me, I've added an app id, also ensured the android manifest is in the plugins/android folder and included 
 <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1" />

Anybody else have any ideas?

Also not working with the AvatarGrab demo scene