Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

Obsolete public GameObject OnLobbyServerCreateLobbyPlayer(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.

Did you find this page useful? Please give it a rating: