Configure Photon Master Server on Local as well as Hosting
please put some guide or instructions related to Hosting Photon Master Server at Local machine as well at Hosting domain??how i can do it
View ArticleIPunPrefabPool Example for Object Pool
Hi ,I want to pool my effects in my network game.Can you pleas provide some example how to do it .What i tried 1. Add PhotonView in Effect and Call PhotonNetwork.InstantiateAnd it gets visible in all...
View Articlehelp! client cannot connect server when peercount = 370.
and throw error from Photon.SocketServer.Peers.ManagedPeerERROR Photon.SocketServer.Peers.ManagedPeer [(null)] - System.IndexOutOfRangeException 在 System.Collections.Generic.Dictionary`2.Resize(Int32...
View ArticleSOLVED - PunRPC on WebGL sent, but not received
In the game i'm making, the player actions are being reported by RPCsAll works fine in the editor, and on android. but for some reason, the RPCs are not executed on the WebGL client (chrome browser)....
View ArticleToo many photonViews is bad. So how do you do it?
I am running into a problem where it is throwing an error saying I have too many scene objects.Then I see threads saying too many photoviews are bad..So how do I do this?My game has a lot of enemies,...
View ArticleList of updates Plugin SDK - RemoveRoomCache Bug
Hello friends, recently discovered a problem to remove cache events starting plugin.I wonder if there is a list of updates for me to follow and be able to know when this problem will be fixed!I tried...
View ArticleCustom Authentication/Login with Google OAuth?
I was wondering what the best approach to implement a custom authentication login with Google OAuth with Photon Server SDK. I've been reading the custom authentication login docs.I may not be...
View ArticleError compiling Android NDK
Hello guys, I'm trying to compile the last version of the example LoadBalancing for Android NDK. I tried with Visual Studio 2010 and 2015 with VisualGDB installed, and also via cygwin + ndk-build, I...
View ArticleRPCs after user reconnects
Hi,I'm trying to ask 3rd time here, please Is there any possibility in photon to resend all rpc's which weren't received by photon server. Or at least get their list ? For us this is major issue after...
View ArticleBest way to detect user disconnects
Hi,we are working on PVP game on iOS. User can turn off his wifi. Problem is that it took almost 10 seconds for client to realize that it was disconnected and getting OnConnectionFailed:...
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 ArticlePickupDemoGUI script
Hi! I'm trying to do two lists including the members of a team. I just used the PickupDemoGUI script, which was relatively simple, but the main rule of unity "it can't be easy" hit me again. Without...
View ArticleWindows Phone Certification failed
Hello guys i have this problem when submitting app to windows store : Error Found: The supported APIs test detected the following errors:This API is not supported for this application type -...
View ArticleUnity Export to Windows 8.1 and Windows 10 Universal
For the export to Windows 8.1, you might have to edit the export rules for some assemblies (.dll files) in Unity 5. Unity 5.x does not enable us to setup "8.1 Universal SDK" for the dll in the...
View Articlev1.74 (15. August 2016) Does not compile into iOS build
It won't compile if Api compatibility level is set to .NET 2.0 subset Error shown below:Failed running...
View ArticleUnity RPS demo not working with LoadBalancing Server
I'm setting a new Photon server for a new game and decided to start fresh new Photon server v4 and run the Unity demo with it to test and I got error when I was running the RockPaperScissors demo. The...
View Articlesend data to specefic client in photon server
in new photon we have clientPeer instead of PeerBase. and in that we have connectionID instead of playerID.so when new client connects I assign a new id to it. but how to send a data to that client...
View ArticleUE4 Photon Plugin
Hey;I had a lot of headaches and wasted time trying to figure out why the SDK particle demo for UE4 isn't working... It turns out that the actual zip file from the SDK url has missing header files...
View ArticleLag compensation
I think that I read all the topics about this subject and no one solved my problem, so I need some help again. I try to lerp the movements of the others players, but the problem is that instead of...
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 Article