- Home /
Question by
arain55 · Apr 25, 2016 at 07:15 PM ·
multiplayerphotonplayername
Photon networking; how to check what position/number the player spawned
hi, I want to know how you can get/check what number the player spawned for example if the player spawned first I would store the number one in a variable and if a player spawned lets say 7th then ill give it 7. any help would be appreciated thanks.
Comment
Answer by fillefilip8 · May 18, 2016 at 06:06 PM
@arain55 You can try "PhotonNetwork.player.ID". You could also make a int that changes when a new player joins.