I can not connect to photon cloud or connect to my self hosted server
I have made a game that works fine when I use self hosted server on my own pc(with local ip). I tried to make it online using photon cloud but the server connection times out no matter the server!(eu,...
View ArticleMove Photon Cloud to Photon Server
Hi all,I'm newbie of Photon Server. My project is a PvP game using Unity engine.Now I'm planning switch Photon Cloud to Customized Photon Server because we need to authenticate players' positions,...
View ArticleError with Marco Polo Tutorial
for some reason i cant import (myThirdPersonController.cs) file, every time i import the package i get the file but its totally empty, pls help.
View ArticleBest Strategy for Map Syncing
Hey there,I've been using Photon to build an RTS game that I'm working on and have been quite pleased with the result thus far but I'm hitting a bit of a wall. I need to sync procedurally generated...
View ArticlePhoton server - is it right for my purposes?
Hey folks, now it must have been a year since I asked some tosh question about integrating the Unreal engine with photon server etc. Anyway, after working heavily with a couple of game engines (notably...
View ArticlePUNVoice: Getting into game failed, client stays on masterserver Error?
Hi, I have added photon voice in unity and when I execute my project I get this error:PUNVoice: Getting into game failed, client stays on masterserver: OperationResponse 226: ReturnCode: -1My prefab is...
View ArticlePUN Basics Tutorial - Error
Hi,When I play the PUN Basics Tutorial in Unity and quit the game scene (to return to the launcher) I get the following error message:MissingReferenceException: The object of type 'PlayerManager' has...
View Articleload balancing client error?
Im trying to just simply import photon voice from the asset store and this is happening. I can import it cleanly on a new project but on an existing project i get this error. any insight to why this...
View ArticleAccount Service registration callback error
I get this error when importing photon network from the asset store. I have successfully imported PUN on a new project but when i try to load it on an existing project i get this error. Im using unity...
View ArticleHow to get PUNCHAT to work with PUN in single app?
I have PUN working..I am implementing CHAt in the same app,after connecting to pun lobby, i try to connect to chat, but it gets stuck??it attempts to connect, but doesn't do anything afterConnecting to...
View ArticleCan I put custom class in Room's Properties?
// in Room.cs/// <summary> /// Gets a PropertyBag instance used to store custom room properties. /// </summary> public PropertyBag<object> Properties { get { return...
View ArticleCan someone explain Photon.SocketServer.SendParameters?
Context: I want to publish an event from the server using Room.PublishEvent(HiveEventBase e, Actor actor, SendParameters sendParameters)I don't know what to use for sendParameters, specifically for the...
View ArticleWhat's wrong with EU server?
We have a live game running on EU server (PUN). for several hours we can't start a game. We saw there were problems with the server earlier today, and assumed it's just a glitch. Was there an...
View ArticleHow to run a WebGL build of the TrueSync package?
This is the process I used to attempt to create a WebGL build.Initially I had two errors as follows:AddComponent with MonoBehaviour is not allowed. Create a class that derives from MonoBehaviour and...
View ArticleChat
Is there a chat room for this? IRC/Slack/Discord???Would anyone be interested in a community chat in addition to forums?
View ArticleUnity + Android + disconnect whilst phone in the sleep mode
Hello,If I put an android device into sleep mode approx after 1 min the local player leaves the room. I've got callback 'OnLeftRoom' and then 'OnDisconnectedFromPhoton', but not 'OnConnectionFail'. Is...
View Articlephoton local player same position at local device
If gameobject is hero when I click use skill it's attack to enemy gameobject. It's like battle arena.
View ArticleHow to challenge another user to a realtime match?
We are trying to implement a use-case in Basketball PVP in which a player clicks their friends name from their PlayFab friends list and then the app sends an invite to their friend. On their friends...
View ArticleNetwork Culling Handler - Second player cannot see the first player
Hi,I added the CullArea, configured it, added the handler script to the characters. When the second player joins, he cannot see the first player(master), the first player can see the second player.if I...
View ArticleHow to create a custom skin for each player
Hi, I am new to Photon. I have a playerPrefab which is simply a game object with some scripts (but no skin).I want to instantiate the player on all clients and then set the correct skin which is either...
View Article