Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
AlexiJohansen's avatar
AlexiJohansen
Honored Guest
7 years ago

Unity doesn't find Quest for play & build (go-adb driver is installed).

I'm trying to load an apk onto the quest.

I've tried doing it straight from Unity with play & build but Unity can't find the device.

I've tried via adb.exe push myApp.apk /data/app. and this doesn't find the quest either.

The quest is in developer mode.

Thanks.

8 Replies

  • Ok nevermind. 10 minutes with the Quest conected via usb C and suddenly windows recognized it.
  • Of course I'll do it that way if I'm working in Unity and have the headset on hand to push the build into. But others have been commenting on side loading apks and also for me I have another headset at home that I'll send builds to my home computer to sideload into that headset.
  • Turns out the developer mode was not on. I swear I turned that on, oh well.
    All good now.
  • I've also found that the quest will randomly disconnect after a while, it will no longer be in adb's device list. It's not sleeping or anything, this can be right after actual use. In that case, disconnecting and reconnecting the USB cable may fix it but more often than not the device itself needs to be restarted by holding down the power button and selecting "Restart" from the dialog that pops up.
  • This might be offtopic, but adb has a wirless mode. Did anyone manage to setup Unity/Quest to use the wirless mode for build&run?