Scoping problems with RPC
Hi! I'm somewhat new to PUN and Unity so hopefully I am making some kind of beginner mistake. void Update(){ if(launch == true){ Debug.Log("launched"); myPhotonView.RPC("ChangeScene",...
View ArticleConnection with error code 1040
HI Trying to connect to photon server using 2g mobile network but getting connection error with error code 1040on each connect ,we want to make it work on tg network too. please help
View ArticleUnity Export to Windows 8.1 and Windows 10 Universal
For the export to Windows 8.1, you might have to setup the export rules for some assemblies (.dll files) in Unity 5.Please try this setup:\Plugins\WP8\Photon3Unity3D.dll-> Check only WP8Player under...
View ArticleWhy i can not connect to Photon chat ?
I install Photon Chat from asset store and i tried to use the demo but its not make a connect (in the debug text still disconnected ) note : I live in Syria , is that maybe the reason of can not make a...
View ArticleKeeping an Async game going reliably
Hi!It looks like I've got an issue regarding asynchronous support for Photon. Without custom server-side code it seems that keeping an asynchronous game going reliably after player disconnects is not...
View ArticleHow is RPC processed in the target ?
I have been using RPCs to process my players decision, so basically during an auction in the game, players will try to bid the price, which causes RPCs to send over the network to the Master Client ( I...
View ArticleHow to leave a game?
This sounds like it should be trivial... I have a 2 player server/client game. I've made a small behaviour so if Escape is pressed it should disconnect from the game. using UnityEngine;public class...
View ArticleRoom name length and character limits?
Is there a max room name length and are there any not allowed characters? (Symbols etc) can it handle foreign character sets?
View ArticleCharacter View Sync
Im developing a 2d sprite based multiplayer rpg. So after a while of research and little to no help from the community (cough) I have figured out (in my own way) how to sync the view of a character for...
View ArticlePlayer position synchronization || Display ping
Hey guys,1.)since we are using bolt we encounter problems regarding the synchronization of the player position.We are using the "Transform" state property with the smoothing algorithm set to...
View ArticleWhy this:: KeyNotFoundException: The given key was not present in the...
KeyNotFoundException: The given key was not present in the dictionary.System.Collections.Generic.Dictionary`2[Bolt.NetworkId,EntityProxy].get_Item (NetworkId key) (at...
View ArticlePhoton Handler.Update framerate
Hi! I noticed that when I use PhotonNetwork.ConnectUsingSettings or createRoom the game is lowering the FPS for abount 2 seconds. Using the profiler I found it was because of PhotonHandler update (deep...
View ArticlePhoton Unreal Engine SDK Demo not working
Hello!I am trying to get the demo from Unreal Engine SDK up and running but i cant generate visual studio files. I am using Visual Studio 2015 Enterprise Edition.This its what i've done1. I downloaded...
View ArticlePhoton Voice compared to DFvoice?
What are the pros and cons of using Photon Voice or DFVoice (which also uses Photon)?A side question, when one uses Photon Voice, an accompanying "_voice_" room is created. This would increase the cost...
View ArticleDo Photon Clients have time-outs and a way to disable them?
When I debug my code with breakpoints, the Client disconnects from the server after some time. I was thinking it probably has a time-out or something.Can I disable this somehow just for debugging?
View ArticleGetting response error!!
Hy everyone, i am new to photon and i don't know completely how it operates still learning. i am having a problem, when ever i try to use login or register on my local server it just won't let me go in...
View ArticleLocal Game?
So my game is primarily network and I have a main menu setup to start a server or a client (and connect to a server).But there is a lot of code in the game side which revolved around Bolt (such as Bolt...
View ArticleAdd more manage features in a web panel, please! [three ideas inside]
1. Close all connectionsIf the bad guy get my AppID and create hundreds of connections, what can I do? - Nothing! Or if I want to update the game? You may have to reset all connections, if the update...
View ArticleERROR: Wrong license type - don't expect redist license. Going to shutdown.
Hello, I was using the 100 Server free license. I've been using it for a long time, and today I was making a maintenance in the server and suddenly i got this error after I restarted the server. ERROR:...
View ArticlePlayer joining game in progress
When a new player connects and loads the level, should I simply call SetScope as needed for entities so the player gets the state for objects it should know about or is there something else that happens?
View Article