Forum Discussion
FJ_22
1 year agoHonored Guest
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_XiNDaHonored 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.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 2 years agoAnonymous
- 3 years ago