Search Unity

Question Control simulation in VR via PC, possible?

Discussion in 'VR' started by aflowr, Dec 1, 2021.

  1. aflowr

    aflowr

    Joined:
    Sep 22, 2021
    Posts:
    2
    Hi,
    is it possible to build a VR program for the Oculus Quest 2 which can be controlled live via a Windows PC? In a way that certain events happen in the VR environment when the person at the PC decides so?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yes. This is just a somewhat unusual application of networking.
     
  3. aflowr

    aflowr

    Joined:
    Sep 22, 2021
    Posts:
    2
    Thank you for the answer! Could you explain how to do it like I were a 10-year-old and did know nothing?
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    No. This is an advanced topic; I have great faith in the ability of 10-year-olds, but I think task would be asking too much.

    If you google "Unity multiplayer networking" you will find lots and lots of resources, though. If you really must do this, and are willing to dedicate months to it, I'm confident you'll figure it out.