Version: 2018.2
public GameObject gamePlayerPrefab ;

説明

これは、PlayScene 欄で作成するプレイヤーのプレハブです。

When CheckReadyToBegin starts the game from the lobby, a new player object is created from this prefab, and that object is made the active player object using NetworkServer.ReplacePlayerForConnection.