Relative Content

Tag Archive for c#unity-game-enginemultiplayerphoton

when creating characters, their control breaks down

It’s 2D games Plaftormer such Fire and Water Old Flash game
I created a room and a connection to it and after that a level, but when creating characters, their control breaks down
if the character control is performed using the buttons, but the camera and the control itself is shown on the screen of another player and his is mine and how and what to do with it
Please help me with this code

How do I display the right room name using unity Photon and PUN 2

I am currently trying to create a Multiplayer FPS game using unity, photon and pun 2. I am at the stage where I am making the room joining and creating system. I have it where when I click “Create Room” it brings me to the create room list. Then whenever I click “create room” (again to create the room), It brings me to this page where it should list the players and a leave room button. Now, the problem is that on the top of the screen, where the room name is supposed to be displayed, it doesn’t actually display the correct room name. It just says “Room Name” which is the place holder that I put for it. I am also using Redbug Referns Multiplayer FPS Game tutorial for this.