Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug OVR with Mirror multiplayer not working when testing

Discussion in 'VR' started by swegdawgs, Mar 16, 2021.

  1. swegdawgs

    swegdawgs

    Joined:
    Mar 2, 2018
    Posts:
    1
    I'm trying to use Oculus integration with Mirror networking to create a peer to peer VR multiplayer game. I have it so the VR controller scripts only get used if the gameobject is the local player, and the transform data is synced over the network. I followed this tutorial almost exactly:


    I tried testing my game on one PC with one Oculus Quest by opening 2 copies of the game and switching between tabs. However, one client sees his own character working fine while the other is frozen at spawn, and the other client sees his own movements controlling both characters. Could this problem be due to only using one PC and one headset, or do I likely have a problem with my code?
     
  2. zitoune000

    zitoune000

    Joined:
    Jun 21, 2017
    Posts:
    1
    the same, have you find a solution?