NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

Switch to Manual
public GameObject OnLobbyServerCreateLobbyPlayer (Networking.NetworkConnection conn, short playerControllerId);

Parameters

connThe connection the player object is for.
playerControllerIdThe controllerId of the player.

Returns

GameObject The new lobby-player object.

Description

This allows customization of the creation of the lobby-player object on the server.

By default the lobbyPlayerPrefab is used to create the lobby-player, but this function allows that behaviour to be customized.