Hi everyone,
I am trying to send a message to everyone connected to photon, but it seems this isnt possible. Am I wrong?
I will try to simplify this as much as I can. The goal is this > Divide the game into "fictional" servers by 100 people. Everyone gets a serverNumber at the beginning based on the number of players (serverNumber = PhotonNetwork.countofplayers), which determines to which server you should belong - for example if you get serverNumber 101 you belong to the second server...
Send message to everyone on Photon?
I am trying to send a message to everyone connected to photon, but it seems this isnt possible. Am I wrong?
I will try to simplify this as much as I can. The goal is this > Divide the game into "fictional" servers by 100 people. Everyone gets a serverNumber at the beginning based on the number of players (serverNumber = PhotonNetwork.countofplayers), which determines to which server you should belong - for example if you get serverNumber 101 you belong to the second server...
Send message to everyone on Photon?