Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkLobbyManager.OnLobbyServerCreateGamePlayer

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public method OnLobbyServerCreateGamePlayer(conn: Networking.NetworkConnection, playerControllerId: short): GameObject;
public GameObject OnLobbyServerCreateGamePlayer(Networking.NetworkConnection conn, short playerControllerId);

Parameters

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

Returns

GameObject A new GamePlayer object.

Description

This allows customization of the creation of the GamePlayer object on the server.

By default the gamePlayerPrefab is used to create the game-player, but this function allows that behaviour to be customized. The object returned from the function will be used to replace the lobby-player on the connection.

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