cancel
Showing results for 
Search instead for 
Did you mean: 

Remotely Transfer a Unity Build to Oculus Quest (FTP)

Anonymous
Not applicable
Hello! 

I looked around and tried to find an answer but it seems most people are currently unsure of Oculus Quest features.

If I wanted to remotely upload a Unity build to my Oculus Quest, how would I be able to? Can I simply use filezilla?

Any information is helpful!

Thanks


1 REPLY 1

stacklikemind
Honored Guest
just use adb to connect to your Quest remotely.
use the following commands to connect to it:
adb connect <IP-of-your-Quest>:5555

and then install any package with
adb install package.apk