- Home /
Oculus VR with Mirror multiplayer - headset is controlling both players
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: https://www.youtube.com/watch?v=yRvfLLTkIXM
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?
Answer by kartoonist435 · Sep 01, 2021 at 06:25 PM
Did you get this resolved? I’m looking into the same thing.