Question by
ksm5394 · Jul 18, 2018 at 07:57 AM ·
unity 5photonmultiplayer-networking
in photon multiplayer camera, each player looks like using one camera
i'm using photon network. And i tried to make multiplayer camera more than 2. If i execute unity and exe file(for simultaneity), player1 sees player2's view and player2 sees player1's view. But event pops up right way. So I think only camera view is problem.
This is my code for making player when player comes in game room and plays the game. "Main Camera" is not the camera, it is just gameObject's name. Camera is in child by "Main Camera".
How can I do? Do i make seperately from camera and gameObject?? Or do i need tag for camera for making a division?
cusersdsdesktop캡처.png
(13.3 kB)
Comment
Addition : (each player has each camera.) I saw the other solution for same problem. I need each player for having each camera. But i can't think other way except for Instantiate().