cancel
Showing results for 
Search instead for 
Did you mean: 

More then one OVR cameraRig

mahmoodulhassan
Honored Guest
Hello All,

i´m trying to develop a VR based multiplayer app. i'm using Oculus quest and PUN2 for this.
mz question is: is it possible to implement more than one OVRCameraRigs in oculus quest?
the app is working perfectly with single player but hands are not getting synch in multiplayer scene.
2 REPLIES 2

JeffNik
MVP
MVP
You shouldn't have to have more than 1 OVRCameraRig on any running instance of the game. The synchronization should be done with a PhotonTransformView (not sure this the actual name, but something like it) script. After network instantiation, attach the OVRCameraRig only on the LOCAL players GameObject. Make sense? Let me know if you want it, and I'll create a quick basic scene for you.

mahmoodulhassan
Honored Guest
Hello JeffNik,
Thanks for the answer. it will be very helpful if you create a quick basic scene room for the oculus quest environment.

Thank you