I’m trying to point to a specific player in a room through an RPC. It seems the easiest property to send through is the actor ID.
The documentation for PhotonNetwork.PlayerList says:
But it does not say what key the list is sorted by. Is it the actor number? And is this number shared across the room or does every client have its own actor number for each player?
Thank you!
