I am using the photon multiplayer plugin and everything works great except for this one problem I am having:
When a user enters a room and has chosen the same userid (username) as another user it simply shows up as blank.
Is there any way to check, upon entering a room, if another user already is using the same name/id so that it can set a new username for the user?
For example, if someone with the name "Player" entered a room and someone else was already in the room also using the name "Player" I would want to have the entering user's name be Player(1). If there were two other players with the name "Player" already in the room then the third player's name would be Player(2) etc...