Forum Discussion

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

How to connect and manage an Oculus VR application from my tablet?

I have created a VR application using Oculus Quest in Unity and I am in the process of creating an app on an Android tablet. I am interested in managing (running/stopping different Unity scenes or tasks within a Unity scene using Oculus Quest) from the tablet. So I need to control the application on my tablet, Oculus VR tasks/scenes. Any help or advice would be very appreciated. 

2 Replies

  • O_XiNDa's avatar
    O_XiNDa
    Honored Guest

    Hi, did you found a way or maybe a tutorial to do that?

  • Unity allows async servers and clients.

    And the tablet app need not be unity. And android also can do async servers and clients.

    So depending on your setup and needs. You could have one of them do a udp brodcast with what the other needs to connect to it. 

    And the broadcast listenter could then connect (tcp, udp, or http(s)) to the broadcast server. Then you could send/receive json/xdr/binary or whatever between them.