Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

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

Parameters

conn The connection the player object is for.
playerControllerId The 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.