How to get the UserId from a player that collided into the BoxCollider?

Options
Only thing I got was this: other.gameObject.GetComponent<PhotonView>().ViewID
But I do not want the ViewId but the Player's UserId!

Comments