Hey all, this morning my Quest received the tracking update. I went to test it with my project and suddenly… no input detected.
Oh yeh, and only one controller tracks at a time now. I can pick which controller gets tracked by holding a button on that controller down.
Finally, the peripherals of the screen seem to get cut off… before the edges were noticeably curved, now they are straight edges which results in some of the fov being cut off.
Anybody come across this problem or have a fix? I’m using just the normal unity input system and the legacy XR helpers (Tracked pose drivers).
For anyone else who has this problem, someone on reddit gave me the solution: With oculus beginning to add go emulation support, my app was being treated as a go app. You need to alter the android manifest and put it in Assets/Plugins/Android/.
Any more info on this problem? I’ve added a custom manifest with the specified and also provided an edited gradle with the correct SDK references but I’m still getting “GearVR or Go = True Quest = False” when OVRGradleGeneration is triggered.
@PsychoStuey thanks for your solution, I also just updated the Unity editor to v2019.1.12f to be sure, so at least this combination of a new Unity editor and the Android manifest file update works for me.
I spent my whole day off yesterday to get movement working and I could barely move. When moving my thumbstick I could only move forward a few cm.'s in the virtual world instead of meters. I also noticed that sideloaded apps like QuakeVR and Pavlor VR were behaving very weird with movement or not reacting at all. So I expect a lot of apps having issues now.
OMG im so happy I ran into this thread, I was ready to throw my Laptop out of the window. I spent about 12 hours trying to figure this out. Thank you so much
If anybody runs into this issue just these are steps I took to get this working.
Make sure OVR camera is set to oculus quest not go/gear vr.
Make sure you have a folder named plugins with another folder innside named android and in the android folder is where the manifest belongs. Don’t have a manifest. Just go to your project folder>Temp>Staging Area. There should be an android manifest that you can copy and paste into the Plugins>Android folder.
I’m really hoping that this explains why none of my new input classes are working on the device - I’ve bee debugging this for days only remembering that there was a controller update tonight…
FYI to get the latest plugin via plugin manager (1.38.1 at the time of writing) I had to upgrade unity (to 2019.1.12f1). This is different to the Menu → Oculus → Tools → Update OVR Utilities Plugin, or at least, that still returns 1.36
Yep, adding that line and using a custom manifest, I now get 2d axis co-ordinates. I may add a gradle mod so that this line is always added and no custom manifest is then required.
What does this mean for us if we develop an app to run on the Oculus Go AND the Oculus Quest separately using native Unity VR? Will be getting an Oculus Go soon to test and compare
tried to follow the instructions but it’s still not working for me, i still get the one controller only + square display…
can anyone point out what i’m doing wrong?
i didn’t have any plugin folder so i made one and added the android folder inside, made a file (tried naming it manifest.xml and copying the names from my temp/staging area folder but didn’t make any difference - though all import fine)
tried copy pasting the code
neither made any difference.
i’m using unity 2019.3.0a7
if i call the file AndroidManifest.xml it returns an error after trying to build
“UnityException: Could not find any valid targets to launch on for Android”
but it exports to my quest if i use another name… just doesn’t fix the tracking issue
Hi, you have to create those folders in the “assets” directory. Then you must go to “C: \ Program Files \ Unity \ Hub \ Editor \ (or the version you use) 2019.1.12f1 \ Editor \ Data \ PlaybackEngines \ AndroidPlayer \ Apk” and copy that “AndroidManifest.xml” into the folder " Assets / plugins / Android "that you have created.
Now you must open that manifest and add these lines:
For those who are still struggling with this, it looks like the latest Oculus integrations if you go to Oculus → Tools → Create store-compatible AndroidManifest.xml has the fixes in the XML already. I was able to just click that, it build out the Plugins/Android folder along with the correct lines for headtracking, etc.