Version: 2018.4
Method group is Obsolete

NetworkLobbyManager.lobbyPlayerPrefab

マニュアルに切り替える
Obsolete public NetworkLobbyPlayer lobbyPlayerPrefab ;

説明

This is the Prefab of the player to be created in the LobbyScene.

This Prefab must have a NetworkLobbyPlayer component on it.

In the lobby Scene, this will be the active player object, but in other Scenes while the game is running, this will be replaced by a player object created from the GamePlayerPrefab. But once returned to the lobby Scene this will again become the active player object.

色の選択や武器の選択等、セッションが続いている限りユーザーのデータを保持するために使用できます。