DisconnectByServerLogic Disconnect peer by auth timeout
I create a Peer on my unity Client void Start() { Debug.Log("Start Connect"); peer = new PhotonPeer(this, ConnectionProtocol.Udp); peer.Connect("127.0.0.1: 27001", "Master");//Post number used 5505...
View ArticleRU zone servers Timeout-disconnect!
Maybe that right place for issue report...https://forum.photonengine.com/discussion/18628/problem-with-timeout-disconnect#latest Issue started between 15 hours and 16 hours MSK 23.07.2021 Can someone...
View ArticleHow to change gameserver IP config for local play?
Hello guys, I've tried to set it by clicking on Set Local IP : 192.168.1.107. Unfortunately, Current IP : stucked on "autodetect public" and wont be changed. How to change it...
View ArticleWhat is the Difference between PhotonNetwork.Ismasterclient and...
I Just stuck at the position Where I want a to know who is master client and who is client Without PhotonView Please suggest who is right to use for this condition PhotonNetwork.Ismasterclient OR...
View ArticleGame shuts down immediately after 2 seconds when the second player joins to...
Hello guys, I've been trying to get local server work for about 2 weeks. I asked many photon progorammers and the said to me to share this problem in the forum hopping that someone could help me in...
View ArticleCCU per room or app as total?
Hi, After reading Plans I'm still confused: - 20 CCU - Up to 16 Peers per Room - I can create different Photon Cloud Apps Questions: 1. So 20 or 16, finally? 2. Can I have, in a free account, 10 apps,...
View ArticlePlayer cant connect to local server room
we are working on a VR room scale multiplayer game. we using pun2 for connection and every thing works perfectly in cloud server. after we try to use local server as our game server, player from other...
View ArticleMoved: 2nd player is not showing in my screen and I'm also not visible in his...
This discussion has been moved.
View ArticleWhy photon that's hosted in private sever isn't authenticating users correclty?
Hello, I am using this line to set credentials for photon from unity PUN 2 plugin:PhotonNetwork.AuthValues = userIsLoggedIn ? new AuthenticationValues(userId) : null;Even if userIsLoggedIn is true or...
View ArticleMMO on photon server
I started a way in unity to make an MMO and I want to use photon server for this. I have a few questions.1. Using Photon services, there is a maximum of 16 people in a room. When I host it using a...
View ArticleUnable to accept license term in photon chat filter
I want to user photon chat filters. For now I am in free tier.when I press "Agree" in the "Acceptance of photon license terms" page, It redirects me to a page Saying "Sorry, apparently we have a broken...
View ArticleWhy did an error start to appear when creating a room in a Photon?
I am getting this error:"32738 wrong game server used to create/join game"I use the plugin Photon to Construct 3This error has never happened before in my game.
View ArticleHow do I desiralize the webhooks binary text?
I am using photon-webhook v1.2 with Azure.As shown in the following example, I'm trying to decode base64, but I'm asking because it didn't go...
View ArticleHow to get room information from selt host server with http
Hi, I want a way to get room information from http call.I checked that there is a self host server in the photo cloud, but does it not exist?I want the url http Method Request Paramor Body to bring it....
View ArticleGame Disconnecting users
Anytime a user receive a call or get a call on phone, user got disconnected and never reconnect user back. Guest what, users lost the games. Is there a way this can be fix in the api?
View ArticleCannot connect to Photon server in WebGL using Chrome
Hi,We have deployed the Photon server in the cloud with SSL using the following tutorial. We were able to maintain a connection to the server in a WebGL application with Edge, Safari, and Firefox as...
View ArticleSetup photon on Amazon EC2 Servers
Hi, I hope you all are doing good.Today I launched a windows EC2 instance on amazon aws servers.I followed the documents to get the server running but I don't know how to get the server and port...
View ArticleCan't connect to server with WebGl build
Hi. I use Photon Server with Amazon EC2. Desktop build work correctly- I cane connect and work with server. In editor with WebGl platform settings all work also correctly if I use name server or if I...
View ArticleError 10054 with Photon Server
If I use "Photon Cloud" to run two instances of my app on my home network, they connect fine and I see both players in a scene, etc. If I switch to "Self Hosted" with the IP of my home server running...
View Article