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.