How 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 ArticleHow to know if player connected to server
I'm trying to tell a plyer that other player connected to server, so they can make a mathch(my game is having a cute amount of ccu 2~4). so, any ways??
View Articleroom custom properties
Hi, i have question about room custom properties. Only master client should change room custom properties? Or there is a way to correctly change room custom property, when 2 or more clients will change...
View ArticleOp failed, OpResponse: 226, ReturnCode: 32758 (Game does not exist) - I check...
I'm trying to make 5 players join the same room, I've used "PhotonNetwork.JoinOrCreateRoom()" some players join but other receive this error "Operation failed: OperationResponse 226: ReturnCode: 32758...
View ArticleHow to Football
Hi all,currently I am working on a soccer game for two Players. Local multiplayer is working fine and now I like to add online multiplayer.When I add the Photon View component at the Ball Gameobject it...
View ArticleAdditive Scene Loading
We make use of additive scene loading in our game and are also making use of PhotonViews in the scene. The problem is that photon auto assigns ViewIDs to Scene views. If we load up two scenes...
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 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 send variable value from GameManager Or from another class on photon...
Hi,I am working on MMO game. In my game, User1 attack on User2 (user2 get damage now the health need to be lessend) then the health of User2 should change. It perfectly work on local bases. I debug it...
View Articlehelp with multiplayer card game
Hello first sorry for my poor EnglishI'm now develop my first multiplayer game ever and trying to learn Photon I will give you a brave idea about my game and where i have problemwhen game start there...
View ArticleApp Store review , APP COMPLETENESS, Why app getting rejected with IPv6 message?
Hi,I am using old unity version unity4.6.5f1.And photon Unity Networking v1.64Generated by Doxygen 1.8.7Thu Nov 5 2015 15:48:10.1. Submitted for review to app store.2. It is rejected with the error "We...
View ArticleNumber of Photon Views
Hello,Is there any performance or network implications based on the sheer number of photon views in a scene?For example, in my project each actor has three photon views. Is there any benefit in...
View ArticlePhotonNetwork.Instantiate / Different Scenes
Hi guys,We have a very special situation here we need a little advice for.Unfortunately we have the situation were a PhotonNetwork.Instantiate call can be received by another player which is in a...
View ArticleHow do I Instantiate multiple objects?
I got this code and how do I instantiate multiple objects? private void SpawnChessman(int index, int x, int y) { GameObject go = Instantiate (chessmanPrefabs [index], GetTileCenter(x,y),...
View ArticleFail to import on existing project
Im using unity 5.5.1f1 and i have succesfully imported photon and photon voice chat into a new project. However I have an existing project that I will be adding photon functionality too. When importing...
View ArticleIs it possible to use PUN for both LAN and Online multiplayer?
I've been looking at the Redistributable Server for some time now and it turns out it is already discontinued. So here are my questions:1. Is it possible to create a game with both LAN and Online...
View ArticleI 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 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 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 Article