Version: 5.6

NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

매뉴얼로 전환
public GameObject OnLobbyServerCreateLobbyPlayer (Networking.NetworkConnection conn, short playerControllerId);

파라미터

conn The connection the player object is for.
playerControllerId The controllerId of the player.

반환

GameObject The new lobby-player object.

설명

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.