Unity stops responding when running client based on MmoDemo
Hello! I'm currently building a multiplayer game using Photon Server, and have used the MmoDemo as my base/starting point. I've created a Unity game similar to the Unity Grid demo provided in Photon...
View ArticleHow to debug server code
Couple of methods I came up with for debugging server code. Hope it will help someone to save up some time. :-) Btw I'm using Visual Studio 2008. First, be sure to setup your Visual Studio project to...
View ArticleUnity crashing when trying to use MMO as base
Hello! I've hit a problem which I'm really struggling to overcome. I've narrowed down where the problem is starting, but a bit baffled as to why it's happening. In the MMO demo project, the UnityGrid...
View ArticlePhoton Unity for VR Application
Hello, I have a problem regarding developing multiplayer VR games. I have install photon on-premise server as i need to have the server on my pc. The problem is that the player cannot see each other...
View ArticleWhat's Wrong with my photon server
When I try to start my application, something wrong happened. It reminds me that name already in use with the host address. But I checked that the port 5055 is opening and no other program occupies...
View ArticlePhotonServer license issue (wrong server quantity)
We have ordered licensee for 2 separate servers: But server quantity in photon server launcher still show us "Server Quantity: 1": We have problem in production: Server with Hardware ID:...
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 ArticleGetGameList failed: OperationResponse 217: ReturnCode: -2 (Unknown operation...
hello Photon server use "photon-server-sdk_v4-0-29-11263.exe" . Then "Photon Unity Networking" connect my server . TypedLobby sqlLobby = new TypedLobby("myLobby", LobbyType.SqlLobby); // same as above...
View ArticleQuestion about the number of people offline?
Hello there! I have two technical questions to ask, 1. We use PhotonServer of your company. Under the offline state, there is only 20CCU. Our customers can't provide Internet. We are required to use...
View Article(Yet another) problem with using public IP
Hi, I know this quite a common problem but I've not been able to find a solution. I am able to connect to the server if I have the server set to use local IP and my colleague is able to connect if I...
View ArticleJavascript SDK files and folder missing
https://doc-api.photonengine.com/en/javascript/current/ /src/Photon - library TypeScript source files /src/PhotonWebsockets.sln - Visual Studio solution file for samples TypeScript projects (TypeScript...
View ArticleDoes Photon Sends events step by step?
Hello does photon send events or operations step by step.i mean i tested an operation and in the server i put some big calclulation,so from client i couldn't send anymore operation until the last...
View ArticleSaving and Loading Data
Hello folks! First time posting here. I'm trying to make an experience that involves recording some audio at certain positions of a scene that get stored somewhere online for another user to listen to....
View Article"Connection failure : ExceptionOnConnection " is photon server is down ?
is photon server by any chance is down? for some reason since yesterday, I cannot connect to the photon server I debugged the disconnect cause and it gives me a ExceptionOnConnection and according to...
View ArticlePUN running within an enterprise network protected by a firewall
Hello, We plan to use PUN and self-hosted servers for our multi-user application. This application is intended to be used by companies which usually have an internal network protected by a proxy...
View ArticleUnable start photon Server on AWS
hi... i am able to connect to photon server locally on my machine but when I am trying to host it on AWS using Load Balancing option. Whenever I am trying to test the connection using Test client...
View ArticleFailed parsing address:
I was able to use photon local server before. After updated photon asset to v2.14, I cant connect to my local server. errors below. Failed parsing address: UnityEngine.Debug:LogError(Object)...
View ArticlePhoton server on Linux ??
Hi, I was wondering if anyone ever tried to run a Photon instance on a Linux server ? Or ... Do you have any plan to make a Linux version of your great piece of software ? Photon will be our sockect...
View ArticlePhoton server best practice unity implementation
Hello all, Im using photon server to have a presistent world for an MMORPG, I dont have too much, just starting. I can connect to the server from a gameobject creating a new thread and calling the...
View Article