Photon Callbacks without extending PunBehaviour
Hi,Is there an Api to get a callbacks from Photon without implementing PunBehaviour?The overview tutorial seems to indicate that it's possible but in a vague and unclear way: You don't have to extend...
View ArticleGarbage Collection Issue
Hello Tobias or anyone else too,Is there any way around the amount of garbage collection/memory allocation issues that happen from the Sending of outgoing commands in the Photon Handler script?Are...
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 ArticleTrying to figure out server setup - AWS
I'm a long time unity developer and user of the photon cloud and PUN, but never setup a server in the past. I'm looking into how to host a photon server on AWS using the EC2 service. I do not have a...
View ArticleCustomizing Loadbalacing
I'm looking for a little help with the Loadbalancing server. We are currently using Photon cloud for our game but would also like to have the option for our users to run their own servers. I downloaded...
View ArticleUH . . . Yalls Website is BROKen . . .
https://www.photonengine.com/en/Photon/Download#cocos2dxAll the download pages are broken. This is embarrassing for me and I don't even work here! AND ITS ON THE FRONT PAGE! C'mon Photon, stay...
View Article600 CCU has been exceeded but max players ever online was only 387
I thought that the CCU was the concurrent players online?How is the CCU measured? It looks like it takes the max of each region even if there are only 300 on at any one time.Is this correct?Sorry if...
View ArticleCached event not received
Hello, i've stumbled upon this problem and i'm not sure whether it's my fault or bug.I am using photon realtime. I send request to master client (checking if i can purchase something) and when i...
View ArticleGames Using Bolt
Post your games using Bolt! Here's one game I'm working on http://store.steampowered.com/app/355190
View ArticleOnDestroy for PhotonView ... but GO is still in instantiatedObjects
Unity is giving warnings on all my -network synced- GameObjects when loading a new scene and crashes.Short description: - Multiplayer-Game is started from mainmenu with a 'mapcycle' wich is read from a...
View ArticleHosted Server
I have a hosted server on my windows machine which is running but when i try and connect i get the message The appId this client sent is unknown on the server (Cloud). Check settings. If using the...
View ArticlePlayer not Spawning in
I am trying to set up a networking system for my game and I have written all the code for Photon (or at least I thought I have) but I put my player prefab into a folder named "Resources" and I attached...
View ArticlePhoton Client SDK and WebGL
Hi. When i run game in unity editor, it working file. When i compile as WebGL and open page in firefox, i have this error: Spoiler...
View ArticleCan't run demo load-balancing
Hello, i'm new on Photon Realtime. And i want to make run demo-loadbalancing. But i have a bit of a problem with configuring the demo-loadbalancing. I've changed the AppId with the id provided on my...
View ArticlePhoton Voice Demo
Hi! Last week I tried the demo and it worked really well. But I'm not sure why it doesn't work when I tried it recently and even created a new project for it. This is what I got:PUNVoice: [PV] Frame...
View ArticleWrong error handler
Hi,We encountered the following problem:1) We use JoinRandomRoom to join rooms, which after a while we close2) But for some reason, we get an error when trying to join a room, that the room is closed...
View ArticleWeird behavior
Hello,I ran into a strange problem these days. I modded Photon Lite (3.0 since the clients use that version) and added a couple of functions so I'd be able to disconnect players from within a game. It...
View ArticleAutomatize port forwarding
Are there a way by code or by settings to automatize the port forwarding?
View ArticlePing on EU region
Hi,I'm in France. Sometimes, EU server have strange ping How to handle that ? I think that isn't a problem from our side, because US server have less..Thank you
View ArticleRequest: Allow null property values for expectedValues in...
Today I tried this: Hashtable propertiesToSet = new Hashtable();Hashtable expectedValues = new Hashtable();propertiesToSet["ex"] = 5;expectedValues["ex"] =...
View Article