I'm looking for an expression like Multiplayer.MyPeerIndex that returns a number that tells me Which peer in this room am I? when someone in front of me exits, the number follows.
Do I have to ask Host to send a request messages to the Peer get the index? For example, I put all the peer in an array and send PeerIndex to Peer for storage. Will it cause a waste of performance?