Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
2
Question by jormaje · Jul 29, 2019 at 03:02 PM · vroculustracking

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

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?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

6 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by jormaje · Jul 30, 2019 at 09:58 AM

Solution:

(In Unity project)

  1. Oculus > Tools > Remove AndroidManifest.xml

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

  3. Rebuild

Check comments bellow if this solution didn't work for you

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
3

Answer by svandegrift · Aug 01, 2019 at 12:54 AM

If anyone out there is still having this problem after doing the solution provided (It didn't work for me when I tried) I find a solution that worked for me on the oculus forums. Here are the steps:


Open AndroidManifest.xml


Navigate your cursor in between and


Add These two lines of code:

 <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1" />
   <uses-feature android:glEsVersion="0x00030001" />



save & build


Got both my hands appearing right after building again.

Hope this helps somebody out there.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by alex-teodor · Jul 29, 2019 at 08:32 PM

Hello.

I am having the same issue, just that it is a bit worse on my side.

After the Oculus update, except not seeing both controllers at the same time, it seems like the OVRControllerHelper script, from OVRControllerPrefab does not recognize anymore the OculusTouchForQuestAndRiftS Prefab which is set as a reference. It always sets the one for Oculus Go. Besides not seeing the Quest Prefab during gameplay, it seems that also the movement of the player is affected, which was controlled from the joystick.

I think the Oculus Integration Asset from the AssetStore needs a new substantial update!

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image alex-teodor · Jul 29, 2019 at 09:03 PM 0
Share

I found this on Oculus forums. Seems it is a similar problem: https://forums.oculusvr.com/developer/discussion/78952/the-oculus-quest-recognizes-the-controls-as-the-oculus-go-and-only-shows-one-after-frimware-update#latest

I did not check the solutions.

avatar image whogas alex-teodor · Jul 29, 2019 at 09:25 PM 0
Share

The android manifest fix listed on that thread did not work for me.

avatar image alex-teodor whogas · Jul 29, 2019 at 09:47 PM 1
Share

These steps worked for me : "Oculus > Tools > Remove Android$$anonymous$$anifest.xml Oculus > Tools > Create store-compatible Android$$anonymous$$anifest.xml", and rebuild after. I have both Quest Prefab Controllers, visible at the same time. Still using last Oculus Integration , v 1.39

Show more comments
avatar image
1

Answer by cr_sussex · Sep 23, 2019 at 11:39 AM

alt text So, I followed all the comments above, It somehow did not work for me. Unity was giving me an error called as 'Check the console settings properly' So I kept playing around and changed 2 settings in OVRCameraRig 1. Made Element 0 as 'Quest' which was 'Gear VR' before 2. Changed the Tracking Origin type to 'Floor Level'

Somehow it worked for me. :)


solution.jpg (92.1 kB)
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by whogas · Jul 29, 2019 at 08:25 PM

I am having a similar issue. It looks like the Oculus Integration plugin was updated to version 1.39 on July 26th, which I assume was updated to work with build 7.0 for the Quest, but there is no mention of this in the release notes (https://developer.oculus.com/downloads/package/unity-integration/).

I was going to update to the latest plugin, but there is a stream of reviews saying it caused a lot of issues and to return to version 1.38. Not too sure if this is your answer or of any help. Just found you struggling with the same thing I am and thought I'd share.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

212 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Does anyone know of any documentation about this effect? 1 Answer

Checking if canvas world space is visible in CenterEyeAnchor? 0 Answers

XR Input: primary2DAxis always returns 0 1 Answer

VR Oculus quest and collision 0 Answers

Attaching Main Camera to a livestreamed avatar from Xsens 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges