Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Does player name management have unique name verification?

Discussion in 'Authentication' started by VentaGames, May 8, 2023.

  1. VentaGames

    VentaGames

    Joined:
    Jul 9, 2021
    Posts:
    116
    Hi all,

    a small question, does Player Name Management have unique name verification?
    If not, are there any ideas, on how to make players have unique names?

    I still doubt do i need to have players to have unique names for my game (with online mode) or not.
    Or let them have anything they enter?!

    Any suggestions?
     
  2. davialbuquerque

    davialbuquerque

    Unity Technologies

    Joined:
    Jun 3, 2021
    Posts:
    3
    Hi VentaGames,
    Player Names supports unique names by appending a 4 digit number to any name the player chooses (e.g.: If you set your player name as VentaGames, it will become something akin to VentaGames#5313), this way if you choose to display the whole name to your players they will all have unique names even if their chosen names are not unique.