#problem with displaying players
1 messages · Page 1 of 1 (latest)
If all players entered the game through the menu and simultaneously loaded a new level, they can see each other. But if a new player comes in when everyone has already loaded a new level, then he sees all the players, but they don’t see him.
I'm not too familiar with Photon but make sure the new player is spawning a player object when it joins. The host might be the one that has to spawn the new player
new player exactly is spawning new player. But i dont think that host must spawn players, at least it is not written anywhere about this. I think that spawning new objects must be synchronized between all players automatically, but maybe i have wrong settings
its my script for spawning