Hi there everybody,
I’m trying to integrate Photon with SteamVR. I created avatars with PhotonNetwork.Instantiate and also I created Interactable Object with PhotonNetwork.Instantiate too. Interactable object is one of the throwable cubes in SteamVR’s Interaction Example Scene. My Camera Rig is “Player” from that scene. But when I interact with the object, the other client cannot see the object while I’m holding it. It has PhotonView, PhotonTransformView.
Thanks in advance.