Forum Discussion

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

Remotely Transfer a Unity Build to Oculus Quest (FTP)

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

Replies have been turned off for this discussion
  • 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