Photon Cloud USW server listed in regions page not available?
I noticed USW was added to the regions list in this page:https://doc.photonengine.com/en/realtime/current/reference/regionsBut I've not been able to connect to it, I get an InvalidRegion error.Is this...
View ArticlePhoton Server join/create game problem
Hi, It seems there is a problem joining and creating rooms on a remotely running Photon 3 server. I'm using PUN 1.4 to create the connection. When calling PhotonNetwork.Connect() everything seems to be...
View ArticlePhoton Server webgl join-create game problem
Hi,It seems there is a problem joining and creating rooms on a remotely running Photon server when i try to connect on webgl,,on mobile connections everythings is fine. I'm using last PUN on assetstore...
View ArticleProblem with guns
Hi everyone! I'm encountering a problem with guns in my game. It is a FPS and I use a camera to render everything and a second camera that only see the gun and draw it over everything. The problem is...
View ArticleChatServer tutorial
Hello, i trying to make ChatServer tutorial to understand how to build server appsBut when i try to start ChatServer app it not start and in logs i see this:12280: 21:29:53.435 - ChatServer:2 - Start()...
View ArticleHandling disconnects due to application pause or debugger
I am using PUN in a fairly simple way to replicate data between a pair of clients.The session is being established using ConnectUsingSettings followed by JoinOrCreateRoom called from OnJoinedLobby.At...
View ArticleMassive Stall when PUN session is being established
I am using PUN in an Android application which is rendering graphics at 60 fps.I'm connecting using ConnectUsingSettings and JoinOrCreateRoom (in OnJoinedLobby).At some point during a successful...
View ArticleWhy does PhotonView use unreasonable network traffic?
After i sensed lag in movement, decided to check problem. I used Photon Stats Gui to test messages rate sent or received by a photonView with the observe option "Unreliable on Change". This photonView...
View ArticleAI path finding
i can't find any recent tutorials for AI path finding on the server end for an online game. there is 1 good set of tutorials from CJR Gaming but he uses a custom built recast running C# because free...
View ArticlePUN Voice 1.4 Release
Where are the release notes for the Unity asset store update of PUN Voice?Or, what are the changes from the previous version?Thanksjules
View ArticlePhoton Voice: Debugging
Last week I added PUN and PUNVoice to my Unity project. The initial implementation was very quick and I had voice comms working fine.Today however the VoIP functionality element has stopped working and...
View ArticlePhoton and Oculus Platform
HiyaSo..working on a networking experience for Oculus VR . I current have it running on photon but notice oculus platform has a number of similar features for its player connection and sharing...
View ArticleHow can I prevent the player doesn't disconnect from photon if he press lock...
Hi guys, I need to keep connect the user even when the player press lock button on Iphone. Right now when the player press it and then goes from background again the photon throws...
View Articledeploying Photon on EC2 or a cloud virtual machine
Hi folks, I just spent about 4 hrs (wasted!) trying to deploy my photon server on Amazon EC2. I finally got it working and the server running and could not connect to it from my client. I ensured that...
View ArticleNamespace errors when importing Photon Voice
I have an existing PUN+ project I want to integrate Photon Voice into. However, when I import the Photon Voice asset I get the following 4 errors:"Assets/Photon Unity...
View ArticleSetActive
Hi everyone! For my game, I need to stream when the gun is active or not. I have a script which active the gun when we pick it but I don't know how to do to make the clients seeing it when it...
View ArticleHow do I instantiate if I don't have a prefab in resources folder?
As thread states, I don't have a prefab in resources folder, instead, I load my gameobject in the game using unity instantiation. I instantiate different prefabs in correct positions and hierarchy into...
View ArticleReal Time 4 player
i am making a game for 53 days and it will be a good online game. But i dont know how to make it with photon plugin in Construct2. Here is the conditions:- Players can choose dfferent characters-...
View Article