Invite friend from another web server
Hello,@Tobias , @vadim i have one web server from there i login and create a private room with max player 5 players. and i want to invite 5 friend from same server from which i login and active...
View ArticleDoes Photon Voice support WebGL?
In Unity 5.3.4 when I try to build for WebGL I am getting some errors.First, In ChatClient.cs and LoadBalancingClient.cs I get an when it gets the SocketImplementation which I saw the type is retrieved...
View ArticlePhoton Voice on MacOSX errors: DllNotFoundException: opus_egpv
When I try to connect using my AppId with Photon Voice from the 'OnJoinedRoom' event in my MatchMaker by instantiating a Prefab containing the Photon View and Voice Recorder I get the following error...
View ArticleI am so confused how this works. How does a server work in turn-based?
I was curious to try out Photon for a turn-based game, but I'm having a really tough time figuring out how this all works.In turn-based, is there even a server or do the clients all just talk to each...
View ArticleWhy do I get PhotonVoiceSpeaker: Player underrun messages
I have a fairly simple Photon Voice setup with pretty much everything set to automatic, and it seems to be working nicely.However, I get regular warning messages from PUNVoice, for example: PUNVoice:...
View ArticleCurrently facing some extreme challenges. Any input would be very helpful.
For a while now I've been developing a game that has a non-static world, that is to say the world is:1: Tile-based and generated at random, but limited2: Dynamic, meaning we have trees that can be cut,...
View Articlepossible to use ragdoll
himy ragdoll dont working on my other player how do i can enable the ragdoll in multiplayer ??
View Articlepossible to use ragdoll unity3d help pls
hihave somone succesfull include ragdoll on yoour own game??My game working but ragdoll dont working help me pls thx
View ArticleNo update dll, no update config, after a successful start in less than 1...
9884: 14:45:21.190 - MaxInboundMessageSize: 5120009884: 14:45:21.190 - MaxOutboundMessageSize: 5120009884: 14:45:21.190 - UDP address specified as:0.0.0.0 adding listener to each available IPv4...
View ArticleNo update dll, no update config, the server after a successful start in less...
4436: 10:27:53.820 - ---4436: 10:27:53.821 - Service: "Photon Socket Server" starting4436: 10:27:53.821 - Config File:...
View ArticlePhoton3Unity3D.dll Visual Studio "indirect dependency on .Net 4.0"
Guess I must be missing something obvious since I don't see other complaints over this.I am using Unity 5.3.2f1, Visual Studio 2013 Ultimate, and the Turnbased SDK (not PUN) framework downloaded from...
View ArticleProblem join room
Hi guys i have a little problem with this code, i can create a room but when i try to catch the name of the room in the function Crea_o_Entra_in_partita looks like there is no room open even if a room...
View Article[HELP] Interactive doors
Hey, i want to modify vp_MPRigidbody so both client and master can interact with them and sync them through the network. Actually only the Master can open them Can someone help me please
View ArticleGetting this error in my Jstring.h file... " No type named 'basic_ostream' in...
I'm attempting to test out Photon with Cocos2d-x, getting a couple errors. Would love the help, thanks!
View ArticleBUG : Not receiving onEvent.
Plugin source : Downloaded plugin from exitgames(corona).Bug scenario : 2 or more people connected in a room, exchanging events( i.e one player(P1) raiseEvent and all others including him(P1) receives...
View Article[HELP] Photon room like mmo system
Hi , i want create room in endless time with PUN+. like knight online , silkroad online , metin2 , world of warcraft. i don't like matchmaking system. i need like mmo server system. Players not create...
View ArticleFailed to call function OnCustomAuthenticationResponse of ...
Hello .I am using PUN V1.6 . I use self hosting which for I use Photon version 4.0.28 . Everything works but I get errors in console for any class that I inherit from Photon.PunBehaviour . The error is...
View ArticlePhoton Plugin Not Receiving data in onEvent callback
Hi,I am trying to implement a Plugin. Inside OnRaiseEvent i am IPluginHost.BroadcastEvent. I have a Javascript PhotonLoadbalancingClient which receives OnEvent callback with proper Event Code. The...
View ArticlePhotonNetwork.time and networkingPeer.ServerTimeInMilliSeconds returning...
Hello! I have a question regarding the values returned from PhotonNetwork.time and networkingPeer.ServerTimeInMilliSeconds. In my game, when a match starts (on the OnJoinRoom callback), I store the...
View ArticleWhy aren't enums supported as Operation DataMember fields?
Hi, I like the idea of using enum parameters with a common client-server library. Normally that wouldn't be an issue, but I keep getting this server-side error for Operations that expect enum...
View Article