I am developing a multi-player game in which a normal character controller user and a VR user can participate. Thus, there are two game modes through which the user can join, Normal and VR Mode.
I can control these modes, and the user can participate in any mode , but the problem in the Normal Player (charcter controller) cannot view the VR controller (HTC vive controllers), since these objects cease to be on the side of the character controller. So, how can I show the VR controller on the normal side of the player, which is what the VR player does.
(What I tried) I create an object and try to simulate its position and rotation relative to the VR controller, but it does not work, since the Simulation source (VR controllers) are turned off (on the side of a regular player, but they work in VR mode), and their position is not is changing. How can I show the vr controller to another user
c # unity3d virtual-reality htc-vive
Muhammad Faizan Khan
source share